aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo120-120/+120
2018-02-08Fix white space.Guy Harris1-1/+1
2018-02-08Get rid of unused structure member.Guy Harris2-4/+5
2018-02-07Distinguish between "probably not pcapng" and "probably bad pcapng" errors.Guy Harris1-55/+85
2018-02-07netmon: Initialize struct netmonrec_comment on allocStig Bjørlykke1-1/+1
2018-02-05Don't assume records all have time stamps and captured lengths.Guy Harris1-14/+30
2018-02-05Speak of records, not packets.Guy Harris2-9/+9
2018-02-05Delete an out-of-date comment.Guy Harris1-9/+0
2018-02-05Have block read routines indicate whether the block should be returned.Guy Harris2-39/+81
2018-02-05pcapng_read_block() should just return a Boolean.Guy Harris1-40/+37
2018-02-05pcapng_read_section_header_block() should just return a Boolean.Guy Harris1-19/+25
2018-02-04valid_but_empty_file is a Boolean, so declare it as such.Guy Harris1-3/+3
2018-02-04Check for read errors by checking for PCAPNG_BLOCK_ERROR.Guy Harris1-4/+4
2018-02-04Don't treat short reads as errors when checking the file type.Guy Harris1-0/+2
2018-02-04Don't put knowledge about the "is this pcapng" test in the block-reading code.Guy Harris1-43/+20
2018-02-04Note that we should show ISBs in the "packet" list.Guy Harris1-1/+20
2018-02-04Give an IDB and an NRB as examples of the third type of block.Guy Harris1-0/+16
2018-02-04Disallow registration of some block type values for plugins.Guy Harris2-10/+72
2018-01-30wiretap/merge.c: Fix memory leak, fix description.Jakub Zawadzki1-4/+7
2018-01-30dct2000 wiretap: expect all lines to have exactly 4 subsecond digits.Martin Mathieson1-2/+2
2018-01-29Avoid #ifdef'ing out translation unitsJoão Valverde1-2/+2
2018-01-29dct2000: for speed, avoid ws_strtoi32() while reading timestampMartin Mathieson1-6/+11
2018-01-24wiretap/k12: fix memory leak.Jakub Zawadzki1-0/+1
2018-01-22ERF: Fix broken erf_open ethernet checkingAnthony Coddington1-3/+3
2018-01-20wiretap: use SPDX identifiers (partial work).Dario Lombardo96-1248/+96
2018-01-20wiretap: more SPDX license convertions.Dario Lombardo23-328/+23
2018-01-19Don't do pcap heuristics on a pipe.Guy Harris3-44/+82
2018-01-18Remove an unnecessary test.Guy Harris1-49/+44
2018-01-18Don't insist on reading a full buffer from the input file.Guy Harris1-155/+266
2018-01-16Wiretap: Add a missing comma.Gerald Combs1-1/+1
2018-01-15Test explicitly against 0 for integers and NULL for pointers, but not booleans.Guy Harris1-20/+20
2018-01-14Add a URL for RFC 1952.Guy Harris1-1/+5
2018-01-14Check for gzipped files even if we don't have libz.Guy Harris3-3/+13
2018-01-11Use an enum for plugin types.Gerald Combs1-14/+2
2018-01-10IxVeriWave: Adjust signature timestamp checking.Gerald Combs1-10/+13
2018-01-09wiretap: add a parameter to wtap_init() indicating whether plugins must be lo...Pascal Quantin2-6/+12
2018-01-09Use pcapng as the name of the file format.Guy Harris12-57/+57
2018-01-05erf: remove redundant check (CID: 1159076).Dario Lombardo1-16/+21
2017-12-29Do the right check for "no name resolution information to save".Guy Harris3-1/+11
2017-12-28No need for read_new_line to return a packet offset.Guy Harris1-16/+9
2017-12-27Add lzip to the "other compressed formats" comment.Guy Harris1-0/+2
2017-12-26Fix some comments.Guy Harris1-3/+5
2017-12-26wiretap: remove unneeded check (CID: 1396988).Dario Lombardo1-1/+1
2017-12-21Add IEEE 802.3br Frame Preemption Protocol dissectorAnton Glukhov2-0/+4
2017-12-14Refactor plugin registration and loadingJoão Valverde2-60/+29
2017-12-01dumpcap: enable capture of pcapng from pipeJames Ko1-0/+6
2017-11-19Fix (and chop) static build optionJoão Valverde1-12/+10
2017-11-18autotools: Library build products don't need explicit cleaningJoão Valverde1-7/+0
2017-11-15Handle LINKTYPE_JUNIPER_ST 200.Anders2-0/+3
2017-10-29"Hardcode" the port types used by Export PDU functionalityMichael Mann1-31/+34