summaryrefslogtreecommitdiff
path: root/wiretap/wtap.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-07Provide an error message for WTAP_ERR_CANT_WRITE.Guy Harris1-1/+1
2014-10-07No need for WTAP_ERR_CANT_READ.Guy Harris1-1/+51
2014-10-07Whitespace cleanups.Guy Harris1-2/+2
2014-10-07Add some higher-level file-read APIs and use them.Guy Harris1-11/+61
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-2/+5
2014-09-22pcapng: don't leak block option stringsEvan Huus1-0/+6
2014-08-02Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris1-4/+4
2014-07-15Only one buffer.c, please.Guy Harris1-1/+1
2014-06-19Long and short names are invertedPascal Quantin1-1/+1
2014-06-06IPMI trace dissector (without PCAP-dependent part).U-beauty\bdn1-0/+3
2014-06-04The subtype_seek_read() functions populate *phdr, not wth->phdr.Michael Tüxen1-3/+3
2014-05-24Add support for plugins to handle pcap-ng block types.Guy Harris1-1/+1
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-1/+3
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-14/+8
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-8/+14
2014-05-17wiretap: remove unused code, drop number_of_interfacesPeter Wu1-8/+5
2014-05-09Revert "Refactor Wiretap"Guy Harris1-103/+69
2014-05-09Refactor WiretapMichael Mann1-69/+103
2014-04-28Add dissector for LINKTYPE_EPONPhilip Rosenberg-Watt1-0/+3
2014-04-25Don't fail if a pcap-NG PB or EPB has caplen > actual len.Guy Harris1-1/+19
2014-04-14Fix wtap displayable namesMichal Labedzki1-12/+12
2014-04-01Add a dissector for Apple's PKTAP headers.Guy Harris1-0/+3
2014-04-01Update encap_table_base.Guy Harris1-0/+24
2014-03-20Revert "Allow pcapng interface options to be available to dissectors."Anders Broman1-3/+0
2014-03-20Allow pcapng interface options to be available to dissectors.Christopher Kilgour1-0/+3
2014-03-16Support to version 3.0 of netscaler packet wire format.Guy Harris1-0/+3
2014-03-07Introduces two new Bluetooth DLTs for RF-based captures.Christopher Kilgour1-0/+5
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-2/+2
2014-01-22Don't write out packets that have a "captured length" bigger than we'reGuy Harris1-1/+2
2014-01-12Bluetooth/Ubertooth improvements. Bug 9606 (https://bugs.wireshark.org/bugzi...Michael Mann1-0/+4
2014-01-02No seek-read routines use the length argument, so eliminate it fromGuy Harris1-4/+2
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