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

Date: Fri, 22 Mar 2013 18:13:32 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=48488

User: morriss
Date: 2013/03/22 11:13 AM

Log:
 And it happens again...
 
 In Yet Another Protocol, implementation A neglected to set the padding bytes
 to 0 and implementation B barfed on said padding (interestingly this
 protocol's spec does not include the IETF-normal "receiver MUST ignore the
 padding" blurb).
 
 So:
 
 Add the AVP to the dissection tree and add an expert info for when it's not
 zero.
 
 Also re-order a few of the hfs and remove a couple unneeded temporary
 variables.

Directory: /trunk/epan/dissectors/
  Changes    Path                 Action
  +41 -32    packet-diameter.c    Modified