aboutsummaryrefslogtreecommitdiffstats
path: root/editcap.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-30Free up the err_info string returned by wtap_read() andGuy Harris1-0/+1
2008-03-25Long time ago, I added these to troubleshoot a problem a user was seeing but ...Luis Ontanon1-10/+0
2008-03-16Don't link plugins against libwireshark: any program that loads the dissectorJeff Morriss1-4/+7
2008-03-16Include epan/priveleges.h for get_credential_info()Jeff Morriss1-0/+1
2008-03-16Have started_with_special_privs() assert out if get_credential_info() was notJeff Morriss1-5/+15
2008-02-20When doing random error mutation, protect DCT2000Martin Mathieson1-43/+63
2008-02-06Initialize filenamelen to avoid a warning.Stig Bjørlykke1-1/+1
2008-02-03snprintf -> g_snprintfStig Bjørlykke1-2/+2
2008-02-03More rewrite of prohibited APIs (sprintf, strcpy, strcat).Stig Bjørlykke1-3/+5
2008-01-24Fixed some strcpy -> strncpy/g_snprintf cleanups.Stig Bjørlykke1-1/+1
2008-01-24Fixed some malloc -> g_malloc, free -> g_free, strdup -> g_strdup.Stig Bjørlykke1-1/+1
2008-01-24Replace a handful of tabs with spaces.Martin Mathieson1-30/+30
2008-01-17From RD Thrush: Fix for 'editcap relies on gnu extension to strptime(3)'Bill Meier1-2/+2
2008-01-12Clean up the usage information of editcap and change the textSake Blok1-8/+10
2007-11-09Add a newline.Gerald Combs1-5/+5
2007-09-30Clean up indentation.Guy Harris1-49/+55
2007-08-31This patch fixes the following two errors that appear whenSake Blok1-1/+1
2007-08-07Make sure that wiretap plugins are loaded before dissectors are (if a new enc...Luis Ontanon1-1/+0
2007-07-30nononono.... print one on 250 not every lineLuis Ontanon1-1/+1
2007-07-30for bug 1158 have editcap print the value of the timestamps while running so ...Luis Ontanon1-4/+13
2007-06-20Increase the maximum number of packet selections to 512 (from 100). More imp...Jeff Morriss1-11/+15
2007-06-17Have editcap and capinfos compile --without-pluginsLuis Ontanon1-7/+9
2007-05-25Have editcap and capinfos loading the wiretap plugins.Luis Ontanon1-3/+25
2007-04-22Only #deinfe __USE_XOPEN if not already defined. On my Suse 10.2 it wasJörg Mayer1-2/+6
2007-03-21fix MSVC warnings of / and set CFLAGS to block new warningsUlf Lamping1-1/+1
2007-01-16From Sebastien Tandeil:Jaap Keuter1-6/+8
2007-01-02Move epan/crypt-md5.[ch] to epan/crypt. RemoveGerald Combs1-3/+3
2006-11-14nikai@nikai.net:Jörg Mayer1-1/+0
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-1/+1
2006-10-23As proposed by Tim Furlong:Luis Ontanon1-1/+4