aboutsummaryrefslogtreecommitdiffstats
path: root/mergecap.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-03Make --help and --version information a bit more uniform.Guy Harris1-23/+73
2014-07-03More getopt_long, to add --help and --version support.Guy Harris1-1/+10
2014-06-21Add command-line argument to request the version to a number of the utilities.Jeff Morriss1-6/+17
2014-05-09Revert "Refactor Wiretap"Guy Harris1-8/+8
2014-05-09Refactor WiretapMichael Mann1-8/+8
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Fix mergecap.c: Dereference of null pointer (clang analyzer)Hadriel Kaplan1-2/+2
2014-02-07Replace "svn" with "git" all over the place.Gerald Combs1-3/+3
2014-01-22Don't write out packets that have a "captured length" bigger than we'reGuy Harris1-4/+17
2014-01-21Check the return of wtap_dump_close() even if we've gotten a read error;Guy Harris1-3/+10
2014-01-03For -h option: output to stdout and exit(0) as per convention;Bill Meier1-45/+54
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-9/+9
2013-09-06Whitespace cleanup, sort options, add modelines.Chris Maynard1-75/+82
2013-07-16Move merge.{h,c} into wiretap: these modules use wiretap to merge files.Jeff Morriss1-8/+4
2013-07-16Move strnatcmp.{h,c} from epan into wsutil: there's nothing epan-specificJeff Morriss1-1/+2
2013-07-10Add strnatcmp by Martin Pool for 'natural order' string comparisons, and make...Chris Maynard1-1/+14
2013-03-10Only cast the variable after checking it.Michael Tüxen1-3/+3
2013-03-05Use explicit casts.Anders Broman1-2/+2
2013-02-20When any of our executables start on Windows create or open a "WiresharkGerald Combs1-0/+1
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-2/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-05-10Avoid needlessly shadowing another variable.Martin Mathieson1-1/+0
2012-04-25Fix typo.Michael Tüxen1-1/+1
2012-04-25Fix copy and paste error.Michael Tüxen1-1/+1
2012-04-25Fix compilation. While there, remove some trailing whitespaces.Michael Tüxen1-2/+2
2012-04-25use in_files->filenameAnders Broman1-1/+1
2012-04-25Add some info in SHB if writing a pcap-ng file.Anders Broman1-1/+24
2012-01-23From Michael Mann:Anders Broman1-1/+1
2011-12-22Alphabetize the list of encapsulation types via "mergecap -T" as well as the ...Chris Maynard1-14/+51
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris1-2/+2
2011-11-30Hopefully clarify usage a bit to indicate multiple infile's can be specified ...Chris Maynard1-2/+20
2011-11-30From Eugene Bogush: Initialize read_err to 0 so mergecap works again. Fixes ...Chris Maynard1-1/+1
2011-11-21On an I/O error, merge_read_packet() and merge_append_read_packet() needGuy Harris1-2/+7
2011-11-19When reporting "sorry, *this* packet can't be written to a file of thatGuy Harris1-12/+25
2011-08-09Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5608 :Jeff Morriss1-3/+1
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-1/+1
2011-06-20Have mergecap, tshark, and editcap write pcap-ng files by default. ThisGerald Combs1-1/+5
2011-05-24Move the Windows argument list conversion code to a common routine.Gerald Combs1-14/+2
2011-01-06On Windows, convert all of our command-line arguments from UTF-16 toGerald Combs1-0/+21
2010-05-28Move some code (including the optional objects) into libwsutilJeff Morriss1-1/+1
2009-10-06Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_HStig Bjørlykke1-4/+4
2009-10-05Fixed a int/long warning.Stig Bjørlykke1-3/+3
2009-07-22Use "svn info" to fetch the version by default. Fetch the repository path asGerald Combs1-1/+1
2009-05-12Minor cleanup of "-h" output text.Bill Meier1-12/+12
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-5/+5
2008-01-24Fixed some malloc -> g_malloc, free -> g_free, strdup -> g_strdup.Stig Bjørlykke1-2/+2
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
2006-03-30From Martin Mathieson:Anders Broman1-2/+2
2006-01-10same command line related changes as recently done with editcapUlf Lamping1-33/+62
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-10/+2