| Commit message (Expand) | Author | Age | Files | Lines |
* | Move merge.{h,c} into wiretap: these modules use wiretap to merge files. | Jeff Morriss | 2013-07-16 | 1 | -8/+4 |
* | Move strnatcmp.{h,c} from epan into wsutil: there's nothing epan-specific | Jeff Morriss | 2013-07-16 | 1 | -1/+2 |
* | Add strnatcmp by Martin Pool for 'natural order' string comparisons, and make... | Chris Maynard | 2013-07-10 | 1 | -1/+14 |
* | Only cast the variable after checking it. | Michael Tüxen | 2013-03-10 | 1 | -3/+3 |
* | Use explicit casts. | Anders Broman | 2013-03-05 | 1 | -2/+2 |
* | When any of our executables start on Windows create or open a "Wireshark | Gerald Combs | 2013-02-20 | 1 | -0/+1 |
* | Add wtap_pseudo_header union to wtap_pkthdr structure. | Jakub Zawadzki | 2012-10-16 | 1 | -2/+1 |
* | We always HAVE_CONFIG_H so don't bother checking whether we have it or not. | Jeff Morriss | 2012-09-20 | 1 | -2/+0 |
* | Avoid needlessly shadowing another variable. | Martin Mathieson | 2012-05-10 | 1 | -1/+0 |
* | Fix typo. | Michael Tüxen | 2012-04-25 | 1 | -1/+1 |
* | Fix copy and paste error. | Michael Tüxen | 2012-04-25 | 1 | -1/+1 |
* | Fix compilation. While there, remove some trailing whitespaces. | Michael Tüxen | 2012-04-25 | 1 | -2/+2 |
* | use in_files->filename | Anders Broman | 2012-04-25 | 1 | -1/+1 |
* | Add some info in SHB if writing a pcap-ng file. | Anders Broman | 2012-04-25 | 1 | -1/+24 |
* | From Michael Mann: | Anders Broman | 2012-01-23 | 1 | -1/+1 |
* | Alphabetize the list of encapsulation types via "mergecap -T" as well as the ... | Chris Maynard | 2011-12-22 | 1 | -14/+51 |
* | Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports any | Guy Harris | 2011-12-13 | 1 | -2/+2 |
* | Hopefully clarify usage a bit to indicate multiple infile's can be specified ... | Chris Maynard | 2011-11-30 | 1 | -2/+20 |
* | From Eugene Bogush: Initialize read_err to 0 so mergecap works again. Fixes ... | Chris Maynard | 2011-11-30 | 1 | -1/+1 |
* | On an I/O error, merge_read_packet() and merge_append_read_packet() need | Guy Harris | 2011-11-21 | 1 | -2/+7 |
* | When reporting "sorry, *this* packet can't be written to a file of that | Guy Harris | 2011-11-19 | 1 | -12/+25 |
* | Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5608 : | Jeff Morriss | 2011-08-09 | 1 | -3/+1 |
* | Replace all strerror() with g_strerror(). | Stig Bjørlykke | 2011-06-28 | 1 | -1/+1 |
* | Have mergecap, tshark, and editcap write pcap-ng files by default. This | Gerald Combs | 2011-06-20 | 1 | -1/+5 |
* | Move the Windows argument list conversion code to a common routine. | Gerald Combs | 2011-05-24 | 1 | -14/+2 |
* | On Windows, convert all of our command-line arguments from UTF-16 to | Gerald Combs | 2011-01-06 | 1 | -0/+21 |
* | Move some code (including the optional objects) into libwsutil | Jeff Morriss | 2010-05-28 | 1 | -1/+1 |
* | Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_H | Stig Bjørlykke | 2009-10-06 | 1 | -4/+4 |
* | Fixed a int/long warning. | Stig Bjørlykke | 2009-10-05 | 1 | -3/+3 |
* | Use "svn info" to fetch the version by default. Fetch the repository path as | Gerald Combs | 2009-07-22 | 1 | -1/+1 |
* | Minor cleanup of "-h" output text. | Bill Meier | 2009-05-12 | 1 | -12/+12 |
* | Move the file utility functions from wiretap to libwsutil so that | Jeff Morriss | 2008-05-22 | 1 | -5/+5 |
* | Fixed some malloc -> g_malloc, free -> g_free, strdup -> g_strdup. | Stig Bjørlykke | 2008-01-24 | 1 | -2/+2 |
* | Ethereal->Wireshark | Anders Broman | 2006-05-28 | 1 | -1/+1 |
* | From Martin Mathieson: | Anders Broman | 2006-03-30 | 1 | -2/+2 |
* | same command line related changes as recently done with editcap | Ulf Lamping | 2006-01-10 | 1 | -33/+62 |
* | replace *a lot* of file related calls by their GLib counterparts. This is nec... | Ulf Lamping | 2005-11-06 | 1 | -10/+2 |
* | added compression support for capture file output. The Save/As dialog now has... | Ulf Lamping | 2005-09-14 | 1 | -1/+1 |
* | Make the tone of the error messages a bit less formal, by using | Guy Harris | 2004-12-29 | 1 | -3/+3 |
* | The common merge code merely needs to offer the abstraction of routines | Guy Harris | 2004-10-29 | 1 | -33/+59 |
* | Make "merge_files()" and "merge_append_files()" return a tri-state | Guy Harris | 2004-10-28 | 1 | -12/+40 |
* | Remove all the verbose-mode code from merge.c, and put most of it in | Guy Harris | 2004-10-28 | 1 | -14/+67 |
* | Change some of the merge.c APIs to return more information on failure, | Guy Harris | 2004-10-27 | 1 | -31/+78 |
* | Check whether any input files were specified, and print an error for | Guy Harris | 2004-10-27 | 1 | -0/+4 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | Convert make-version.pl and the associated cvsversion.h and CVSVERSION | Gerald Combs | 2004-07-15 | 1 | -3/+3 |
* | If we fail to open the output file, report the reason why. | Guy Harris | 2004-07-13 | 1 | -5/+7 |
* | bugfix to a bug reported by jprakashbabu@hotpop.com: | Ulf Lamping | 2004-07-12 | 1 | -6/+6 |
* | Initialize "out_filename" to NULL, so it's set to NULL if it's not set | Guy Harris | 2004-06-30 | 1 | -3/+3 |
* | On at least some platforms, a #define of O_BINARY is needed even if | Guy Harris | 2004-06-30 | 1 | -1/+5 |