Wireshark-commits: [Wireshark-commits] rev 46602: /trunk/ /trunk/epan/dissectors/: packet-h225.c pa

Date: Tue, 18 Dec 2012 23:28:40 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46602

User: morriss
Date: 2012/12/18 03:28 PM

Log:
 When copying addresses, also copy the (new) hf field.
 
 Use SET_ADDRESS in some dissectors that weren't using it (so that the hf field
 is correctly initialized).
 
 Introduce a COPY_ADDRESS_SHALLOW (which copies an address without copying the
 contents of the data field).

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +48 -50    packet-h225.c      Modified
  +172 -189  packet-nbap.c      Modified
  +1 -3      packet-tacacs.c    Modified
  +4 -12     packet-uma.c       Modified

Directory: /trunk/epan/
  Changes    Path          Action
  +11 -0     address.h     Modified

Directory: /trunk/asn1/h225/
  Changes    Path          Action
  +41 -43    h225.cnf      Modified

Directory: /trunk/asn1/nbap/
  Changes    Path          Action
  +125 -142  nbap.cnf      Modified