aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-06rawshark: fix err code.Dario Lombardo1-0/+2
2017-02-02Rawshark: Add a memory limit (-m) option.Gianluca Borello1-1/+23
2016-12-24Add enabled protocol list for dissectors who are disabled by defaultMichael Mann1-0/+3
2016-12-05Clean up initialization code for programs.Guy Harris1-1/+2
2016-12-04Rawshark uses libwiretap, so it has to call wtap_init().Guy Harris1-0/+2
2016-09-12fix some compilation issues without extcap.Dario Lombardo1-1/+8