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

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -