aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-03rawshark: remove redundant cast.Dario Lombardo1-1/+1
2019-01-02cli_main: remove real_main from stack traces for non-WindowsPeter Wu1-1/+1
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-3/+3
2019-01-01Move some command-line-oriented routines from wsutil to ui.Guy Harris1-2/+2
2018-12-13Move more version-info-related stuff to version_info.c.Guy Harris1-23/+6
2018-12-13Put the main() and wmain() routines for CLI programs into a separate file.Guy Harris1-20/+3
2018-11-01Move condition logic to dumpcap.cGerald Combs1-2/+0
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-10-05*shark: Update help and manpage for name resolvingUli Heilmeier1-1/+1
2018-09-20rawshark: avoid RVALS for casting hfinfo->stringsPeter Wu1-2/+2
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-08-24rawshark: Free pipe name and version info stringsVasil Velichkov1-2/+3
2018-07-21Add a tap "finish" callback, called when a listener is removed.Guy Harris1-1/+1
2018-05-05Don't use dladdr() to get a pathname for the current executable().Guy Harris1-1/+1
2018-04-24remove redundant break statementchinarulezzz1-2/+0
2018-02-22rawshark(.c): fix parameter 'phdr' not found in the function declaration [-Wd...Alexis La Goutte1-1/+0
2018-02-18We don't do taps in rawshark, so there are no taps to start.Guy Harris1-5/+0
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-27/+29
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-4/+0
2017-12-08Have the frame_tvbuff.c routines not use the global cfile.Guy Harris1-1/+3
2017-12-08Hand the packet provider functions to epan_new().Guy Harris1-9/+8
2017-12-08Move the frame_set stuff back into the capture_file structure.Guy Harris1-20/+19
2017-12-04Move the parts of a capture_file used by libwireshark to a new structure.Guy Harris1-19/+19
2017-12-04Use cfile fields for some frame_data pointers.Guy Harris1-19/+17
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-1/+1
2017-12-01Get rid of some void pointers.Gerald Combs1-2/+2
2017-11-21Move the protocol registration routines back into libwiresharkJoão Valverde1-1/+1
2017-11-09Start using SPDX license identifiers.Gerald Combs1-13/+1
2017-09-26Rename "ws_version_info.h", also .cJoão Valverde1-1/+1
2017-09-25Docbook: Automatically generate the tools help output.Gerald Combs1-1/+1
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-4/+3
2017-05-26Report syntax errors in UAT prefs parsingPeter Wu1-3/+11
2017-04-20Add common routines for command-line libwiretap error reporting.Guy Harris1-33/+2
2017-04-15Squelch some compiler warnings.Guy Harris1-3/+3
2017-04-14Remove some unused code.Guy Harris1-11/+3
2017-04-12Rename routines to clarify what they do.Guy Harris1-1/+1
2017-04-09Pull all the "load settings" calls into a epan_load_settings() routine.Guy Harris1-7/+2
2017-04-09Pull the error-reporting code for preference files into read_prefs().Guy Harris1-27/+1
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-56/+28
2017-03-28rawshark: Move large data (WTAP_MAX_PACKET_SIZE) to the heap.Michael Mann1-2/+3
2017-03-27Check for return value of WSAStartup on all executables.Michael Mann1-1/+7
2017-02-17Rawshark: Try to avoid a VC runtime crash.Gerald Combs1-5/+22
2017-02-14rawshark: add initializer.Dario Lombardo1-1/+1
2017-02-14wiretap: add cleanup routine.Dario Lombardo1-39/+51
2017-02-09Make the capture file's interface description filterableJim Young1-0/+1