aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-03Make --help and --version information a bit more uniform.Guy Harris1-5/+61
2014-07-03Regularize the help output of programs.Guy Harris1-18/+8
2014-07-03Regularize the first line of version output.Guy Harris1-5/+5
2014-07-01Drop privileges even earlier.Guy Harris1-29/+29
2014-06-30Drop privileges very early on.Guy Harris1-34/+5
2014-06-30Move capture_session.h to capchild; what it declares is defined there.Guy Harris1-1/+1
2014-06-30Move capture_ui_utils.[ch] to libui.Guy Harris1-1/+3
2014-06-29Move some more stuff into wsutil.Guy Harris1-23/+9
2014-06-27Check the validity of fields given to tshark with "-e": complain and exit ifJeff Morriss1-0/+8
2014-06-25Indicate tshark can read (-r) from stdin and named pipes now.Jeff Morriss1-1/+1
2014-06-24Support -w even if we're not built with pcap.Guy Harris1-3/+16
2014-06-24Load WinPcap before we get the run-time information string.Guy Harris1-14/+11
2014-06-24For capchild headers, include <capchild/XXX.h>.Guy Harris1-2/+2
2014-06-23Have individual programs get libpcap and libz version info.Guy Harris1-1/+23
2014-06-22Add a routine to return a version string including VCS information.Guy Harris1-9/+10
2014-06-21Move get_os_major_version() to wsutil and rename it to get_windows_major_vers...Guy Harris1-1/+2