aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/libpcap.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-29wiretap: always allocate a block for a record.Guy Harris1-0/+1
2021-06-18erf: handle errors in some routines more completely.Guy Harris1-1/+1
2021-06-18libpcap: don't generate a fake interface for LINKTYPE_ERF files.Guy Harris1-17/+8
2021-06-06Replace g_assert() with ws_assert() in placesJoão Valverde1-2/+3
2021-04-16Wiretap: Fix some compiler warnings.Gerald Combs1-1/+1
2021-03-11libwiretap: don't have a central table of file type/subtype name mappings.Guy Harris1-1/+17
2021-02-23wiretap: rename wtap_register_file_type_subtypes().Guy Harris1-7/+7
2021-02-23wiretap: eliminate the pcap/nspcap/pcapng WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris1-192/+461
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-1/+1
2020-10-14Have WTAP_ERR_INTERNAL include an err_info string giving details.Guy Harris1-2/+4
2020-10-03Update URLs pointing to the bug database.Guy Harris1-1/+1
2020-07-29wiretap: generate fake IDBs for more capture file types.Guy Harris1-6/+9
2020-07-29wiretap: add a routine to add a "fake" IDB.Guy Harris1-18/+1
2020-05-02wiretap: move the "fake an IDB for pcap files" code to libpcap.c.Guy Harris1-0/+41
2020-05-02ERF: split wiretap/erf.h into three files.Guy Harris1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-05Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris1-6/+5
2019-03-03Discard the upper bits of the "network" field in the file header.Guy Harris1-1/+44
2018-11-14Catch attempts to write multiple encapsulation types if unsupported.Guy Harris1-0/+9
2018-09-25Get rid of unused flag argument.Guy Harris1-1/+1
2018-04-24Clean up EOF/short read/hard error handling in heuristics.Guy Harris1-93/+72
2018-04-24Strengthen the heuristcs that check for "alternate" pcap formats.Guy Harris1-17/+67
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-38/+38
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-20wiretap: use SPDX identifiers (partial work).Dario Lombardo1-13/+1
2018-01-19Don't do pcap heuristics on a pipe.Guy Harris1-44/+78
2017-09-19IXIA lcap supportJoerg Mayer1-0/+12
2017-06-19Put the definition of BIT_SWAPPED_MAC_ADDRS in the file where it's used.Guy Harris1-5/+0
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-16/+17
2017-04-18Eliminate an unneded member of a wtap_dumper.Guy Harris1-9/+13
2016-09-29Replace some seeks forward with wtap_read_bytes() with a null buffer pointer.Guy Harris1-1/+1
2016-09-28Use wtap_read_bytes() to skip over bytes when reading a record.Guy Harris1-1/+1
2016-06-21pcap: ERF per-Host ID/Source ID interface supportAnthony Coddington1-7/+31
2015-11-09Call the dumper routine to finish write a file the "finish" routine.Guy Harris1-1/+0
2015-01-03Remove unnecessary includes from wiretap folderMartin Mathieson1-1/+0
2015-01-02Add "Editor modelines"; Adjust whitespace as needed.Bill Meier1-16/+29
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-2/+2
2014-12-17Rename WTAP_ERR_UNSUPPORTED_FILE_TYPE to WTAP_ERR_UNWRITABLE_FILE_TYPE.Guy Harris1-2/+2
2014-12-17Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris1-1/+1
2014-12-17Use WTAP_ERR_UNSUPPORTED for input file stuff we can't handle.Guy Harris1-1/+1
2014-10-09Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris1-12/+12
2014-10-07No need for WTAP_ERR_CANT_READ.Guy Harris1-3/+0
2014-10-07Add some higher-level file-read APIs and use them.Guy Harris1-19/+5
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-13/+13
2014-09-20Set err_info if the attempts to read record headers fail.Guy Harris1-5/+5
2014-08-24Fix trailing blank.Guy Harris1-1/+1
2014-08-24Strengthen the heuristics for pcap subtypes.Guy Harris1-226/+205
2014-08-02Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris1-1/+1
2014-07-15Only one buffer.c, please.Guy Harris1-1/+1