aboutsummaryrefslogtreecommitdiffstats
path: root/editcap.c
Commit message (Expand)AuthorAgeFilesLines
* Fix various typos and spelling errors.Bill Meier2010-12-061-1/+1
* Attempt to fix warnings not previously seen with VS2008EE.Chris Maynard2010-11-241-5/+8
* When listing encapsulation types with -T or file types with -F, sort them.Chris Maynard2010-11-241-8/+39
* Make editcap -B work like expected: output no packets after the stop time.Sake Blok2010-11-161-4/+4
* From Jose Pedro Oliveira via https://bugs.wireshark.org/bugzilla/show_bug.cgi...Jeff Morriss2010-11-011-10/+10
* Turn on ASLR via /DYNAMICBASE and DEP via SetProcessDEPPolicy().Gerald Combs2010-09-161-7/+7
* Fix a gcc -Wshadow warningBill Meier2010-06-031-13/+13
* From Jim Young via bug 4331:Gerald Combs2010-06-021-2/+154
* Move some code (including the optional objects) into libwsutilJeff Morriss2010-05-281-7/+7
* Fix various gcc -Wshadow warnings.Bill Meier2010-01-291-28/+28
* Make edticap behave like the rest of the Wireshark programs where it willStephen Fisher2009-12-291-64/+71
* From Jim Young via bug 4162:Gerald Combs2009-10-251-0/+10
* Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_HStig Bjørlykke2009-10-061-4/+4
* Use "svn info" to fetch the version by default. Fetch the repository path asGerald Combs2009-07-221-1/+1
* Clean up the "available XXX type" messages a bit.Guy Harris2009-06-211-2/+2
* If no valid packages was found in the input file we write an emptyStig Bjørlykke2009-06-021-3/+17
* Only call wtap_dump_close() if we have an open file.Stig Bjørlykke2009-06-021-2/+2
* Have fileset_extract_prefix_suffix() print an error message if it fails,Guy Harris2009-05-231-12/+13
* Fix indentation.Guy Harris2009-05-231-6/+6
* Initialize pdh...Sake Blok2009-05-231-1/+1
* From Kovarththanan Rajaratnam <krj@rajaratnam.dk> in bug 2683Sake Blok2009-05-231-61/+144
* Minor cleanup of "-h" output text.Bill Meier2009-05-121-23/+24
* Fix Win64 compilation.Gerald Combs2009-04-171-5/+5
* From Jim Young <jyoung@gsu.edu>:Balint Reczey2009-04-171-20/+303
* Fix the last(?) of the Win64 compilation problems.Gerald Combs2009-04-161-5/+5
* Change the signature of init_progfile_dir() so the casting of theGuy Harris2009-03-221-1/+1
* In Solaris, the second argument to dladdr() is just a void *, not aGuy Harris2009-03-221-2/+1
* Attempt to use dladdr() to get the pathname of the executable image ifGuy Harris2009-03-221-1/+2
* Add a routine to report write errors to the list of failure-reportingGuy Harris2009-02-151-1/+1
* Only declare failure_message() if we HAVE_PLUGINS (since it's only used when ...Jeff Morriss2008-12-181-0/+2
* Windows build: #include winsock2.h only when needed.Bill Meier2008-10-241-0/+3
* Move privileges.c and unicode-utils.c from epan to wsutil (so things likeJeff Morriss2008-06-301-1/+1
* From Ken Smith (bug 2574): Allow editcap to parse files into even time intervalsSake Blok2008-06-211-3/+72
* Free up the err_info string returned by wtap_read() andGuy Harris2008-05-301-0/+1
* Long time ago, I added these to troubleshoot a problem a user was seeing but ...Luis Ontanon2008-03-251-10/+0
* Don't link plugins against libwireshark: any program that loads the dissectorJeff Morriss2008-03-161-4/+7
* Include epan/priveleges.h for get_credential_info()Jeff Morriss2008-03-161-0/+1
* Have started_with_special_privs() assert out if get_credential_info() was notJeff Morriss2008-03-161-5/+15
* When doing random error mutation, protect DCT2000Martin Mathieson2008-02-201-43/+63
* Initialize filenamelen to avoid a warning.Stig Bjørlykke2008-02-061-1/+1
* snprintf -> g_snprintfStig Bjørlykke2008-02-031-2/+2
* More rewrite of prohibited APIs (sprintf, strcpy, strcat).Stig Bjørlykke2008-02-031-3/+5
* Fixed some strcpy -> strncpy/g_snprintf cleanups.Stig Bjørlykke2008-01-241-1/+1
* Fixed some malloc -> g_malloc, free -> g_free, strdup -> g_strdup.Stig Bjørlykke2008-01-241-1/+1
* Replace a handful of tabs with spaces.Martin Mathieson2008-01-241-30/+30
* From RD Thrush: Fix for 'editcap relies on gnu extension to strptime(3)'Bill Meier2008-01-171-2/+2
* Clean up the usage information of editcap and change the textSake Blok2008-01-121-8/+10
* Add a newline.Gerald Combs2007-11-091-5/+5
* Clean up indentation.Guy Harris2007-09-301-49/+55
* This patch fixes the following two errors that appear whenSake Blok2007-08-311-1/+1