Wireshark-commits: [Wireshark-commits] rev 47888: /trunk-1.8/epan/dissectors/ /trunk-1.8/epan/disse

Date: Mon, 25 Feb 2013 23:00:30 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47888

User: eapache
Date: 2013/02/25 03:00 PM

Log:
 Backport with non-trivial manual intervention to fix
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8383
 
 ------------------------------------------------------------------------
 r44899 | etxrab | 2012-09-14 10:05:50 -0400 (Fri, 14 Sep 2012) | 9 lines
 
 From Mike Morrin:
 Fix pedantic compiler warnings in csn.1 dissectors.
 
 There is some tricky casting going on in csn.1 structures.  To eliminate all
 the warnings, the function pointers needed to be moved out of the object
 pointer unions.  Fortunately macros (mostly) hide these changes from the
 protocol dissector tables.
 
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7686
 ------------------------------------------------------------------------

Directory: /trunk-1.8/epan/dissectors/
  Changes    Path                   Action
  +18 -18    packet-csn1.c          Modified
  +47 -45    packet-csn1.h          Modified
  +6 -6      packet-gsm_rlcmac.c    Modified
  +4 -4      packet-gsm_rlcmac.h    Modified