Wireshark-commits: [Wireshark-commits] rev 49555: /trunk/epan/ /trunk/epan/dissectors/: Makefile.co

Date: Fri, 24 May 2013 17:06:25 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49555

User: mmann
Date: 2013/05/24 10:06 AM

Log:
 Overhauled the RMT dissectors.  Not sure each needs its own file, but since this involves multiple RFCs, they remain split out by that.  More are now a "pure" dissector and not a "decoding function hook".
 
 Some Notes:
 1. Converted to "new style" dissectors with data being passed between dissectors
 2. Combined header files into one since there wasn't much that should have really been in the header files.  Implemented functionality is in c module of respective dissector.
 
 Not sure if LCT preferences should just be in the LCT dissector and not the RMT-ALC "parent", but kept for backwards compatibility.

Directory: /trunk/epan/dissectors/
  Changes    Path                   Action
  +0 -5      Makefile.common        Modified
  +128 -153  packet-rmt-alc.c       Modified
  +0 -81     packet-rmt-alc.h       Removed
  +0 -114    packet-rmt-common.c    Removed
  +37 -16    packet-rmt-common.h    Modified
  +204 -231  packet-rmt-fec.c       Modified
  +0 -150    packet-rmt-fec.h       Removed
  +348 -299  packet-rmt-lct.c       Modified
  +0 -185    packet-rmt-lct.h       Removed
  +426 -408  packet-rmt-norm.c      Modified
  +0 -183    packet-rmt-norm.h      Removed


(1 file not shown)