tvbuff_composite: fix buffer overflow due to wrong offset adjustment
[metze/wireshark/wip.git] / wiretap /
2018-10-02 Guy HarrisClean up some things.
2018-10-02 Guy HarrisDon't return TRUE with *err or *err_info set.
2018-10-01 Guy HarrisFix handling of some ISDN calls.
2018-10-01 Gerald Combspcapng: Fix a buffer length.
2018-10-01 Peter Wuwtap: fix regression in wtap_read_packet_bytes
2018-10-01 Gerald CombsAdd a systemd Journal Export extcap.
2018-10-01 Guy HarrisPut the FILE_T first in the arguments to parse_dbs_ethe...
2018-09-30 Guy HarrisRemove unnecessary clearing of *err.
2018-09-30 Guy HarrisSmall cleanup of the sequential read routine.
2018-09-29 Peter Wuwiretap: remove redundant ws_buffer_assure_space
2018-09-28 Gerald Combspcapng: Fix a copy/paste error.
2018-09-26 Gerald CombsMake systemd journal entries events.
2018-09-26 Guy HarrisMake the ERF code in pcap_get_phdr_size() more like...
2018-09-26 Guy HarrisGet rid of unnecessary check.
2018-09-26 Guy HarrisSort the pseudo-header routines in the order of the...
2018-09-26 Guy Harrispcapng: Free option_content on error
2018-09-26 Guy HarrisMove wtap_encap_requires_phdr() amongs the other switch...
2018-09-26 Stig Bjørlykkepcapng: Free option_content on error
2018-09-26 Guy HarrisSort cases in pcap_get_phdr_size(), add a missing one...
2018-09-26 Guy HarrisDon't update a variable that's not used at that point.
2018-09-26 Guy HarrisPut ERF pseudo-header reading and writing into single...
2018-09-26 Guy HarrisGet rid of bogus copied-and-pasted comment.
2018-09-26 Guy HarrisSort cases in pcap_write_phdr() - and add missing NFC...
2018-09-26 Guy HarrisPut the code for writing pseudo-headers into individual...
2018-09-26 Guy HarrisIn LINKTYPE_PPP_WITH_DIR files, any non-zero direction...
2018-09-26 Guy HarrisShuffle pseudo-header definitions to just before the...
2018-09-26 Guy HarrisPut the pseudo-header length checks into the pseudo...
2018-09-26 Guy HarrisThe sent field of the p2p pseudo-header is a Boolean.
2018-09-26 Guy HarrisOnly use "libpcap" to refer to the library.
2018-09-26 Guy HarrisRename the pseudo-header for X.25, V.120, and Frame...
2018-09-25 Guy HarrisGet rid of unused flag argument.
2018-09-24 AndersBromannettrace: Improve error printout at parse error.
2018-09-19 Gerald CombsTry to discourage the use of APIs via counting.
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...
next