aboutsummaryrefslogtreecommitdiffstats
path: root/editcap.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-23From Michael Mann:Anders Broman1-1/+1
2012-01-15Rename crypt-xxx to xxxJörg Mayer1-1/+1
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris1-2/+2
2011-11-19When reporting "sorry, *this* packet can't be written to a file of thatGuy Harris1-2/+19
2011-08-09Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5608 :Jeff Morriss1-3/+1
2011-07-21Remove the snaplen check added in r37633: the change in r37634 makes itJeff Morriss1-6/+0
2011-07-20Don't sanity-check snaplen against frame length if snaplen is 0.Martin Mathieson1-1/+1
2011-06-23Prohibited APIs: strncpy -> g_strlcpy.Stig Bjørlykke1-1/+1
2011-06-20Have mergecap, tshark, and editcap write pcap-ng files by default. ThisGerald Combs1-1/+5
2011-06-15See if this squelches some compiler warnings.Guy Harris1-2/+2
2011-06-09Simplify timestamp checking: only check the packet's timestamp ifJeff Morriss1-4/+10
2011-05-31Handle snaplen before choplen for consistency. Also, if chopping more bytesChris Maynard1-10/+13
2011-05-31When a snaplen is specified using "-s <snaplen", if it's smaller than theChris Maynard1-21/+24
2011-05-24Move the Windows argument list conversion code to a common routine.Gerald Combs1-17/+5
2011-04-12Don't bother to strcpy() an empty string; just set buf[0] = '\0': Coverity 626Chris Maynard1-1/+1
2011-02-04From Jason Masker (bug 5240):Sake Blok1-10/+16
2011-01-06On Windows, convert all of our command-line arguments from UTF-16 toGerald Combs1-0/+18
2010-12-06Fix various typos and spelling errors.Bill Meier1-1/+1
2010-11-24Attempt to fix warnings not previously seen with VS2008EE.Chris Maynard1-5/+8
2010-11-24When listing encapsulation types with -T or file types with -F, sort them.Chris Maynard1-8/+39
2010-11-16Make editcap -B work like expected: output no packets after the stop time.Sake Blok1-4/+4
2010-11-01From Jose Pedro Oliveira via https://bugs.wireshark.org/bugzilla/show_bug.cgi...Jeff Morriss1-10/+10
2010-09-16Turn on ASLR via /DYNAMICBASE and DEP via SetProcessDEPPolicy().Gerald Combs1-7/+7
2010-06-03Fix a gcc -Wshadow warningBill Meier1-13/+13
2010-06-02From Jim Young via bug 4331:Gerald Combs1-2/+154
2010-05-28Move some code (including the optional objects) into libwsutilJeff Morriss1-7/+7
2010-01-29Fix various gcc -Wshadow warnings.Bill Meier1-28/+28
2009-12-29Make edticap behave like the rest of the Wireshark programs where it willStephen Fisher1-64/+71
2009-10-25From Jim Young via bug 4162:Gerald Combs1-0/+10
2009-10-06Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_HStig Bjørlykke1-4/+4
2009-07-22Use "svn info" to fetch the version by default. Fetch the repository path asGerald Combs1-1/+1
2009-06-21Clean up the "available XXX type" messages a bit.Guy Harris1-2/+2
2009-06-02If no valid packages was found in the input file we write an emptyStig Bjørlykke1-3/+17
2009-06-02Only call wtap_dump_close() if we have an open file.Stig Bjørlykke1-2/+2
2009-05-23Have fileset_extract_prefix_suffix() print an error message if it fails,Guy Harris1-12/+13
2009-05-23Fix indentation.Guy Harris1-6/+6
2009-05-23Initialize pdh...Sake Blok1-1/+1
2009-05-23From Kovarththanan Rajaratnam <krj@rajaratnam.dk> in bug 2683Sake Blok1-61/+144
2009-05-12Minor cleanup of "-h" output text.Bill Meier1-23/+24
2009-04-17Fix Win64 compilation.Gerald Combs1-5/+5
2009-04-17From Jim Young <jyoung@gsu.edu>:Balint Reczey1-20/+303
2009-04-16Fix the last(?) of the Win64 compilation problems.Gerald Combs1-5/+5
2009-03-22Change the signature of init_progfile_dir() so the casting of theGuy Harris1-1/+1
2009-03-22In Solaris, the second argument to dladdr() is just a void *, not aGuy Harris1-2/+1
2009-03-22Attempt to use dladdr() to get the pathname of the executable image ifGuy Harris1-1/+2
2009-02-15Add a routine to report write errors to the list of failure-reportingGuy Harris1-1/+1
2008-12-18Only declare failure_message() if we HAVE_PLUGINS (since it's only used when ...Jeff Morriss1-0/+2
2008-10-24Windows build: #include winsock2.h only when needed.Bill Meier1-0/+3
2008-06-30Move privileges.c and unicode-utils.c from epan to wsutil (so things likeJeff Morriss1-1/+1
2008-06-21From Ken Smith (bug 2574): Allow editcap to parse files into even time intervalsSake Blok1-3/+72