Wireshark-commits: [Wireshark-commits] rev 44899: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Fri, 14 Sep 2012 14:05:51 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44899

User: etxrab
Date: 2012/09/14 07:05 AM

Log:
 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/epan/dissectors/
  Changes    Path                   Action
  +18 -18    packet-csn1.c          Modified
  +47 -45    packet-csn1.h          Modified
  +6 -6      packet-gsm_rlcmac.c    Modified
  +5 -5      packet-gsm_rlcmac.h    Modified