tshark memory leak: g_free(cf_name) moved under 'clean_exit' label
[metze/wireshark/wip.git] / wiretap /
2018-09-17 Guy HarrisMake the maximum block size big enough for max-size...
2018-09-07 Gerald Combssystemd Journal: Add a cast.
2018-08-31 Gerald CombsAdd a systemd Journal Export Format parser and dissector.
2018-08-25 João ValverdeCMake: Modernize config-file package support
2018-08-11 Guy HarrisAdd support for reading and writing the new if_hardware...
2018-08-09 Guy Harris"It's not a valid text line" means "it's not an RFC...
2018-08-09 Guy HarrisPass zero-length PSDU type information to the radio...
2018-08-01 Guy HarrisRFC 7468 is PEM-inspired, but it's not PEM.
2018-08-01 Guy HarrisDo most of the RFC 7468 file processing in the dissector.
2018-07-31 Stephen DonnellyRelax ERF heuristic
2018-07-30 Guy HarrisAdd WTAP_ENCAP_RUBY_MARSHAL to the table of encapsulati...
2018-07-20 Guy HarrisIf we have fseek/ftell variants with 64-bit offsets...
2018-07-06 Guy HarrisFix the calculation of a file's "basename".
2018-07-03 Guy HarrisThe "Ethernet offset" is 16 bits in the file; make...
2018-06-28 Guy HarrisAdd macros to initialize nstime_t values and use them.
2018-06-22 Guy HarrisDeclare lead_surrogate only in the block where it's...
2018-06-21 David KreitschmannFix build paths for cmake's Xcode project generator...
2018-06-15 Guy HarrisJust extract the title length once.
2018-06-15 Guy HarrisFix some "bad file" messages.
2018-06-15 Guy HarrisConvert NetMon comment titles to UTF-8 when reading...
2018-06-15 Guy HarrisNo need to check for a UTF-16 string's length being...
2018-06-14 Guy HarrisFix indentation.
2018-06-14 Guy HarrisFix the handling of paths in the process information.
2018-06-07 Dario Lombardowiretap: add support for ruby marshal object files.
2018-06-07 Gerald CombsCMake: Get rid of FULL_SO_VERSION
2018-06-04 Jaap KeuterUse proper unsigned constant for bit shift
2018-05-30 Guy HarrisFix problem building on NetBSD 7.1.
2018-05-30 Martin Kaiserwiretap: camins: add support for timestamps
2018-05-25 Dirk Eibachdpa400: Fix wiretap data packet len
2018-05-23 Роман Донченкоpem: validate the base64 lines
2018-05-21 Dario Lombardojson: fix typo.
2018-05-20 Guy HarrisMake the two names for Unigraf DPA-400 captures the...
2018-05-20 Guy HarrisMake the two file type descriptions for WTAP_FILE_TYPE_...
2018-05-20 Guy HarrisAdd an entry for WTAP_ENCAP_DPAUXMON.
2018-05-20 Guy HarrisAdd entries for two WTAP_ENCAP_ types, and clean up...
2018-05-17 Alexis La Gouttedpa400: fix no previous prototype for function 'dpa400_...
2018-05-16 Guy HarrisEliminate some unneeded header checks.
2018-05-15 Роман Донченкоwiretap: Add a reader for files in the PEM-like format...
2018-05-14 Guy HarrisUse ws_g_warning() for plugin registration errors.
2018-05-14 Dario Lombardowiretap: use pcapng_debug instead of g_warning.
2018-05-10 Dirk Eibachwiretap: DPA-400 logfile support
2018-05-10 Dirk EibachDisplayPort AUX channel protocol dissector
2018-05-10 Dario Lombardonettrace: add g_assert in write_packet_data (CID 1435482).
2018-05-09 Guy HarrisAlways explicitly set tm_isdst before calling mktime().
2018-05-08 Роман Донченкоwiretap: make open_info_base[] const
2018-05-07 Guy HarrisRevert "wiretap: DPA-400 logfile support"
2018-05-07 Dirk Eibachwiretap: DPA-400 logfile support
2018-05-07 Роман Донченкоwiretap: Add a file_gets variant that returns a pointer...
2018-05-05 Peter Wunettrace_3gpp_32_423: fix memleak and copy of uninitial...
2018-05-02 Pascal Quantinerf.c: fix compilation with gcc 8
2018-05-02 Pascal Quantincosine.c: fix compilation with gcc 8
2018-05-02 Pascal Quantinnetscreen.c: fix compilation with gcc 8
2018-05-01 Stig BjørlykkeFix comment end after SPDX identifier
2018-05-01 Stig BjørlykkeUse common indenting space in heading
2018-04-28 Guy HarrisPick the *first* usable file type as the default, not...
2018-04-24 Guy HarrisClean up EOF/short read/hard error handling in heuristics.
2018-04-24 Guy HarrisStrengthen the heuristcs that check for "alternate...
2018-04-21 Dario Lombardowsutil: convert one leftover function in wsjson.
2018-04-21 Dario Lombardowsutil: rename wsjsmn to wsjson.
2018-04-18 Dario LombardoRemove autotools build system.
2018-03-13 Gerald CombsGet rid of TestBigEndian and AC_C_BIGENDIAN.
2018-03-09 Dario Lombardospdx: more licenses converted.
2018-03-09 Dario Lombardospdx: more licenses converted.
2018-03-07 Dario Lombardospdx: more licenses converted.
2018-02-27 Anthony CoddingtonERF: Add support for new extension header and Provenanc...
2018-02-27 Martin Mathiesoncatapult dct2000: don't dump comments one char at a...
2018-02-24 Guy HarrisThe parser is at the bottom, so the shadow warning...
2018-02-24 Guy HarrisSuppress some warnings caused by a Berkeley YACC bug...
2018-02-23 Dario Lombardowiretap: zero memory on allocation.
2018-02-22 Dario Lombardonettrace: remove wrong frees (found by clang).
2018-02-20 Stig Bjørlykkepcapng: Free option_content on error
2018-02-18 Jaap KeuterFix some source headers, reformat SPDX license lines...
2018-02-17 Guy HarrisFix argument list in comment.
2018-02-17 Guy HarrisDon't make separate libXXX_generated libraries.
2018-02-17 Guy HarrisUse -Werror except for explicitly listed dirty dissectors.
2018-02-16 Guy HarrisUse DIAG_OFF_FLEX/DIAG_ON_FLEX more consistently.
2018-02-16 Guy HarrisTreat most Lex-generated and all Lemon-generated files...
2018-02-13 Bruno VerstuyftAdded dissector for Excentis DOCSIS31 XRA header. DLT...
2018-02-13 Dario Lombardomore SPDX convertions.
2018-02-11 Martin Mathiesondct2000: avoid allocating/storing/freeing empty string
2018-02-09 Guy HarrisDo the maximum block size check in pcap_read_block().
2018-02-09 Guy HarrisRename ft_specific_data to reflect what we're actually...
2018-02-09 Guy HarrisRemove redundant members from wtap_syscall_header.
2018-02-09 Guy HarrisGeneralize wtap_pkthdr into a structure for packet...
2018-02-08 Dario Lombardoreplace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
2018-02-08 Guy HarrisFix white space.
2018-02-08 Guy HarrisGet rid of unused structure member.
2018-02-07 Guy HarrisDistinguish between "probably not pcapng" and "probably...
2018-02-07 Stig Bjørlykkenetmon: Initialize struct netmonrec_comment on alloc
2018-02-05 Guy HarrisDon't assume records all have time stamps and captured...
2018-02-05 Guy HarrisSpeak of records, not packets.
2018-02-05 Guy HarrisDelete an out-of-date comment.
2018-02-05 Guy HarrisHave block read routines indicate whether the block...
2018-02-05 Guy Harrispcapng_read_block() should just return a Boolean.
2018-02-05 Guy Harrispcapng_read_section_header_block() should just return...
2018-02-04 Guy Harrisvalid_but_empty_file is a Boolean, so declare it as...
2018-02-04 Guy HarrisCheck for read errors by checking for PCAPNG_BLOCK_ERROR.
2018-02-04 Guy HarrisDon't treat short reads as errors when checking the...
2018-02-04 Guy HarrisDon't put knowledge about the "is this pcapng" test...
2018-02-04 Guy HarrisNote that we should show ISBs in the "packet" list.
next