aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2018-05-15wiretap: Add a reader for files in the PEM-like format specified by RFC 7468Роман Донченко5-0/+239
2018-05-14Use ws_g_warning() for plugin registration errors.Guy Harris1-4/+5
2018-05-14wiretap: use pcapng_debug instead of g_warning.Dario Lombardo1-2/+2
2018-05-10wiretap: DPA-400 logfile supportDirk Eibach5-0/+273
2018-05-10DisplayPort AUX channel protocol dissectorDirk Eibach2-0/+4
2018-05-10nettrace: add g_assert in write_packet_data (CID 1435482).Dario Lombardo1-0/+2
2018-05-09Always explicitly set tm_isdst before calling mktime().Guy Harris1-0/+1
2018-05-08wiretap: make open_info_base[] constРоман Донченко1-1/+1
2018-05-07Revert "wiretap: DPA-400 logfile support"Guy Harris5-274/+0
2018-05-07wiretap: DPA-400 logfile supportDirk Eibach5-0/+274
2018-05-07wiretap: Add a file_gets variant that returns a pointer to the NUL terminatorРоман Донченко2-3/+13
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