aboutsummaryrefslogtreecommitdiffstats
path: root/capinfos.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-23Making wiretap option blocks more generic.Michael Mann1-6/+13
2016-01-06Clean up more includes of wtap.h.Guy Harris1-1/+2
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-11-11Update user guide for development releasePascal Quantin1-1/+1
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-4/+0
2015-08-23Don't assume we have interface information.Guy Harris1-4/+7
2015-08-19capinfos: add more info about file and interfacesHadriel Kaplan1-183/+212
2015-08-18Pcapng: clean up Section Header Block handlingHadriel Kaplan1-8/+7
2015-07-31Print times with the resolution from the capture file.Guy Harris1-56/+261
2015-02-28Don't use ctime().Guy Harris1-15/+16
2015-02-28Remove some unneeded includes of <sys/time.h>.Guy Harris1-4/+0
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-01Call setlocale() before getting version information.Guy Harris1-3/+3
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-2/+0
2014-12-25Only include <wsutil/os_version_info.h> if we need it.Guy Harris1-1/+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-20/+10
2014-12-18WTAP_ERR_UNWRITABLE_ errors aren't returned by reads or open-for-reading.Guy Harris1-4/+0
2014-12-18Handle "I can't map this for that file format" better.Guy Harris1-0/+2
2014-12-17Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris1-2/+2
2014-12-17Clean up the "unknown per-packet encapsulation" message.Guy Harris1-1/+2
2014-09-20Report (and free) err_info for WTAP_ERR_DECOMPRESS.Guy Harris1-0/+1
2014-08-24Clean up capinfos output.Guy Harris1-2/+2
2014-08-24Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice1-1/+1
2014-08-05Fix whitespace/indentation to match editor modelines.Bill Meier1-1/+1
2014-07-03Make --help and --version information a bit more uniform.Guy Harris1-26/+74
2014-07-03More getopt_long, to add --help and --version support.Guy Harris1-1/+10
2014-06-29Fix compile error when building w/o GNUTLSBill Meier1-1/+1
2014-06-21Add command-line argument to request the version to a number of the utilities.Jeff Morriss1-5/+16
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-19/+21
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-45/+42
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-42/+45
2014-05-09Revert "Refactor Wiretap"Guy Harris1-9/+9
2014-05-09Refactor WiretapMichael Mann1-9/+9
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Wireshark: Add option to choose format type of capture fileMichal Labedzki1-1/+2
2014-02-07Replace "svn" with "git" all over the place.Gerald Combs1-3/+3
2014-01-26Drop support of Visual Studio 2005Alexis La Goutte1-9/+1
2014-01-02For getopt() arg processing:Bill Meier1-95/+100
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris1-14/+13
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-2/+2
2013-11-09nstime_to_sec() and capinfos secs_nsecs() seems to be same.Jakub Zawadzki1-7/+1
2013-11-09Replace wtap_nstime with nstime_t, remove wtap_nstime_to_sec.Jakub Zawadzki1-1/+1
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-3/+3
2013-10-22Print informations even on short reads. Bug 9310 (https://bugs.wireshark.org...Michael Mann1-4/+13
2013-07-29Trivial: Fix typo.Chris Maynard1-1/+1