aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-17Get rid of trailing periods in some error messages for consistency; theGuy Harris1-1/+1
2013-12-07Add WTAP_ENCAP_NETLINK which maps to DLT_NETLINK /253/Jakub Zawadzki1-0/+3
2013-12-02Space between STANAG and the standard number.Guy Harris1-1/+1
2013-12-02Fix encap_table_base[] array.Jakub Zawadzki1-3/+6
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris1-0/+69
2013-11-30STANAG 5066 DTS Layer dissector. Bug 9217 (https://bugs.wireshark.org/bugzil...Michael Mann1-1/+4
2013-11-08(Trivial) whitespace cleanup (mostly trailing whitespace).Bill Meier1-1/+1
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-2/+2
2013-10-28Revert SVN #52914;Bill Meier1-4/+0
2013-10-28From Shekhar Chandra: support for version 3.0 of netscaler packet wire format.Bill Meier1-0/+4
2013-10-18Revert SVN #52665.Bill Meier1-4/+0
2013-10-18From Shekhar Chandra: support for version 3.0 of netscaler packet wire format.Bill Meier1-0/+4
2013-06-28Use newly assigned DLT for PDU export functionalityPascal Quantin1-0/+6
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-14/+31
2013-06-10Allign the error messages.Anders Broman1-0/+1
2013-05-30From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8644 :Pascal Quantin1-0/+3
2013-05-18Use g_array_index() to get at elements of the encapsulation table array;Guy Harris1-9/+7
2013-04-14From Tomasz Mon via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8503 :Pascal Quantin1-0/+9
2013-03-19From beroset:Anders Broman1-2/+2
2013-02-28Revert "Fix MSVC build errors related to symbol visibility"Balint Reczey1-27/+0
2013-02-28Fix MSVC build errors related to symbol visibilityBalint Reczey1-0/+27
2013-02-28Export libwiretap symbols using WS_DLL_PUBLIC defineBalint Reczey1-0/+1
2013-01-07Use const char in wtap_register_encap_type() just as in proto_register_protoc...Anders Broman1-1/+1
2012-11-28Add native SCTP encapsulation.Michael Tüxen1-0/+3
2012-10-17Fill some phdr values also when doing random readJakub Zawadzki1-2/+13
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-8/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-08-02From Richard Stearn: support for AX.25, including support forGuy Harris1-0/+3
2012-08-02From Richard Stearn: AX.25 KISS protocol support.Guy Harris1-1/+4
2012-07-30Added missing entry for WTAP_ENCAP_SDH.Stig Bjørlykke1-0/+3
2012-06-29Initial support for D-Bus dissection (bug #5502)Jakub Zawadzki1-0/+3
2012-06-06From Stephen Donnelly: Correct ERF name, add WTAP_ENCAP string display https:...Anders Broman1-1/+1
2012-06-01Move wtap_fdreopen() to file_access.c for now, as it requires many ofGuy Harris1-118/+0
2012-06-01Need fcntl.h for the O_ #defines on Windows.Guy Harris1-0/+4
2012-06-01Sigh. There appears to be no way to get Windows to allow us to rename aGuy Harris1-0/+129
2012-05-24Keep track, in Wiretap, of whether the file is compressed, and provideGuy Harris1-0/+6
2012-05-02Use WTAP_ENCAP_IEEE_802_11_xxx for all the "802.11 plus radio header"Guy Harris1-8/+11
2012-04-20Patch for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5048Martin Mathieson1-0/+3
2012-04-10Call LAPD-with-Linux-pseudoheader "linux-lapd", and fix its descriptionGuy Harris1-2/+2
2012-04-10Fix tpo.Guy Harris1-1/+1
2012-04-10It's "X.25", not "X25".Guy Harris1-1/+1
2012-04-06Indicate where BACnet MS/TP is specified.Guy Harris1-1/+10
2012-03-23Don't mark the file as unsaved unless the capture or packet comments actually...Jeff Morriss1-13/+16
2012-03-16When we're in a for(i=0,[...]) loop, don't reuse (and thus reset) 'i' in anot...Jeff Morriss1-3/+3
2012-03-15- Store ISB data.Anders Broman1-0/+37
2012-03-06From Mike Wakerly: Add wiretap suport for LINKTYPE_NFC_LLCPAnders Broman1-1/+4
2012-03-01From Reinhard Speyerer: Adding support for LINKTYPE_PPP_ETHER/DLT_PPP_ETHERAnders Broman1-1/+4
2012-02-29- Add a LED in the statusbar to indicate that capture comments exists,Anders Broman1-0/+2
2012-02-26Make it possible to edit capture commentsAnders Broman1-0/+7
2012-02-20From Jose Pedro Oliveira fix a typoAnders Broman1-3/+3