http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49445
User: alagoutte
Date: 2013/05/20 10:33 AM
Log:
From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8631
Fix to honour the Response Bit/Opcode implementation,
as e.g. a map response opcode is not 129 as per 1000 0001 but should be
Response bit =1 / Opcode =1.
* Rename opcode variable to ropcode (and pcp_ropcode_vals)
* Use pcp_opcode for hf_pcp_opcode
* Add hf for R item (and add tfs)
* Fix bitmask for opcode
Also fix warning found by encoding-args tool.
Directory: /trunk/epan/dissectors/
Changes Path Action
+30 -13 packet-nat-pmp.c Modified