aboutsummaryrefslogtreecommitdiffstats
path: root/tfshark.c
AgeCommit message (Expand)AuthorFilesLines
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-12-12tfshark: Declare 'local_wtap_read' static [-Wmissing-prototypes]João Valverde1-1/+1
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-14Add a "heuristic dissectors" tab to the Enable Protocols dialog.Michael Mann1-0/+3
2015-06-29Take all epan_column_info members that always get allocated to "number of col...Michael Mann1-18/+20
2015-03-10Change a lot of http:// URLs to https://.Gerald Combs1-3/+3
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-23Fix an uninitialized variable warning.Gerald Combs1-2/+2
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-4/+7
2015-01-01Declare read_keytab_file() in epan/dissectors/packet-kerberos.h.Guy Harris1-0/+6
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-31Wrong function name.Guy Harris1-1/+1
2014-12-31Do the full string in get_{compiled,runtime}_version_info().Guy Harris1-8/+6
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-1/+0
2014-12-27Don't use a leading - in getopt_long() option strings.Guy Harris1-4/+9
2014-12-26Use getopt_long() for the first pass through the argument list.Guy Harris1-12/+47
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-01Fix compile error.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-29Fix tfshark.c to match changes to epan/print.[ch].Guy Harris1-6/+6
2014-11-22Get rid of another global in the print code.Guy Harris1-1/+3
2014-11-22Pass a capture_file * to write_psml_preamble() in tfshark as well.Guy Harris1-1/+1
2014-11-17Add tshark -G dissector-tables to dump a list of dissector tables.Guy Harris1-0/+3
2014-11-15Do the "-z help" processing separately, and do it for Wireshark as well.Guy Harris1-5/+5
2014-11-14Rename stat_cmd_args.[ch] to stat_tap_ui.[ch].Guy Harris1-1/+1
2014-10-18Get rid of unnecessary includes of ctype.h.Guy Harris1-1/+0
2014-08-24Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice1-1/+1
2014-08-18Refactor "common" hostlist/endpoint table functionality.Michael Mann1-1/+0
2014-08-05Fix whitespace/indentation to match editor modelines.Bill Meier1-10/+10
2014-08-04Rip out the filetap codeEvan Huus1-38/+18
2014-08-02Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris1-2/+2
2014-07-26Refactor "common" Conversation table functionality.Michael Mann1-0/+1
2014-07-25Replace lseek/fstat by ws_lseek64/ws_fstat64Peter Wu1-2/+2
2014-07-03Make --help and --version information a bit more uniform.Guy Harris1-2/+35
2014-07-03More getopt_long(), for --help and --version.Guy Harris1-1/+6
2014-07-03Regularize the help output of programs.Guy Harris1-18/+8
2014-07-03Regularize the first line of version output.Guy Harris1-4/+4
2014-07-01Drop privileges even earlier.Guy Harris1-18/+18
2014-06-30Drop privileges very early on.Guy Harris1-9/+5
2014-06-29Put in missing forward declaration.Guy Harris1-0/+1
2014-06-29Move some more stuff into wsutil.Guy Harris1-23/+8
2014-06-22Fix build errors for tfshark and echld.Guy Harris1-8/+9
2014-06-21Move get_copyright_info() to wsutil.Guy Harris1-0/+1
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-1/+1