Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 28197: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Thu, 30 Apr 2009 08:29:30 GMT
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