aboutsummaryrefslogtreecommitdiffstats
path: root/reordercap.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-08Fix exit code for non-existent file.Dario Lombardo1-1/+1
2016-12-05Clean up initialization code for programs.Guy Harris1-23/+27
2016-12-04Have a routine to do all the work of initializing libwiretap.Guy Harris1-4/+2
2016-09-10reordercap: fix memleak on exitPeter Wu1-2/+6
2016-09-05Have scan_plugins() take an argument specify what to do on load failures.Guy Harris1-7/+11
2016-07-14Redo the block options APIs.Guy Harris1-6/+6
2016-06-01Add data structures necessary to support multiple Name Resolution blocks.Michael Mann1-7/+7
2016-06-01Add data structures necessary to support multiple Section Header blocks.Michael Mann1-7/+7
2016-04-21Link version code statically againJoão Valverde1-1/+1
2016-04-04Include ws_diag_control.h in config.hJoão Valverde1-1/+0
2016-04-03Move zlib version check to wsutilJoão Valverde1-37/+2
2016-03-28Fix -Wused-but-marked-unused warning/errorJoerg Mayer1-1/+6
2016-03-26Fix compile errors when compiling w/o zlibDaniël van Eeden1-1/+1
2016-03-22Fix randpkt and reordercap.Gerald Combs1-0/+51
2016-02-23Making wiretap option blocks more generic.Michael Mann1-8/+9
2016-01-06Clean up more includes of wtap.h.Guy Harris1-1/+1
2015-12-12Remove -Wwrite-strings compiler flagJoão Valverde1-4/+2
2015-11-17Misc minor issues caught by cppcheckEvan Huus1-1/+1
2015-11-11Update user guide for development releasePascal Quantin1-1/+1
2015-11-10Skip only the actual file descriptor close when writing to stdout.Guy Harris1-2/+2
2015-11-10Treat "-" as "standard input" in the CLI, not in libwiretap.Guy Harris1-3/+9
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-4/+0
2015-09-28editcap/reordercap: rename time to frame_time.Dario Lombardo1-6/+6
2015-08-18Pcapng: clean up Section Header Block handlingHadriel Kaplan1-4/+4
2015-08-06Pcapng: support Name Resolution Block optionsHadriel Kaplan1-3/+10
2015-02-20Suppress a bunch of cast-qual warnings.Gerald Combs1-1/+4
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-26/+7
2014-12-18WTAP_ERR_UNWRITABLE_ errors aren't returned by reads or open-for-reading.Guy Harris1-6/+0
2014-12-18Handle "I can't map this for that file format" better.Guy Harris1-3/+17
2014-12-17Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris1-3/+3
2014-12-01Add a Buffer to wtap_pkthdr to hold file-type-specific packet metadata.Guy Harris1-11/+12
2014-10-28Get rid of unnecessary include of <wsutil/strnatcmp.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-05Fix whitespace/indentation to match editor modelines.Bill Meier1-1/+1
2014-08-02Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris1-3/+3
2014-07-03Make --help and --version information a bit more uniform.Guy Harris1-24/+76
2014-07-03More getopt_long, to add --help and --version support.Guy Harris1-1/+10
2014-06-21Add command-line argument to request the version to a number of the utilities.Jeff Morriss1-8/+21
2014-06-04Guarantee that open routines are initializedMichal Labedzki1-2/+0
2014-05-23More handling of missing time stamps.Guy Harris1-22/+9
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-16/+13
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-13/+16
2014-05-09Revert "Refactor Wiretap"Guy Harris1-8/+8
2014-05-09Refactor WiretapMichael Mann1-8/+8
2014-03-27Fix bug9931 'Encapsulated ethernet packets sometimes show invalid FCS'Hadriel Kaplan1-0/+2