packet-kerberos: add more AUTHDATA-TYPE values and autogenerate kerberos_AUTHDATA_TYP...
[metze/wireshark/wip.git] / rawshark.c
2019-01-03 Dario Lombardorawshark: remove redundant cast.
2019-01-02 Peter Wucli_main: remove real_main from stack traces for non...
2019-01-01 Guy HarrisAdd a "failed" return for tap packet routines.
2019-01-01 Guy HarrisMove some command-line-oriented routines from wsutil...
2018-12-13 Guy HarrisMove more version-info-related stuff to version_info.c.
2018-12-13 Guy HarrisPut the main() and wmain() routines for CLI programs...
2018-11-01 Gerald CombsMove condition logic to dumpcap.c
2018-10-08 Guy HarrisBring back arg_list_utf_16to8(), but have it just do...
2018-10-07 Guy HarrisUse wsetargv.obj, and wmain() rather than main(), on...
2018-10-05 Uli Heilmeier*shark: Update help and manpage for name resolving
2018-09-20 Peter Wurawshark: avoid RVALS for casting hfinfo->strings
2018-09-09 João Valverdeepan: Add argument to epan_init() to disable plugins
2018-08-29 João Valverdeepan: Remove unnecessary all protocols registration...
2018-08-24 Vasil Velichkovrawshark: Free pipe name and version info strings
2018-07-21 Guy HarrisAdd a tap "finish" callback, called when a listener...
2018-05-05 Guy HarrisDon't use dladdr() to get a pathname for the current...
2018-04-24 chinarulezzzremove redundant break statement
2018-02-22 Alexis La Goutterawshark(.c): fix parameter 'phdr' not found in the...
2018-02-18 Guy HarrisWe don't do taps in rawshark, so there are no taps...
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-01-09 Pascal Quantinwiretap: add a parameter to wtap_init() indicating...
2018-01-08 Dario Lombardoextcap: remove conditional compilation.
2017-12-08 Guy HarrisHave the frame_tvbuff.c routines not use the global...
2017-12-08 Guy HarrisHand the packet provider functions to epan_new().
2017-12-08 Guy HarrisMove the frame_set stuff back into the capture_file...
2017-12-04 Guy HarrisMove the parts of a capture_file used by libwireshark...
2017-12-04 Guy HarrisUse cfile fields for some frame_data pointers.
2017-12-03 Guy HarrisUse cfile.h to define the capture_file type.
2017-12-01 Gerald CombsGet rid of some void pointers.
2017-11-21 João ValverdeMove the protocol registration routines back into libwi...
2017-11-09 Gerald CombsStart using SPDX license identifiers.
2017-09-26 João ValverdeRename "ws_version_info.h", also .c
2017-09-25 Gerald CombsDocbook: Automatically generate the tools help output.
2017-06-05 Guy HarrisAllow bigger snapshot lengths for D-Bus captures.
2017-05-26 Peter WuReport syntax errors in UAT prefs parsing
2017-04-20 Guy HarrisAdd common routines for command-line libwiretap error...
2017-04-15 Guy HarrisSquelch some compiler warnings.
2017-04-14 Guy HarrisRemove some unused code.
2017-04-12 Guy HarrisRename routines to clarify what they do.
2017-04-09 Guy HarrisPull all the "load settings" calls into a epan_load_set...
2017-04-09 Guy HarrisPull the error-reporting code for preference files...
2017-04-09 Guy HarrisPull the code to save enabled/disabled lists into libwi...
2017-04-08 Guy HarrisClean up handling of enabled/disabled protocols/heurist...
2017-03-28 Michael Mannrawshark: Move large data (WTAP_MAX_PACKET_SIZE) to...
2017-03-27 Michael MannCheck for return value of WSAStartup on all executables.
2017-02-17 Gerald CombsRawshark: Try to avoid a VC runtime crash.
2017-02-14 Dario Lombardorawshark: add initializer.
2017-02-14 Dario Lombardowiretap: add cleanup routine.
2017-02-09 Jim YoungMake the capture file's interface description filterable
2017-02-06 Dario Lombardorawshark: fix err code.
2017-02-02 Gianluca BorelloRawshark: Add a memory limit (-m) option.
2016-12-24 Michael MannAdd enabled protocol list for dissectors who are disabl...
2016-12-05 Guy HarrisClean up initialization code for programs.
2016-12-04 Guy HarrisRawshark uses libwiretap, so it has to call wtap_init().
2016-09-12 Dario Lombardofix some compilation issues without extcap.
2016-09-11 Peter Wuextcap: fix use-after-free for preferences
2016-07-29 Roland Knallextcap: Restore functionality for options
2016-07-17 Michael MannFix printf style parameters complaints from VS Code...
2016-06-21 Yang Luopcap: Add support to "new" Npcap native mode without...
2016-06-19 Pascal QuantinRevert "tap: change glib functions to wmem."
2016-06-17 Dario Lombardotap: change glib functions to wmem.
2016-05-10 Michael MannHave fvalue_to_string_repr always return an (wmem)...
2016-05-10 Michael Mannrawshark: Have fvalue_to_string_repr just return alloca...
2016-05-10 Michael Mannrawshark: Get "field string values" from existing funct...
2016-04-21 João ValverdeLink version code statically again
2016-04-04 João ValverdeInclude ws_diag_control.h in config.h
2016-04-04 João ValverdeRemove synchronous DNS name resolution
2016-03-15 Guy HarrisMore "FT_BOOLEAN is 64-bit" fixes.
2015-12-14 João ValverdeMake init_progfile_dir() take a function pointer [...
2015-12-12 João ValverdeRemove -Wwrite-strings compiler flag
2015-11-11 Pascal QuantinUpdate user guide for development release
2015-11-08 Guy HarrisUse ws_{read,write,fdopen,close}.
2015-11-07 Guy HarrisClean up includes of unistd.h, fcntl.h, and sys/stat.h.
2015-10-28 Guy HarrisCatch REPORT_DISSECTOR_BUG() calls in dissector registr...
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...
next