Wireshark-commits: [Wireshark-commits] rev 23885: /trunk/ /trunk/epan/dissectors/: Makefile.common
Date: Sun, 16 Dec 2007 14:21:44 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23885

User: stig
Date: 2007/12/16 02:21 PM

Log:
 From Fulko Hew:
 1/ patches to support the libpcap/SITA format 'WTAP_ENCAP_SITA'.
 2/ patches to the LAPB dissector to accept MLP (Multi-link protocol)
    (although MLP dissection has _not_ been added (yet)).
 3/ New protocol dissectors for:
    a) SITA's WAN layer 0 status header,
    b) An airline protocol ALC,
    c) An airline (and other industry) protocol UTS.
 
 These patches are submitted as a set since the new protocol dissectors are not
 useful without the libpcap/SITA related changes, and there is no point in
 having those changes without the additional dissectors.
 
 This fixes bug/enhancement 2016.

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +3 -0      Makefile.common    Modified
  +188 -0    packet-ipars.c     Added
  +1 -1      packet-lapb.c      Modified
  +309 -0    packet-sita.c      Added
  +338 -0    packet-uts.c       Added

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

Directory: /trunk/wiretap/
  Changes    Path          Action
  +103 -0    libpcap.c     Modified
  +3 -0      wtap.c        Modified
  +66 -0     wtap.h        Modified