Wireshark-commits: [Wireshark-commits] rev 52106: /trunk/epan/ /trunk/epan/dissectors/: packet-infi

Date: Mon, 16 Sep 2013 21:15:49 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52106

User: gerald
Date: 2013/09/16 02:15 PM

Log:
 Convert each of the address.h macros to inline functions. 
 
 Document each function. Note that we now call tvb_get_ptr() before
 modifying the address in tvb_set_address() and tvb_set_address_hf(). The
 caller doesn't have to worry about doing that any more. Add
 add_address_to_hash64().

Directory: /trunk/epan/dissectors/
  Changes    Path                   Action
  +3 -4      packet-infiniband.c    Modified
  +3 -3      packet-p_mul.c         Modified

Directory: /trunk/epan/
  Changes    Path          Action
  +202 -103  address.h     Modified