aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-5/+8
2015-01-03Use g_strdup_printf(), rather than a fixed-length buffer, for the app name.Guy Harris1-2/+5
2015-01-02tshark: Add endpoints statisticsMichael Mann1-1/+1
2015-01-01Declare read_keytab_file() in epan/dissectors/packet-kerberos.h.Guy Harris1-0/+5
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-0/+2
2014-12-31Do the full string in get_{compiled,runtime}_version_info().Guy Harris1-8/+6
2014-12-31tshark: endpoints statistics are not supported for now, do not list them in -zPascal Quantin1-1/+1
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-2/+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-13/+48
2014-12-25Only include <wsutil/os_version_info.h> if we need it.Guy Harris1-1/+1
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-20Qt: Add a CaptureFile class.Gerald Combs1-1/+1
2014-12-18Make sure err_info is always set, and print it iff it's non-null.Guy Harris1-9/+15
2014-12-18WTAP_ERR_UNWRITABLE_ errors aren't returned by reads or open-for-reading.Guy Harris1-16/+4
2014-12-18Rename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRITABLE_REC_TYPE.Guy Harris1-2/+2
2014-12-18Handle "I can't map this for that file format" better.Guy Harris1-2/+60
2014-12-17Report WTAP_ERR_UNSUPPORTED correctly.Guy Harris1-2/+2
2014-12-17Rename WTAP_ERR_UNSUPPORTED_FILE_TYPE to WTAP_ERR_UNWRITABLE_FILE_TYPE.Guy Harris1-2/+2
2014-12-17Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris1-5/+5
2014-12-01Add a Buffer to wtap_pkthdr to hold file-type-specific packet metadata.Guy Harris1-1/+3
2014-11-29Clean up routine names, don't pass capture_file into libwireshark.Guy Harris1-7/+7
2014-11-22Get rid of another global in the print code.Guy Harris1-1/+3
2014-11-22Get rid of write_headers global variable.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-10-07No need for WTAP_ERR_CANT_READ.Guy Harris1-5/+0
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-28/+0
2014-09-27tshark: fix -H optionPascal Quantin1-7/+6
2014-09-25Update the simple dialog code.Gerald Combs1-9/+9
2014-09-20Free err_info on WTAP_ERR_DECOMPRESS.Guy Harris1-0/+1
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-0/+1
2014-08-05Fix whitespace/indentation to match editor modelines.Bill Meier1-14/+14
2014-08-02Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris1-3/+3
2014-07-30Apply refactored "conversation" (tap) data to TShark.Michael Mann1-1/+2
2014-07-26Refactor "common" Conversation table functionality.Michael Mann1-0/+2
2014-07-25Replace lseek/fstat by ws_lseek64/ws_fstat64Peter Wu1-2/+2
2014-07-22Clean up indentation (get rid of tabs).Guy Harris1-1/+1
2014-07-22Get rid of NO_INTERFACES_FOUND - it's not an error.Guy Harris1-8/+3
2014-07-05Reset state when cycling ring-buffer files in tshark.Evan Huus1-5/+9
2014-07-04Move utility routines for capturing into a libcaputils static library.Guy Harris1-42/+7
2014-07-03Include <sys/capaibility.h> to get _LINUX_CAPABILITY_VERSION defined.Guy Harris1-0/+4
2014-07-03Include "capture-pcap-util.h" even if we don't have libpcap.Guy Harris1-1/+2
2014-07-03Get rid of an extra blank line.Guy Harris1-1/+0