aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
Commit message (Expand)AuthorAgeFilesLines
* stats_tree: plug a memory leak.Guy Harris2020-05-031-1/+2
* Remove unwanted newline.Guy Harris2020-03-151-1/+1
* rawshark: fix parameter 'pd' not found in the function declaration [-Wdocumen...Alexis La Goutte2019-05-151-1/+1
* Move the Winsock initialization and cleanup to wsutil routines.Guy Harris2019-05-021-16/+13
* Windows: Modernize our WSAStartup usage.Gerald Combs2019-05-011-1/+1
* 1514 is a better initial Buffer size than 1500.Guy Harris2019-04-061-1/+1
* Add one more use of Buffers.Guy Harris2019-04-051-10/+11
* rawshark: remove redundant cast.Dario Lombardo2019-01-031-1/+1
* cli_main: remove real_main from stack traces for non-WindowsPeter Wu2019-01-021-1/+1
* Add a "failed" return for tap packet routines.Guy Harris2019-01-011-3/+3
* Move some command-line-oriented routines from wsutil to ui.Guy Harris2019-01-011-2/+2
* Move more version-info-related stuff to version_info.c.Guy Harris2018-12-131-23/+6
* Put the main() and wmain() routines for CLI programs into a separate file.Guy Harris2018-12-131-20/+3
* Move condition logic to dumpcap.cGerald Combs2018-11-011-2/+0
* Bring back arg_list_utf_16to8(), but have it just do UTF-16-to-UTF-8 mapping.Guy Harris2018-10-081-7/+4
* Use wsetargv.obj, and wmain() rather than main(), on Windows.Guy Harris2018-10-071-3/+22
* *shark: Update help and manpage for name resolvingUli Heilmeier2018-10-051-1/+1
* rawshark: avoid RVALS for casting hfinfo->stringsPeter Wu2018-09-201-2/+2
* epan: Add argument to epan_init() to disable pluginsJoão Valverde2018-09-091-1/+1
* epan: Remove unnecessary all protocols registration callbackJoão Valverde2018-08-291-3/+1
* rawshark: Free pipe name and version info stringsVasil Velichkov2018-08-241-2/+3
* Add a tap "finish" callback, called when a listener is removed.Guy Harris2018-07-211-1/+1
* Don't use dladdr() to get a pathname for the current executable().Guy Harris2018-05-051-1/+1
* remove redundant break statementchinarulezzz2018-04-241-2/+0
* rawshark(.c): fix parameter 'phdr' not found in the function declaration [-Wd...Alexis La Goutte2018-02-221-1/+0
* We don't do taps in rawshark, so there are no taps to start.Guy Harris2018-02-181-5/+0
* Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris2018-02-091-27/+29
* replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo2018-02-081-1/+1
* wiretap: add a parameter to wtap_init() indicating whether plugins must be lo...Pascal Quantin2018-01-091-1/+1
* extcap: remove conditional compilation.Dario Lombardo2018-01-081-4/+0
* Have the frame_tvbuff.c routines not use the global cfile.Guy Harris2017-12-081-1/+3
* Hand the packet provider functions to epan_new().Guy Harris2017-12-081-9/+8
* Move the frame_set stuff back into the capture_file structure.Guy Harris2017-12-081-20/+19
* Move the parts of a capture_file used by libwireshark to a new structure.Guy Harris2017-12-041-19/+19
* Use cfile fields for some frame_data pointers.Guy Harris2017-12-041-19/+17
* Use cfile.h to define the capture_file type.Guy Harris2017-12-031-1/+1
* Get rid of some void pointers.Gerald Combs2017-12-011-2/+2
* Move the protocol registration routines back into libwiresharkJoão Valverde2017-11-211-1/+1
* Start using SPDX license identifiers.Gerald Combs2017-11-091-13/+1
* Rename "ws_version_info.h", also .cJoão Valverde2017-09-261-1/+1
* Docbook: Automatically generate the tools help output.Gerald Combs2017-09-251-1/+1
* Allow bigger snapshot lengths for D-Bus captures.Guy Harris2017-06-051-4/+3
* Report syntax errors in UAT prefs parsingPeter Wu2017-05-261-3/+11
* Add common routines for command-line libwiretap error reporting.Guy Harris2017-04-201-33/+2
* Squelch some compiler warnings.Guy Harris2017-04-151-3/+3
* Remove some unused code.Guy Harris2017-04-141-11/+3
* Rename routines to clarify what they do.Guy Harris2017-04-121-1/+1
* Pull all the "load settings" calls into a epan_load_settings() routine.Guy Harris2017-04-091-7/+2
* Pull the error-reporting code for preference files into read_prefs().Guy Harris2017-04-091-27/+1
* Pull the code to save enabled/disabled lists into libwireshark.Guy Harris2017-04-091-1/+1