aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-08Improve an error message.Guy Harris1-1/+1
2016-01-05GFP: Add support for Generic Framing Procedure (ITU-T G.7041/Y.1303)John A. Thacker1-0/+7
2015-12-16Make zlib API constness-aware, take 2.Guy Harris1-4/+0
2015-12-16Revert "Make zlib API constness-aware"Guy Harris1-0/+4
2015-12-16Make zlib API constness-awareJoão Valverde1-4/+0
2015-11-27wtap: Disable ISO C forbids conversion [-Wpedantic]João Valverde1-6/+4
2015-11-26Process the radio information internally for AiroPeek classic files.Guy Harris1-3/+0
2015-11-19use the official DLT for ISO14443Martin Kaiser1-0/+3
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-4/+0
2015-08-21Fix memory leaks of dumper SHB and IDB infosHadriel Kaplan1-0/+48
2015-08-19capinfos: add more info about file and interfacesHadriel Kaplan1-13/+109
2015-08-18Improve file merging for mergecap and wiresharkHadriel Kaplan1-0/+24
2015-08-18Pcapng: clean up Section Header Block handlingHadriel Kaplan1-11/+35
2015-08-06Pcapng: support Name Resolution Block optionsHadriel Kaplan1-0/+59
2015-04-13Support for new netscaler 3.5 trace format.anilkumar9111-1/+4
2015-02-17Added JSON native file support.Dario Lombardo1-0/+3
2015-02-15Handle DLT_LOOP differently from DLT_NULL.Guy Harris1-1/+4
2015-01-02Add "Editor modelines"; Adjust whitespace as needed.Bill Meier1-0/+13
2014-12-18Make sure err_info is always set, and print it iff it's non-null.Guy Harris1-0/+2
2014-12-18Rename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRITABLE_REC_TYPE.Guy Harris1-1/+1
2014-12-18Handle "I can't map this for that file format" better.Guy Harris1-1/+4
2014-12-17Rename WTAP_ERR_UNSUPPORTED_FILE_TYPE to WTAP_ERR_UNWRITABLE_FILE_TYPE.Guy Harris1-1/+1
2014-12-17Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris1-1/+1
2014-12-01Add a Buffer to wtap_pkthdr to hold file-type-specific packet metadata.Guy Harris1-0/+13
2014-10-08Use WTAP_ERR_BAD_FILE for malformed compressed data in DOS Sniffer files.Guy Harris1-6/+0
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