aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-03Regularize the first line of version output.Guy Harris1-3/+3
2014-06-30Move capture_ui_utils.[ch] to libui.Guy Harris1-1/+3
2014-06-29Move some more stuff into wsutil.Guy Harris1-15/+11
2014-06-22Add a routine to return a version string including VCS information.Guy Harris1-6/+8
2014-06-21Move get_copyright_info() to wsutil.Guy Harris1-0/+1
2014-05-25Add support for dissecting non-packet records.Guy Harris1-1/+1
2014-05-09Revert "Refactor Wiretap"Guy Harris1-2/+2
2014-05-09Refactor WiretapMichael Mann1-2/+2
2014-04-12Get rid of more tvb_get_nstringz* calls.Guy Harris1-1/+3
2014-03-21Fix Bug 9903: 'Clicking reload-file ignores selected file format reader'Hadriel Kaplan1-0/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-1/+1