aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-11Update user guide for development releasePascal Quantin1-1/+1
2015-11-08Use ws_{read,write,fdopen,close}.Guy Harris1-3/+3
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-12/+0
2015-10-28Catch REPORT_DISSECTOR_BUG() calls in dissector registration routines.Guy Harris1-1/+3
2015-07-25DNS: move DNS name resolution pref to Name Resolution prefsHadriel Kaplan1-6/+3
2015-07-14Add a "heuristic dissectors" tab to the Enable Protocols dialog.Michael Mann1-0/+3
2015-07-06Rawshark calls init_process_policies() twiceHadriel Kaplan1-5/+0
2015-06-27Avoid some Visual Studio Code Anaylzer warningsMartin Mathieson1-7/+7
2015-06-10[MSVC 2015] Use intptr_t to make MSVC happy.AndersBroman1-1/+1
2015-02-21Make FT_{U}INT64 behave more like FT_{U}INT32, add support for FT_{U}INT{40,4...JC Wren1-2/+9
2015-02-20Suppress a bunch of cast-qual warnings.Gerald Combs1-2/+5