Wireshark-commits: [Wireshark-commits] rev 49447: / /trunk-1.10/epan/dissectors/: packet-nat-pmp.c
Date: Mon, 20 May 2013 18:05:27 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49447

User: alagoutte
Date: 2013/05/20 11:05 AM

Log:
 Copy over revisions from the trunk:
 
   ------------------------------------------------------------------------
   r49445 | alagoutte | 2013-05-20 19:33:44 +0200 (lun. 20 mai 2013) | 12 lignes
   Chemins modifiés :
      M /trunk/epan/dissectors/packet-nat-pmp.c
 
   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-1.10/epan/dissectors/
  Changes    Path                Action
  +30 -13    packet-nat-pmp.c    Modified