aboutsummaryrefslogtreecommitdiffstats
path: root/editcap.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-03For '-h' option: exit(0) as per convention;Bill Meier1-76/+75
2013-12-23From Ville Skyttä: Spelling FixesBill Meier1-1/+1
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris1-13/+11
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-11-15Fix chopping when offset is 0. Fixes https://bugs.wireshark.org/bugzilla/sho...Chris Maynard1-8/+8
2013-11-09Replace wtap_nstime with nstime_t, remove wtap_nstime_to_sec.Jakub Zawadzki1-2/+2
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-14/+14
2013-10-29From Peter WuMartin Kaiser1-9/+14
2013-09-16Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-09-09Remove a leftover #if 0 block.Chris Maynard1-6/+1
2013-09-09Fix the "crossed chopping region" problem. Also, move chopping to its own fu...Chris Maynard1-82/+128
2013-09-09The file was a weird mix of 2 and 4 indent so use a consistent 4-space indent...Chris Maynard1-1226/+1222
2013-09-09OK, allow either positive or negative offsets no matter if we're chopping fro...Chris Maynard1-30/+37
2013-09-08Specify the optional offset as a positive value, regardless of chopping from ...Chris Maynard1-6/+8
2013-09-08Allow an optional offset to be specified when chopping bytes from packets.Chris Maynard1-25/+83
2013-08-01Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss1-1/+1
2013-07-16Move strnatcmp.{h,c} from epan into wsutil: there's nothing epan-specificJeff Morriss1-2/+2
2013-07-15Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss1-2/+1
2013-07-12Allow -C <choplen> to be used more than once so it is now possible to chop by...Chris Maynard1-26/+37
2013-07-10Add -L option to allow adjustment of original frame length. This change was ...Chris Maynard1-75/+97
2013-07-10Add strnatcmp by Martin Pool for 'natural order' string comparisons, and make...Chris Maynard1-2/+10
2013-06-25Move a couple of time-related modules into wsutil.Jeff Morriss1-1/+1
2013-03-20 From beroset:Bill Meier1-1/+1
2013-03-07From Balint:Gerald Combs1-3/+12
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/+2
2013-01-14Previous commit put a little too much of the README.developer boilerplate in...Jeff Morriss1-6/+0
2013-01-14In response to http://ask.wireshark.org/questions/17660/licence-of-editcapJeff Morriss1-2/+28
2013-01-04Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8105 :Pascal Quantin1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris1-7/+7
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-1/+1
2012-10-15From Jim Young:Anders Broman1-1/+3
2012-10-09From Bill Parker:Anders Broman1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-09Make count variable in editcap unsigned, fixes more format stringEvan Huus1-1/+1
2012-07-16Fix a copy+paste error ('capinfos' appearing in error string).Martin Mathieson1-1/+1
2012-06-15Try to fix pcap-ng - most files created by editcap -c have no IDBAnders Broman1-9/+10
2012-03-14Don't free idb_inf in wtap_dump_open_ng(): free it in the callers. This fixe...Jeff Morriss1-1/+4
2012-03-13From Jose Pedro Oliveira:Anders Broman1-1/+3
2012-03-13A modified version of "pcapng: shd_userappl in newly created files"Anders Broman1-0/+5
2012-03-12Free idb_inf and shb_hdr when done.Anders Broman1-0/+2
2012-03-03Use wtap_dump_open_ng(), so we preserve all the interfaces in pcap-NGGuy Harris1-2/+7
2012-02-24Revert SVN #40866 (which used g_fprintf() in place of fprintf()).Bill Meier1-140/+141
2012-02-05From Alexander Koeppe:Anders Broman1-141/+140
2012-01-23From Michael Mann:Anders Broman1-1/+1
2012-01-15Rename crypt-xxx to xxxJörg Mayer1-1/+1
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris1-2/+2
2011-11-19When reporting "sorry, *this* packet can't be written to a file of thatGuy Harris1-2/+19
2011-08-09Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5608 :Jeff Morriss1-3/+1
2011-07-21Remove the snaplen check added in r37633: the change in r37634 makes itJeff Morriss1-6/+0