https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4452
--- Comment #3 from yaplej@xxxxxxxxx 2010-02-02 15:18:54 PST ---
I am using TCP Option numbers 30, and 31 in my application. Option #30 is a
total of 6 bytes in length and its data is an IPv4 address. Option #31 is a
toal of 3 bytes in length and its data is an integer.
I have been using WireShark to verify my software is manipulating the IP Packet
correctly so it would be nice to have the option to create non-standard TCP
Options on the fly when I need to start using a new non-standard TCP Option.
I was thinking if you could create a custom TCP option then you could specify
the (Option #, Name, Length, Data Type) so the GUI could display the
information like it does with known TCP Options. Maybe have the standard TCP
Options pre-installed like you do for all the many protocols already.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.