aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2018-03-13Get rid of TestBigEndian and AC_C_BIGENDIAN.Gerald Combs2-3/+3
2018-03-09spdx: more licenses converted.Dario Lombardo3-28/+3
2018-03-09spdx: more licenses converted.Dario Lombardo2-48/+2
2018-03-07spdx: more licenses converted.Dario Lombardo1-13/+1
2018-02-27ERF: Add support for new extension header and Provenance tagsAnthony Coddington1-0/+27
2018-02-27catapult dct2000: don't dump comments one char at a time, and other fussingMartin Mathieson1-42/+37
2018-02-24The parser is at the bottom, so the shadow warning must be turned off there.Guy Harris1-0/+2
2018-02-24Suppress some warnings caused by a Berkeley YACC bug/misfeature.Guy Harris1-0/+6
2018-02-23wiretap: zero memory on allocation.Dario Lombardo1-1/+1
2018-02-22nettrace: remove wrong frees (found by clang).Dario Lombardo1-3/+0
2018-02-20pcapng: Free option_content on errorStig Bjørlykke1-0/+1
2018-02-18Fix some source headers, reformat SPDX license lines in comment block.Jaap Keuter14-14/+28
2018-02-17Fix argument list in comment.Guy Harris1-1/+2
2018-02-17Don't make separate libXXX_generated libraries.Guy Harris1-12/+3
2018-02-17Use -Werror except for explicitly listed dirty dissectors.Guy Harris1-1/+1
2018-02-16Use DIAG_OFF_FLEX/DIAG_ON_FLEX more consistently.Guy Harris2-3/+19
2018-02-16Treat most Lex-generated and all Lemon-generated files as clean.Guy Harris1-10/+14
2018-02-13Added dissector for Excentis DOCSIS31 XRA header. DLT 273. Builtin version.Bruno Verstuyft3-0/+8
2018-02-13more SPDX convertions.Dario Lombardo1-14/+1
2018-02-11dct2000: avoid allocating/storing/freeing empty stringMartin Mathieson1-27/+8
2018-02-09Do the maximum block size check in pcap_read_block().Guy Harris1-75/+13
2018-02-09Rename ft_specific_data to reflect what we're actually using it for.Guy Harris3-6/+7
2018-02-09Remove redundant members from wtap_syscall_header.Guy Harris2-13/+11
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris65-2073/+2108
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