Wireshark-commits: [Wireshark-commits] rev 36149: /trunk/ /trunk/epan/dissectors/: Makefile.common

Date: Mon, 07 Mar 2011 02:22:55 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36149

User: wmeier
Date: 2011/03/06 06:22 PM

Log:
 From Martin Kaiser: dissector for DVB-CI (Common Interface)
 
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5654
 
 From me:
 - Entry for DVBCI added to wtap.c encap_table_base[];
 - Some code simplification with respect to the use of col_...() for COL_INFO;
 - Certain tests for "enough bytes available" not really needed;
 - (Other minor tweaks);
 - #include<stdio.h> not req'd;
 - Minor reformatting and whitespace cleanup;

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +1 -0      Makefile.common    Modified
  +1547 -0   packet-dvbci.c     Added

Directory: /trunk/epan/
  Changes    Path              Action
  +1 -0      CMakeLists.txt    Modified

Directory: /trunk/
  Changes    Path          Action
  +4 -0      AUTHORS       Modified

Directory: /trunk/wiretap/
  Changes    Path             Action
  +2 -0      pcap-common.c    Modified
  +4 -1      wtap.c           Modified
  +1 -0      wtap.h           Modified