Hand the packet provider functions to epan_new().
[metze/wireshark/wip.git] / tshark.c
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.
2017-02-25 Martin Kacerjson2pcap support added
2017-02-20 Gerald CombsYell at the user less.
2017-02-18 Dario Lombardowsutil: remove leaks from filesystem and plugins code.
2017-02-14 Dario Lombardotshark: free capture file filename on exit.
2017-02-14 Dario Lombardowiretap: add cleanup routine.
2017-02-13 Guy HarrisFurther explanation in comments.
2017-02-13 Guy HarrisFix a comment to reflect (and better explain) reality.
2017-02-12 Martin Kacertshark removed empty line in -T ek output
2017-02-10 Dario Lombardofilter_list: add cleanup function and call it on exit.
2017-02-10 Dario LombardoClean columns on exit.
2017-02-09 Jim YoungMake the capture file's interface description filterable
2017-02-05 Martin KacerPDML: protocol filter incorrectly filters desired subfields
2017-02-03 Guy HarrisFix builds without libpcap.
2017-02-02 Dario Lombardocapture_opts: free memory on exit to avoid leak.
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 HarrisHave a routine to do all the work of initializing libwi...
2016-12-03 Jim Youngtshark: Add -G folders report
2016-12-02 Moshe KaplanEnable exporting objects with tshark
2016-11-14 Pascal Quantintshark: fix activation of heuristic dissectors by comma...
2016-10-31 Guy HarrisHandle -K, -n, -N, and -u in the common dissection...
2016-10-31 Guy HarrisHave the routine that handles dissection options not...
2016-10-30 Guy HarrisHave routines for parsing options that affect dissection.
2016-10-26 Guy HarrisProperly align the text in an error message.
2016-10-08 Dario Lombardocolumn-utils: add space to improve readability.
2016-10-08 Michael MannCombine Decode As and port preferences for tcp.port...
2016-09-27 Pascal Quantintshark.c: fix indentation
2016-09-27 Pascal Quantintshark: register extcap preferences
2016-09-12 Dario Lombardofix some compilation issues without extcap.
2016-09-11 Peter Wuextcap: fix use-after-free for preferences
2016-09-05 Guy HarrisHave scan_plugins() take an argument specify what to...
2016-08-31 Guy HarrisCrashing in proto_initialize_all_prefixes()? Debugging...
2016-08-31 Guy HarrisDebugging printouts, to see why tshark -G crashes on...
2016-07-29 Roland Knallextcap: Restore functionality for options
2016-07-21 Guy HarrisNo need to check for string option values being null.
next