aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-20Just have init_progfile_dir() take a void pointer.Guy Harris1-1/+1
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-2/+5
2015-01-04Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann1-2/+2
2015-01-01Call setlocale() before getting version information.Guy Harris1-3/+3
2014-12-31Don't include signal.h unless we need it.Guy Harris1-2/+0
2014-12-31Do the full string in get_{compiled,runtime}_version_info().Guy Harris1-6/+4
2014-12-31Move the version_info.c stuff to wsutil/ws_version_info.c.Guy Harris1-1/+0
2014-12-28Removed duplicated #include linesDario Lombardo1-4/+0
2014-12-25Check for getopt_long(), not getopt().Guy Harris1-1/+1
2014-12-24Move twelve show_version() functions from the varoius programs andStephen Fisher1-16/+1
2014-12-18Make sure err_info is always set, and print it iff it's non-null.Guy Harris1-3/+6
2014-12-18WTAP_ERR_UNWRITABLE_ errors aren't returned by reads or open-for-reading.Guy Harris1-6/+0
2014-12-17Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris1-1/+1
2014-12-01Add a Buffer to wtap_pkthdr to hold file-type-specific packet metadata.Guy Harris1-1/+3
2014-11-14Rename stat_cmd_args.[ch] to stat_tap_ui.[ch].Guy Harris1-1/+1
2014-10-17Don't use ctype.h routines.Guy Harris1-1/+0
2014-10-08Only set err_info on an error, and use g_strdup_printf().Guy Harris1-6/+16
2014-10-08Set err_info to null for errors that don't have an informaton string.Guy Harris1-1/+1
2014-10-07No need for WTAP_ERR_CANT_READ.Guy Harris1-9/+2
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-29/+0
2014-09-20Make load_cap_file() just return a success/fail indication.Guy Harris1-7/+5
2014-08-24Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice1-1/+1
2014-07-27Make value_string_ext const-correct.Kevin Cox1-2/+2
2014-07-04Move utility routines for capturing into a libcaputils static library.Guy Harris1-2/+2
2014-07-03Include "capture-pcap-util.h" even if we don't have libpcap.Guy Harris1-1/+2
2014-07-03Add long-option support.Guy Harris1-1/+10
2014-07-03Regularize the help output of programs.Guy Harris1-18/+8