I'm a long time developer who is new to wireshark. I'm actually trying to update the built in C12.22 dissector that is for TCP currently to also use UDP as well, everything else the same. If someone could just send me a new x64 1.8.6 asn1.dll that would be super awesome. If not please tell me how to setup a new dissector or modify the C12.22 dissector to use both TCP and UDP underneath. Thanks. asked 30 Apr '13, 23:10 AceHack edited 30 Apr '13, 23:12 |
One Answer:
Raise a bug report, including a small sample trace to try a patch with. A patch would look something like:
and regenerate the dissector(run nmake in the asn1/c1222 dir and then in top dir). answered 01 May ‘13, 00:31 Anders ♦ edited 01 May ‘13, 01:37 grahamb ♦ |
Comitted the patch in Committed revision 49104. (Related bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8620)