packet-nmf: initial commit
[metze/wireshark/wip.git] / tshark.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-18 PatrikMoskotshark memory leak: g_free(cf_name) moved under 'clean_...
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-22 Adam MorrisonFixed a bug related to epan initialization
2018-08-17 Vasil Velichkovtshark: free exp_pdu_filename and capture_opts->save_file
2018-08-05 Peter Wutshark: perform NPF driver check for capture only
2018-08-01 Vasil Velichkovtshark: Allow exporting of PDUs to stdout
2018-06-26 Gerald CombsWindows: Fetch our version using RtlGetVersion.
2018-06-25 Jiri NovakRTP: Common functions for allocation/deallocation of...
2018-05-23 Guy HarrisDo IP address resolution synchronously before printing...
2018-05-05 Guy HarrisDon't use dladdr() to get a pathname for the current...
2018-05-04 AndersBromang_slist_free_full: Use g_slist_free_full() in a couple...
2018-04-25 Peter Wudfilter: fix memleaks with functions and slice operator
2018-04-19 Dario Lombardotshark: improve -G elastic-mapping command by adding...
2018-04-19 Dario Lombardotshark: put -G elastic-mapping in help under ifdef.
2018-04-18 Dario Lombardotshark: add -G elastic-mapping report.
2018-04-16 Andersglib: Get rid of GLIB_CHECK_VERSION as we now require...
2018-03-24 Jaap KeuterOID name resolv: Fix MIB/PIB path presentations
2018-03-06 Gerald CombsTransition from GeoIP Legacy to MaxMindDB.
2018-02-19 Guy HarrisCheck whether to do dissection after starting taps.
2018-02-19 Guy HarrisGet rid of more new_ prefixes for statistics functions...
2018-02-18 Guy HarrisDon't start command-line taps until we've opened a...
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-09 Guy HarrisUse pcapng as the name of the file format.
2018-01-08 Jon DeVreeDo not automatically enable the linux kernel's BPF...
2018-01-08 Dario Lombardoextcap: remove conditional compilation.
2018-01-02 Merlin ChlostaAdd columns (_ws.col) to output formats json, ek, pdml
2017-12-14 João ValverdeRefactor plugin registration and loading
2017-12-11 João ValverdeRewrite make-tap-reg.py in C
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-11-08 Orgad Shanehtshark/tfshark: Replace global prefs with a boolean
2017-11-07 Orgad Shanehtshark/tfshark: Do not apply console.log.level before...
2017-10-28 Michael Manntshark: Use -G help instead of -G ?
2017-10-26 Gerald CombsCMake: Don't check for windows.h or winsock2.h.
2017-10-15 Peter WuRename ui_util.h -> ws_ui_util.h
2017-10-15 Christoph WurmTshark: Optional packet summary for Elasticsearch
2017-10-11 Guy HarrisAdd --print as an alias for -P, to match tcpdump.
2017-09-26 Gerald CombsWSUG: More tools updates.
2017-09-26 João ValverdeRename "ws_version_info.h", also .c
2017-09-20 João Valverdeplugins: Be more descriptive in "about wireshark"-...
2017-09-20 João ValverdeRename get_plugin_dir() for consistency
2017-09-11 João Valverdewsutil: Initialize and store plugin personal dir
2017-08-29 Jim Youngtshark: Add delimiter to both sides of packetlist arrows
2017-08-28 Mikael Kanstrupiface_lists: Access ifaces member by reference
2017-08-22 Ahmad FatoumAdd hardware timestamping support
2017-07-23 Dario Lombardotshark: assert edt before calling print_packet (CID...
2017-07-03 Sake BlokAdd option to use wall-clock intervals
2017-06-22 Daan De MeyerAdd --no-duplicate-keys tshark option.
2017-06-16 Daan De MeyerRefactor JSON output functions
2017-06-12 Michael MannAdd support for color xml attributes in psml and pdml...
2017-06-11 Guy HarrisDon't colorize a line if we have no color filter.
2017-06-11 Dave Goodelltshark: add "--color" option emulating wireshark colors
2017-06-05 Guy HarrisAllow bigger snapshot lengths for D-Bus captures.
2017-05-26 Peter WuReport syntax errors in UAT prefs parsing
2017-05-12 Guy HarrisFix Windows build without pcap.
2017-05-09 Alexis La Gouttetshark: Fix Dead Store (Dead assignement/Dead increment...
2017-05-05 Hessam JalaliAuto reset epan session
2017-04-29 Guy HarrisEliminate some double-frees.
2017-04-24 Guy HarrisMove UI-only stuff out of libwireshark.
2017-04-23 Guy HarrisPrint first-pass read errors at the end.
2017-04-23 Jakub Zawadzkitshark: make success volatile.
2017-04-23 Guy HarrisRename read{_cap}_file() to process{_cap+_file().
2017-04-23 Guy HarrisJust have read_cap_file()/read_file() return a success...
2017-04-23 Guy HarrisRename some routines to better reflect what they do.
2017-04-20 Guy HarrisHave separate routines for open-for-reading and open...
2017-04-20 Guy HarrisMake the command-line and alert-box failure messages...
2017-04-20 Guy HarrisFix a compiler warning.
2017-04-20 Guy HarrisUse the new cfile_XXX_failure_message() routines more...
2017-04-20 Guy HarrisAdd common routines for command-line libwiretap error...
2017-04-18 Guy HarrisHave a common "print a capture file open error message...
2017-04-17 Guy HarrisClean up documentation and help messages for protocol...
2017-04-17 Guy HarrisRename some routines and structure members.
2017-04-12 Guy HarrisPrime the epan_dissect_t with postdissector wanted...
2017-04-12 Guy HarrisRename routines to clarify what they do.
2017-04-12 Guy HarrisAdd an API to let a postdissector specify fields whose...
2017-04-09 Guy HarrisPull all the "load settings" calls into a epan_load_set...
2017-04-09 Guy HarrisPull the error reporting into {read,save}_filter_list.
2017-04-09 Guy HarrisMove the filter file reading code to libui.
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-04-05 Guy HarrisA bunch of "{Mac} OS X" -> "macOS" changes.
2017-03-28 Martin SehnoutkaReflect new default value of snaplen in man pages.
2017-03-27 Michael MannCheck for return value of WSAStartup on all executables.
2017-03-19 Jim Youngtshark: Optionally delimit packet summary columns...
2017-03-12 Joerg Mayertshark and tfshark require -2 when using -R. Document...
2017-02-27 Dario Lombardoprint_stream: free memory on exit.
next