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 35141: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Tue, 07 Dec 2010 02:44:30 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35141

User: morriss
Date: 2010/12/06 06:44 PM

Log:
 From Fulko Hew via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5438 :
 
 Various fixes for AgentX protocol decoding:
 
 1/ Fixed the decode of get & getnext PDU to correctly iterate over range lists.
 2/ Re-adjust PDU header highlighting to hightlight all 20 octets instead of
 only the first 4.
 3/ Altered the decode hierarchy so that PDU bodys are no longer a sub-component
 of the PDU header, but is now at the same level as the header.
 4/ Corrected the highlighted length of decoded OIDs.
 5/ Added bitwise decoding of the PDU 'flag' octet.
 
 From me:
 - Remove unnecessary includes.
 - Some indentation/white space cleanup.
 - Remove (new) duplicate blurbs

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +141 -79   packet-agentx.c    Modified