aboutsummaryrefslogtreecommitdiffstats
path: root/tfshark.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-02cli_main: remove real_main from stack traces for non-WindowsPeter Wu1-1/+1
2019-01-01Move some command-line-oriented routines from wsutil to ui.Guy Harris1-2/+2
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-12-13Move more version-info-related stuff to version_info.c.Guy Harris1-28/+7
2018-12-13Put the main() and wmain() routines for CLI programs into a separate file.Guy Harris1-22/+2
2018-10-08Bring back arg_list_utf_16to8(), but have it just do UTF-16-to-UTF-8 mapping.Guy Harris1-7/+4
2018-10-07Use wsetargv.obj, and wmain() rather than main(), on Windows.Guy Harris1-3/+22
2018-09-09epan: Add argument to epan_init() to disable pluginsJoão Valverde1-1/+1
2018-08-29epan: Remove unnecessary all protocols registration callbackJoão Valverde1-3/+1
2018-05-05Don't use dladdr() to get a pathname for the current executable().Guy Harris1-1/+1
2018-04-16glib: Get rid of GLIB_CHECK_VERSION as we now require 2.32.0Anders1-3/+0
2018-02-18TFshark requires a file to be specified.Guy Harris1-51/+53
2018-02-18Don't start command-line taps until we've opened a file.Guy Harris1-5/+8
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-27/+27
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-09wiretap: add a parameter to wtap_init() indicating whether plugins must be lo...Pascal Quantin1-1/+1
2018-01-08extcap: remove conditional compilation.Dario Lombardo1-5/+0
2018-01-02tfshark: Fix arguments to write_pdml_proto_treeStig Bjørlykke1-1/+1
2017-12-14Refactor plugin registration and loadingJoão Valverde1-10/+0
2017-12-08Have the frame_tvbuff.c routines not use the global cfile.Guy Harris1-3/+8
2017-12-08Hand the packet provider functions to epan_new().Guy Harris1-9/+9
2017-12-08Move the frame_set stuff back into the capture_file structure.Guy Harris1-48/+47
2017-12-04Move the parts of a capture_file used by libwireshark to a new structure.Guy Harris1-47/+47
2017-12-04Use cfile fields for some frame_data pointers.Guy Harris1-30/+27
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-2/+2
2017-12-01Get rid of some void pointers.Gerald Combs1-5/+3
2017-11-21Move the protocol registration routines back into libwiresharkJoão Valverde1-1/+1
2017-11-09Start using SPDX license identifiers.Gerald Combs1-14/+2
2017-11-08tshark/tfshark: Replace global prefs with a booleanOrgad Shaneh1-2/+5
2017-11-07tshark/tfshark: Do not apply console.log.level before it is setOrgad Shaneh1-4/+3
2017-09-26Rename "ws_version_info.h", also .cJoão Valverde1-1/+1
2017-06-12Add support for color xml attributes in psml and pdml formats.Michael Mann1-2/+2
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-6/+0
2017-05-26Report syntax errors in UAT prefs parsingPeter Wu1-2/+8
2017-04-24TFSHARK: Fix clobbing warning for variable successUli Heilmeier1-1/+1
2017-04-24Move UI-only stuff out of libwireshark.Guy Harris1-15/+2
2017-04-23Rename read{_cap}_file() to process{_cap+_file().Guy Harris1-3/+3
2017-04-23Just have read_cap_file()/read_file() return a success/failure indication.Guy Harris1-8/+9
2017-04-23Rename some routines to better reflect what they do.Guy Harris1-3/+3
2017-04-17Rename some routines and structure members.Guy Harris1-8/+10
2017-04-12Prime the epan_dissect_t with postdissector wanted fields if necessary.Guy Harris1-66/+55
2017-04-12Rename routines to clarify what they do.Guy Harris1-3/+3
2017-04-12Add an API to let a postdissector specify fields whose values it needs.Guy Harris1-15/+50
2017-04-09Pull all the "load settings" calls into a epan_load_settings() routine.Guy Harris1-8/+3
2017-04-09Pull the error-reporting code for preference files into read_prefs().Guy Harris1-29/+2
2017-04-09Pull the code to save enabled/disabled lists into libwireshark.Guy Harris1-1/+1
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-52/+30
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris1-2/+2
2017-03-12tfshark: fix this ‘if’ clause does not guard... [-Wmisleading-indentation]Alexis La Goutte1-9/+9
2017-03-12tshark and tfshark require -2 when using -R. Document this.Joerg Mayer1-0/+1