aboutsummaryrefslogtreecommitdiffstats
path: root/editcap.c
Commit message (Expand)AuthorAgeFilesLines
* From beroset:Bill Meier2013-03-201-1/+1
* From Balint:Gerald Combs2013-03-071-3/+12
* Use explicit casts.Anders Broman2013-03-051-2/+2
* When any of our executables start on Windows create or open a "WiresharkGerald Combs2013-02-201-0/+2
* Previous commit put a little too much of the README.developer boilerplate in...Jeff Morriss2013-01-141-6/+0
* In response to http://ask.wireshark.org/questions/17660/licence-of-editcapJeff Morriss2013-01-141-2/+28
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8105 :Pascal Quantin2013-01-041-1/+1
* Fix a bunch of warnings.Guy Harris2012-12-261-7/+7
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-1/+1
* From Jim Young:Anders Broman2012-10-151-1/+3
* From Bill Parker:Anders Broman2012-10-091-1/+1
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Make count variable in editcap unsigned, fixes more format stringEvan Huus2012-09-091-1/+1
* Fix a copy+paste error ('capinfos' appearing in error string).Martin Mathieson2012-07-161-1/+1
* Try to fix pcap-ng - most files created by editcap -c have no IDBAnders Broman2012-06-151-9/+10
* Don't free idb_inf in wtap_dump_open_ng(): free it in the callers. This fixe...Jeff Morriss2012-03-141-1/+4
* From Jose Pedro Oliveira:Anders Broman2012-03-131-1/+3
* A modified version of "pcapng: shd_userappl in newly created files"Anders Broman2012-03-131-0/+5
* Free idb_inf and shb_hdr when done.Anders Broman2012-03-121-0/+2
* Use wtap_dump_open_ng(), so we preserve all the interfaces in pcap-NGGuy Harris2012-03-031-2/+7
* Revert SVN #40866 (which used g_fprintf() in place of fprintf()).Bill Meier2012-02-241-140/+141
* From Alexander Koeppe:Anders Broman2012-02-051-141/+140
* From Michael Mann:Anders Broman2012-01-231-1/+1
* Rename crypt-xxx to xxxJörg Mayer2012-01-151-1/+1
* Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris2011-12-131-2/+2
* When reporting "sorry, *this* packet can't be written to a file of thatGuy Harris2011-11-191-2/+19
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5608 :Jeff Morriss2011-08-091-3/+1
* Remove the snaplen check added in r37633: the change in r37634 makes itJeff Morriss2011-07-211-6/+0
* Don't sanity-check snaplen against frame length if snaplen is 0.Martin Mathieson2011-07-201-1/+1
* Prohibited APIs: strncpy -> g_strlcpy.Stig Bjørlykke2011-06-231-1/+1
* Have mergecap, tshark, and editcap write pcap-ng files by default. ThisGerald Combs2011-06-201-1/+5
* See if this squelches some compiler warnings.Guy Harris2011-06-151-2/+2
* Simplify timestamp checking: only check the packet's timestamp ifJeff Morriss2011-06-091-4/+10
* Handle snaplen before choplen for consistency. Also, if chopping more bytesChris Maynard2011-05-311-10/+13
* When a snaplen is specified using "-s <snaplen", if it's smaller than theChris Maynard2011-05-311-21/+24
* Move the Windows argument list conversion code to a common routine.Gerald Combs2011-05-241-17/+5
* Don't bother to strcpy() an empty string; just set buf[0] = '\0': Coverity 626Chris Maynard2011-04-121-1/+1
* From Jason Masker (bug 5240):Sake Blok2011-02-041-10/+16
* On Windows, convert all of our command-line arguments from UTF-16 toGerald Combs2011-01-061-0/+18
* Fix various typos and spelling errors.Bill Meier2010-12-061-1/+1
* Attempt to fix warnings not previously seen with VS2008EE.Chris Maynard2010-11-241-5/+8
* When listing encapsulation types with -T or file types with -F, sort them.Chris Maynard2010-11-241-8/+39
* Make editcap -B work like expected: output no packets after the stop time.Sake Blok2010-11-161-4/+4
* From Jose Pedro Oliveira via https://bugs.wireshark.org/bugzilla/show_bug.cgi...Jeff Morriss2010-11-011-10/+10
* Turn on ASLR via /DYNAMICBASE and DEP via SetProcessDEPPolicy().Gerald Combs2010-09-161-7/+7
* Fix a gcc -Wshadow warningBill Meier2010-06-031-13/+13
* From Jim Young via bug 4331:Gerald Combs2010-06-021-2/+154
* Move some code (including the optional objects) into libwsutilJeff Morriss2010-05-281-7/+7
* Fix various gcc -Wshadow warnings.Bill Meier2010-01-291-28/+28
* Make edticap behave like the rest of the Wireshark programs where it willStephen Fisher2009-12-291-64/+71