aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2018-05-05nettrace_3gpp_32_423: fix memleak and copy of uninitialized memoryPeter Wu1-10/+7
2018-05-02erf.c: fix compilation with gcc 8Pascal Quantin1-1/+1
2018-05-02cosine.c: fix compilation with gcc 8Pascal Quantin1-2/+1
2018-05-02netscreen.c: fix compilation with gcc 8Pascal Quantin1-2/+1
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke9-17/+24
2018-05-01Use common indenting space in headingStig Bjørlykke1-10/+10
2018-04-28Pick the *first* usable file type as the default, not the *last* one.Guy Harris1-0/+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-04-21wsutil: convert one leftover function in wsjson.Dario Lombardo1-1/+1
2018-04-21wsutil: rename wsjsmn to wsjson.Dario Lombardo1-1/+1
2018-04-18Remove autotools build system.Dario Lombardo2-235/+1
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