aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-11extcap: fix use-after-free for preferencesPeter Wu1-12/+4
2016-07-29extcap: Restore functionality for optionsRoland Knall1-0/+16
2016-07-17Fix printf style parameters complaints from VS Code AnalysisMichael Mann1-1/+1
2016-06-21pcap: Add support to "new" Npcap native mode without setting PATHYang Luo1-0/+1
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-3/+3
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-3/+3
2016-05-10Have fvalue_to_string_repr always return an (wmem) allocated buffer.Michael Mann1-5/+4
2016-05-10rawshark: Have fvalue_to_string_repr just return allocated string representat...Michael Mann1-15/+8
2016-05-10rawshark: Get "field string values" from existing functionality.Michael Mann1-115/+20
2016-04-21Link version code statically againJoão Valverde1-1/+1
2016-04-04Include ws_diag_control.h in config.hJoão Valverde1-1/+0
2016-04-04Remove synchronous DNS name resolutionJoão Valverde1-2/+2
2016-03-15More "FT_BOOLEAN is 64-bit" fixes.Guy Harris1-2/+2
2015-12-14Make init_progfile_dir() take a function pointer [-Wpedantic]João Valverde1-1/+1
2015-12-12Remove -Wwrite-strings compiler flagJoão Valverde1-4/+2