aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
Commit message (Expand)AuthorAgeFilesLines
* Have fvalue_to_string_repr always return an (wmem) allocated buffer.Michael Mann2016-05-101-5/+4
* rawshark: Have fvalue_to_string_repr just return allocated string representat...Michael Mann2016-05-101-15/+8
* rawshark: Get "field string values" from existing functionality.Michael Mann2016-05-101-115/+20
* Link version code statically againJoão Valverde2016-04-211-1/+1
* Include ws_diag_control.h in config.hJoão Valverde2016-04-041-1/+0
* Remove synchronous DNS name resolutionJoão Valverde2016-04-041-2/+2
* More "FT_BOOLEAN is 64-bit" fixes.Guy Harris2016-03-151-2/+2
* Make init_progfile_dir() take a function pointer [-Wpedantic]João Valverde2015-12-141-1/+1
* Remove -Wwrite-strings compiler flagJoão Valverde2015-12-121-4/+2
* Update user guide for development releasePascal Quantin2015-11-111-1/+1
* Use ws_{read,write,fdopen,close}.Guy Harris2015-11-081-3/+3
* Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris2015-11-071-12/+0
* Catch REPORT_DISSECTOR_BUG() calls in dissector registration routines.Guy Harris2015-10-281-1/+3
* DNS: move DNS name resolution pref to Name Resolution prefsHadriel Kaplan2015-07-251-6/+3
* Add a "heuristic dissectors" tab to the Enable Protocols dialog.Michael Mann2015-07-141-0/+3
* Rawshark calls init_process_policies() twiceHadriel Kaplan2015-07-061-5/+0
* Avoid some Visual Studio Code Anaylzer warningsMartin Mathieson2015-06-271-7/+7
* [MSVC 2015] Use intptr_t to make MSVC happy.AndersBroman2015-06-101-1/+1
* Make FT_{U}INT64 behave more like FT_{U}INT32, add support for FT_{U}INT{40,4...JC Wren2015-02-211-2/+9
* Suppress a bunch of cast-qual warnings.Gerald Combs2015-02-201-2/+5
* Just have init_progfile_dir() take a void pointer.Guy Harris2015-02-201-1/+1
* Clean up ftype-conversion and dfilter error message string handling.Guy Harris2015-01-181-2/+5
* Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann2015-01-041-2/+2
* Call setlocale() before getting version information.Guy Harris2015-01-011-3/+3
* Don't include signal.h unless we need it.Guy Harris2014-12-311-2/+0
* Do the full string in get_{compiled,runtime}_version_info().Guy Harris2014-12-311-6/+4
* Move the version_info.c stuff to wsutil/ws_version_info.c.Guy Harris2014-12-311-1/+0
* Removed duplicated #include linesDario Lombardo2014-12-281-4/+0
* Check for getopt_long(), not getopt().Guy Harris2014-12-251-1/+1
* Move twelve show_version() functions from the varoius programs andStephen Fisher2014-12-241-16/+1
* Make sure err_info is always set, and print it iff it's non-null.Guy Harris2014-12-181-3/+6
* WTAP_ERR_UNWRITABLE_ errors aren't returned by reads or open-for-reading.Guy Harris2014-12-181-6/+0
* Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris2014-12-171-1/+1
* Add a Buffer to wtap_pkthdr to hold file-type-specific packet metadata.Guy Harris2014-12-011-1/+3
* Rename stat_cmd_args.[ch] to stat_tap_ui.[ch].Guy Harris2014-11-141-1/+1
* Don't use ctype.h routines.Guy Harris2014-10-171-1/+0
* Only set err_info on an error, and use g_strdup_printf().Guy Harris2014-10-081-6/+16
* Set err_info to null for errors that don't have an informaton string.Guy Harris2014-10-081-1/+1
* No need for WTAP_ERR_CANT_READ.Guy Harris2014-10-071-9/+2
* Make the time stamp resolution per-packet.Guy Harris2014-09-281-29/+0
* Make load_cap_file() just return a success/fail indication.Guy Harris2014-09-201-7/+5
* Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice2014-08-241-1/+1
* Make value_string_ext const-correct.Kevin Cox2014-07-271-2/+2
* Move utility routines for capturing into a libcaputils static library.Guy Harris2014-07-041-2/+2
* Include "capture-pcap-util.h" even if we don't have libpcap.Guy Harris2014-07-031-1/+2
* Add long-option support.Guy Harris2014-07-031-1/+10
* Regularize the help output of programs.Guy Harris2014-07-031-18/+8
* Regularize the first line of version output.Guy Harris2014-07-031-3/+3
* Move capture_ui_utils.[ch] to libui.Guy Harris2014-06-301-1/+3
* Move some more stuff into wsutil.Guy Harris2014-06-291-15/+11