c# - See my packet details via Wireshark as byte instead of hex -
i want build dhcp packet , in build process params user example agent circuit id (string) - attribute number 82. after build packet send packet , see result via wireshark problem when see packet see agent circuit id value hex , want see value byte example:
string agentcircuitid = "33445566778899"; i want field 2 bytes 33 44 55 66 77 88 99
in result try string "1234" , result 31 32 33 34
http://s27.postimg.org/bdhe9j4hv/123.png
any idea how ?
Comments
Post a Comment