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

Date: Mon, 17 Jun 2013 22:22:17 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49991

User: eapache
Date: 2013/06/17 03:22 PM

Log:
 Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8809
 
 The LLRP Standard 1.0.1 defines the ProtocolID Parameter as 8 bit value (see
 LLRP Standard 1.0.1 document, page 138, AccessSpecParameter) but Wireshark
 treats it as 16 bit value and therefore doesn't recognize the
 EPCGlobalClass1Gen2 protocol type and marks the whole packet afterwards as
 invalid.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +2 -2      packet-llrp.c    Modified