http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20853
User: sfisher
Date: 2007/02/19 05:32 AM
Log:
From Kriang Lerdsuwanakij:
While I reading source code of IuUP dissector, I notice some
obvious bugs inside the code. One is a missing assignment
that causes the following "if (iuup_circuit)" block to never execute.
Another is wrong field names.
Althoug both won't show up in final result (for the first bug, the call to
g_hash_table_insert several lines later will do the right thing anyway;
for the second bug, there is no services utilizing more than 3 subflows),
I think it is better to have them fixed.
Directory: /trunk/epan/dissectors/
Changes Path Action
+6 -6 packet-iuup.c Modified