aboutsummaryrefslogtreecommitdiffstats
path: root/editcap.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-09-28editcap/reordercap: rename time to frame_time.Dario Lombardo1-6/+6
2015-08-28Have separate variables for read and write errors.Guy Harris1-32/+32
2015-08-18Pcapng: clean up Section Header Block handlingHadriel Kaplan1-11/+17
2015-08-12editcap: add change offset.Dario Lombardo1-2/+17
2015-08-06Pcapng: support Name Resolution Block optionsHadriel Kaplan1-6/+11
2015-06-26editcap: allow command-line option to set comments for given frame numbersMartin Mathieson1-49/+104
2015-06-21editcap: split usage output so won't wrap in cmd.exe windowMartin Mathieson1-1/+2
2015-06-21editcap: trivial changes while looking into the -L optionMartin Mathieson1-1/+5
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-5/+8
2015-02-20Just have init_progfile_dir() take a void pointer.Guy Harris1-1/+1
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-9/+3
2014-12-18WTAP_ERR_UNWRITABLE_ errors aren't returned by reads or open-for-reading.Guy Harris1-4/+0
2014-12-18Rename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRITABLE_REC_TYPE.Guy Harris1-1/+1
2014-12-18Handle "I can't map this for that file format" better.Guy Harris1-3/+33
2014-12-17Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris1-3/+3
2014-10-29Rename the strnatcmp.c routines and make them use the g_ascii_XXX() routines.Guy Harris1-1/+1
2014-09-28Support nanosecond-resolution time stamp adjustment.Guy Harris1-36/+35
2014-09-22Ensure pcapng application name is always dynamically allocatedEvan Huus1-1/+1
2014-09-20Add -I option in editcap to extend Duplicate packet removalkardam1-3/+35
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-06Clean up handling of missing functions.Guy Harris1-1/+1
2014-07-03Make --help and --version information a bit more uniform.Guy Harris1-25/+77
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-13/+24
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-0/+4
2014-05-23More checks for the presence of a time stamp.Guy Harris1-8/+12
2014-05-23Don't assume all packets have time stamps.Guy Harris1-139/+155
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-289/+287
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-287/+289
2014-05-09Revert "Refactor Wiretap"Guy Harris1-16/+16
2014-05-09Refactor WiretapMichael Mann1-16/+16
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-23Given that we allow the 'outfile file' to be stdout, then presumably allBill Meier1-16/+16
2014-01-23printf(...) --> fprintf(stderr,...) (in a commented out line of code)Bill Meier1-1/+1
2014-01-22Don't write out packets that have a "captured length" bigger than we'reGuy Harris1-3/+19
2014-01-17From Toralf FörsterMartin Kaiser1-1/+1
2014-01-03For '-h' option: exit(0) as per convention;Bill Meier1-76/+75
2013-12-23From Ville Skyttä: Spelling FixesBill Meier1-1/+1
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris1-13/+11