http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28197
User: jake
Date: 2009/04/30 01:29 AM
Log:
From Jared Renzullo:
The Gate Usage Info field was not displaying properly because the dissector code was
looking for a 32 bit integer, when the PCMM spec says the field is a 64 bit integer.
The UserID field was assuming the string was null terminated, but the string is only null
terminated if the original string's length was not a multiple of four. I fixed this by getting
the string based on the expected length instead of the null terminator.
Directory: /trunk/epan/dissectors/
Changes Path Action
+31 -15 packet-cops.c Modified