| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix various typos and spelling errors. | Bill Meier | 2010-12-06 | 1 | -1/+1 |
* | Attempt to fix warnings not previously seen with VS2008EE. | Chris Maynard | 2010-11-24 | 1 | -5/+8 |
* | When listing encapsulation types with -T or file types with -F, sort them. | Chris Maynard | 2010-11-24 | 1 | -8/+39 |
* | Make editcap -B work like expected: output no packets after the stop time. | Sake Blok | 2010-11-16 | 1 | -4/+4 |
* | From Jose Pedro Oliveira via https://bugs.wireshark.org/bugzilla/show_bug.cgi... | Jeff Morriss | 2010-11-01 | 1 | -10/+10 |
* | Turn on ASLR via /DYNAMICBASE and DEP via SetProcessDEPPolicy(). | Gerald Combs | 2010-09-16 | 1 | -7/+7 |
* | Fix a gcc -Wshadow warning | Bill Meier | 2010-06-03 | 1 | -13/+13 |
* | From Jim Young via bug 4331: | Gerald Combs | 2010-06-02 | 1 | -2/+154 |
* | Move some code (including the optional objects) into libwsutil | Jeff Morriss | 2010-05-28 | 1 | -7/+7 |
* | Fix various gcc -Wshadow warnings. | Bill Meier | 2010-01-29 | 1 | -28/+28 |
* | Make edticap behave like the rest of the Wireshark programs where it will | Stephen Fisher | 2009-12-29 | 1 | -64/+71 |
* | From Jim Young via bug 4162: | Gerald Combs | 2009-10-25 | 1 | -0/+10 |
* | Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_H | Stig Bjørlykke | 2009-10-06 | 1 | -4/+4 |
* | Use "svn info" to fetch the version by default. Fetch the repository path as | Gerald Combs | 2009-07-22 | 1 | -1/+1 |
* | Clean up the "available XXX type" messages a bit. | Guy Harris | 2009-06-21 | 1 | -2/+2 |
* | If no valid packages was found in the input file we write an empty | Stig Bjørlykke | 2009-06-02 | 1 | -3/+17 |
* | Only call wtap_dump_close() if we have an open file. | Stig Bjørlykke | 2009-06-02 | 1 | -2/+2 |
* | Have fileset_extract_prefix_suffix() print an error message if it fails, | Guy Harris | 2009-05-23 | 1 | -12/+13 |
* | Fix indentation. | Guy Harris | 2009-05-23 | 1 | -6/+6 |
* | Initialize pdh... | Sake Blok | 2009-05-23 | 1 | -1/+1 |
* | From Kovarththanan Rajaratnam <krj@rajaratnam.dk> in bug 2683 | Sake Blok | 2009-05-23 | 1 | -61/+144 |
* | Minor cleanup of "-h" output text. | Bill Meier | 2009-05-12 | 1 | -23/+24 |
* | Fix Win64 compilation. | Gerald Combs | 2009-04-17 | 1 | -5/+5 |
* | From Jim Young <jyoung@gsu.edu>: | Balint Reczey | 2009-04-17 | 1 | -20/+303 |
* | Fix the last(?) of the Win64 compilation problems. | Gerald Combs | 2009-04-16 | 1 | -5/+5 |
* | Change the signature of init_progfile_dir() so the casting of the | Guy Harris | 2009-03-22 | 1 | -1/+1 |
* | In Solaris, the second argument to dladdr() is just a void *, not a | Guy Harris | 2009-03-22 | 1 | -2/+1 |
* | Attempt to use dladdr() to get the pathname of the executable image if | Guy Harris | 2009-03-22 | 1 | -1/+2 |
* | Add a routine to report write errors to the list of failure-reporting | Guy Harris | 2009-02-15 | 1 | -1/+1 |
* | Only declare failure_message() if we HAVE_PLUGINS (since it's only used when ... | Jeff Morriss | 2008-12-18 | 1 | -0/+2 |
* | Windows build: #include winsock2.h only when needed. | Bill Meier | 2008-10-24 | 1 | -0/+3 |
* | Move privileges.c and unicode-utils.c from epan to wsutil (so things like | Jeff Morriss | 2008-06-30 | 1 | -1/+1 |
* | From Ken Smith (bug 2574): Allow editcap to parse files into even time intervals | Sake Blok | 2008-06-21 | 1 | -3/+72 |
* | Free up the err_info string returned by wtap_read() and | Guy Harris | 2008-05-30 | 1 | -0/+1 |
* | Long time ago, I added these to troubleshoot a problem a user was seeing but ... | Luis Ontanon | 2008-03-25 | 1 | -10/+0 |
* | Don't link plugins against libwireshark: any program that loads the dissector | Jeff Morriss | 2008-03-16 | 1 | -4/+7 |
* | Include epan/priveleges.h for get_credential_info() | Jeff Morriss | 2008-03-16 | 1 | -0/+1 |
* | Have started_with_special_privs() assert out if get_credential_info() was not | Jeff Morriss | 2008-03-16 | 1 | -5/+15 |
* | When doing random error mutation, protect DCT2000 | Martin Mathieson | 2008-02-20 | 1 | -43/+63 |
* | Initialize filenamelen to avoid a warning. | Stig Bjørlykke | 2008-02-06 | 1 | -1/+1 |
* | snprintf -> g_snprintf | Stig Bjørlykke | 2008-02-03 | 1 | -2/+2 |
* | More rewrite of prohibited APIs (sprintf, strcpy, strcat). | Stig Bjørlykke | 2008-02-03 | 1 | -3/+5 |
* | Fixed some strcpy -> strncpy/g_snprintf cleanups. | Stig Bjørlykke | 2008-01-24 | 1 | -1/+1 |
* | Fixed some malloc -> g_malloc, free -> g_free, strdup -> g_strdup. | Stig Bjørlykke | 2008-01-24 | 1 | -1/+1 |
* | Replace a handful of tabs with spaces. | Martin Mathieson | 2008-01-24 | 1 | -30/+30 |
* | From RD Thrush: Fix for 'editcap relies on gnu extension to strptime(3)' | Bill Meier | 2008-01-17 | 1 | -2/+2 |
* | Clean up the usage information of editcap and change the text | Sake Blok | 2008-01-12 | 1 | -8/+10 |
* | Add a newline. | Gerald Combs | 2007-11-09 | 1 | -5/+5 |
* | Clean up indentation. | Guy Harris | 2007-09-30 | 1 | -49/+55 |
* | This patch fixes the following two errors that appear when | Sake Blok | 2007-08-31 | 1 | -1/+1 |