lemon: add free() to avoid mem leak (CID 1309088)
[metze/wireshark/wip.git] / rawshark.c
2015-07-25 Hadriel KaplanDNS: move DNS name resolution pref to Name Resolution...
2015-07-14 Michael MannAdd a "heuristic dissectors" tab to the Enable Protocol...
2015-07-06 Hadriel KaplanRawshark calls init_process_policies() twice
2015-06-27 Martin MathiesonAvoid some Visual Studio Code Anaylzer warnings
2015-06-10 AndersBroman[MSVC 2015] Use intptr_t to make MSVC happy.
2015-02-21 JC WrenMake FT_{U}INT64 behave more like FT_{U}INT32, add...
2015-02-20 Gerald CombsSuppress a bunch of cast-qual warnings.
2015-02-20 Guy HarrisJust have init_progfile_dir() take a void pointer.
2015-01-18 Guy HarrisClean up ftype-conversion and dfilter error message...
2015-01-04 Michael MannCreate BASE_DOT, BASE_DASH, and BASE_SEMICOLON types...
2015-01-01 Guy HarrisCall setlocale() before getting version information.
2014-12-31 Guy HarrisDon't include signal.h unless we need it.
2014-12-31 Guy HarrisDo the full string in get_{compiled,runtime}_version_in...
2014-12-31 Guy HarrisMove the version_info.c stuff to wsutil/ws_version_info.c.
2014-12-28 Dario LombardoRemoved duplicated #include lines
2014-12-25 Guy HarrisCheck for getopt_long(), not getopt().
2014-12-24 Stephen FisherMove twelve show_version() functions from the varoius...
2014-12-18 Guy HarrisMake sure err_info is always set, and print it iff...
2014-12-18 Guy HarrisWTAP_ERR_UNWRITABLE_ errors aren't returned by reads...
2014-12-17 Guy HarrisRename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABL...
2014-12-01 Guy HarrisAdd a Buffer to wtap_pkthdr to hold file-type-specific...
2014-11-14 Guy HarrisRename stat_cmd_args.[ch] to stat_tap_ui.[ch].
2014-10-17 Guy HarrisDon't use ctype.h routines.
2014-10-08 Guy HarrisOnly set err_info on an error, and use g_strdup_printf().
2014-10-08 Guy HarrisSet err_info to null for errors that don't have an...
2014-10-07 Guy HarrisNo need for WTAP_ERR_CANT_READ.
2014-09-28 Guy HarrisMake the time stamp resolution per-packet.
2014-09-20 Guy HarrisMake load_cap_file() just return a success/fail indication.
2014-08-24 Graham BloiceModify includes of config.h so that out-of-tree builds...
2014-07-27 Kevin CoxMake value_string_ext const-correct.
2014-07-04 Guy HarrisMove utility routines for capturing into a libcaputils...
2014-07-03 Guy HarrisInclude "capture-pcap-util.h" even if we don't have...
2014-07-03 Guy HarrisAdd long-option support.
2014-07-03 Guy HarrisRegularize the help output of programs.
2014-07-03 Guy HarrisRegularize the first line of version output.
2014-06-30 Guy HarrisMove capture_ui_utils.[ch] to libui.
2014-06-29 Guy HarrisMove some more stuff into wsutil.
2014-06-22 Guy HarrisAdd a routine to return a version string including...
2014-06-21 Guy HarrisMove get_copyright_info() to wsutil.
2014-05-25 Guy HarrisAdd support for dissecting non-packet records.
2014-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Michael MannRefactor Wiretap
2014-04-12 Guy HarrisGet rid of more tvb_get_nstringz* calls.
2014-03-21 Hadriel KaplanFix Bug 9903: 'Clicking reload-file ignores selected...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-25 Bill MeierRemove trailing whitespace
2014-02-07 Gerald CombsReplace "svn" with "git" all over the place.
2013-12-23 Michael MannAdd FT_SYSTEM_ID type and convert the dissectors that...
2013-12-07 Jakub ZawadzkiRename base_display_* to field_display
2013-12-05 Guy HarrisInitialize the error-reporting routines before scanning...
2013-12-02 Guy HarrisMove most of the plugin code from epan to wsutil and...
2013-11-17 Guy HarrisMove the epan/filesystem.c routines to wsutil; they...
2013-11-10 Jakub ZawadzkiMove struct _ftype_t + callback typedefs + free macro...
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-11-06 Guy HarrisAdd support for displaying dates as year and day-of...
2013-10-23 Bill MeierFix (using '#if 0') a few more [-Wunused-const-variable...
2013-10-20 Jakub Zawadzkiwireshark: use epan_dissect_reset(), rawshark: fix...
2013-10-20 Jakub Zawadzkirawshark: use epan_dissect_reset()
2013-10-06 Michael MannAdd support for RELATIVE-OID ASN.1 type. Bug 9192 ...
2013-09-29 Evan HuusReplace some val_to_str calls with the equivalent val_t...
2013-08-23 Gerald CombsInitialize our wtap_pkthdr struct so that we don't...
2013-08-23 Gerald CombsMake sure we call epan_free() before epan_cleanup(...
2013-08-10 Alexis La GoutteFix (-W)documentation error found by Clang
2013-08-08 Guy HarrisSpeak of the "-d encap:" value as a linktype, rather...
2013-08-01 Jakub ZawadzkiRemove fdata->opt_comment, add pkt_comment to pinfo
2013-07-26 Evan HuusFollow-up to r50935: add support for 64-bit value strin...
2013-07-24 Guy HarrisMake some routines not used outside rawshark.c static.
2013-07-22 Jakub ZawadzkiAbuse epan_t more: add callback to get interface name.
2013-07-21 Jakub ZawadzkiReplace relative timestamp with reference frame number...
2013-07-21 Jakub ZawadzkiAdd helper function to epan_session which can be used...
2013-07-21 Jakub ZawadzkiSome work on multi file dissection
2013-07-12 Jeff MorrissMove the print modules into epan.
2013-07-12 Jeff MorrissMove disabled_protos.{h,c} into epan.
2013-07-11 Jakub Zawadzkipacket dissection now takes pointer to tvb instead...
2013-03-20 Bill Meier From beroset:
2013-03-15 Evan HuusFix the leaking of packet comments, i.e. the rest of
2013-02-20 Gerald CombsWhen any of our executables start on Windows create...
2013-01-15 Guy HarrisAdd some routines to wsutil to, at least on some platfo...
2012-12-26 Guy HarrisSquelch some Windows-only warnings - the third argument...
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-12-20 Michael Tüxenrawshark does not use any routine from pcapio.c. So...
2012-10-20 Jakub ZawadzkiIntroduce epan_dissect_run_with_taps() which run dissec...
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-09-23 Jakub ZawadzkiStore pointers to previously displayed and captured...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-29 Evan HuusFix uninitialized variable as caught by cppcheck.
2012-07-06 Anders BromanFrom Michael Mann:
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-25 Anders BromanFrom Michael Mann:
2012-06-09 Chris MaynardBe sure to specify FORMAT_MESSAGE_IGNORE_INSERTS in...
2012-05-20 Guy HarrisChange the "user_saved" member of a capture_file struct...
2012-04-16 Anders BromanFrom Evan Huus:
2012-04-09 Jakub ZawadzkiAdd missing const attribute to some char *
2012-02-17 Jörg MayerStart moving files to ui/ and ui/cli/
2011-12-29 Guy HarrisSwallow cant_load_winpcap_err() up into capture-wpcap...
2011-12-13 Guy HarrisRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-09-27 Chris MaynardMinor formatting changes to the rawshark -h output.
2011-09-21 Bill MeierFix ex "modeline" so it works;
2011-08-09 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2011-07-04 Anders BromanFrom Michael Mann:
next