Wireshark-commits: [Wireshark-commits] rev 53653: /trunk/ /trunk/epan/dissectors/: packet-ieee80211

Date: Fri, 29 Nov 2013 19:21:21 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53653

User: darkjames
Date: 2013/11/29 07:21 PM

Log:
 Replace macros: BSWAP16, BSWAP32, BSWAP64 with glib-version.
 
 
 XXX, people are not aware that expression of this macros might be evaluated multiple times, like:
  -  BSWAP16(tvb_get_letohs(tvb, off)) : \
  +  GUINT16_SWAP_LE_BE(tvb_get_letohs(tvb, off)) : \
 
 Should be tvb_get_ntohs() called?

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +1 -1      packet-ieee80211.c    Modified
  +4 -6      packet-null.c         Modified

Directory: /trunk/
  Changes    Path          Action
  +8 -9      dumpcap.c     Modified

Directory: /trunk/wiretap/
  Changes    Path          Action
  +1 -1      csids.c       Modified
  +13 -13    i4btrace.c    Modified
  +8 -8      libpcap.c     Modified
  +42 -42    pcapng.c      Modified
  +0 -19     wtap-int.h    Modified

Directory: /trunk/wsutil/
  Changes    Path          Action
  +0 -11     pint.h        Modified