Wireshark-commits: [Wireshark-commits] rev 35500: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Wed, 12 Jan 2011 07:32:02 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35500

User: jake
Date: 2011/01/11 11:32 PM

Log:
 From Fulko Hew:
 Improved the decoding of OID search ranges in AgentX dissector:
 
 1/ OID highlighting on first OID of a range was too long.
    The code incorrectly used the length of the printable string instead 
    of the length of the source data.
 2/ Added bitwise dissection of the 'include' field of an OID decoding.
 3/ Added corrected 'start/end' range information to SearchRange decoding to
    discriminate between an 'end' indicator (old way) and the new way that 
    shows both an inclusive/exclusive indicator as well as a start/end range 
    indicator. (applicable to getnext/getbulk requests).

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