From Marko Hrastovec via
[metze/wireshark/wip.git] / editcap.c
2014-01-26 alagoutteDrop support of Visual Studio 2005
2014-01-23 wmeierGiven that we allow the 'outfile file' to be stdout...
2014-01-23 wmeierprintf(...) --> fprintf(stderr,...) (in a commented...
2014-01-22 guyDon't write out packets that have a "captured length...
2014-01-17 martinkFrom Toralf Förster
2014-01-03 wmeierFor '-h' option: exit(0) as per convention;
2013-12-23 wmeierFrom Ville Skyttä: Spelling Fixes
2013-12-02 guyMove most of the plugin code from epan to wsutil and...
2013-11-17 guyMove the epan/filesystem.c routines to wsutil; they...
2013-11-15 cmaynardFix chopping when offset is 0. Fixes https://bugs...
2013-11-09 darkjamesReplace wtap_nstime with nstime_t, remove wtap_nstime_t...
2013-11-08 guyThe "file types" we have are actually combinations...
2013-10-29 martinkFrom Peter Wu
2013-09-16 alagoutteFix some Dead Store (Dead assignement/Dead increment...
2013-09-09 cmaynardRemove a leftover #if 0 block.
2013-09-09 cmaynardFix the "crossed chopping region" problem. Also, move...
2013-09-09 cmaynardThe file was a weird mix of 2 and 4 indent so use a...
2013-09-09 cmaynardOK, allow either positive or negative offsets no matter...
2013-09-08 cmaynardSpecify the optional offset as a positive value, regard...
2013-09-08 cmaynardAllow an optional offset to be specified when chopping...
2013-08-01 morrissMove a bunch of the crypt modules and pint.h into wsutil.
2013-07-16 morrissMove strnatcmp.{h,c} from epan into wsutil: there's...
2013-07-15 morrissMove report_err.{h,c} from epan into wsutil: there...
2013-07-12 cmaynardAllow -C <choplen> to be used more than once so it...
2013-07-10 cmaynardAdd -L option to allow adjustment of original frame...
2013-07-10 cmaynardAdd strnatcmp by Martin Pool for 'natural order' string...
2013-06-25 morrissMove a couple of time-related modules into wsutil.
2013-03-20 wmeier From beroset:
2013-03-07 geraldFrom Balint:
2013-03-05 etxrabUse explicit casts.
2013-02-20 geraldWhen any of our executables start on Windows create...
2013-01-14 morrissPrevious commit put a little too much of the README...
2013-01-14 morrissIn response to ask.wireshark.org/questions/17660/licenc...
2013-01-04 pascalFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2012-12-26 guyFix a bunch of warnings.
2012-10-16 darkjamesAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-10-15 etxrabFrom Jim Young:
2012-10-09 etxrabFrom Bill Parker:
2012-09-20 morrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-09 eapacheMake count variable in editcap unsigned, fixes more...
2012-07-16 martinmFix a copy+paste error ('capinfos' appearing in error...
2012-06-15 etxrabTry to fix pcap-ng - most files created by editcap...
2012-03-14 morrissDon't free idb_inf in wtap_dump_open_ng(): free it...
2012-03-13 etxrabFrom Jose Pedro Oliveira:
2012-03-13 etxrabA modified version of "pcapng: shd_userappl in newly...
2012-03-12 etxrabFree idb_inf and shb_hdr when done.
2012-03-03 guyUse wtap_dump_open_ng(), so we preserve all the interfa...
2012-02-24 wmeierRevert SVN #40866 (which used g_fprintf() in place...
2012-02-05 etxrabFrom Alexander Koeppe:
2012-01-23 etxrabFrom Michael Mann:
2012-01-15 jmayerRename crypt-xxx to xxx
2011-12-13 guyRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-11-19 guyWhen reporting "sorry, *this* packet can't be written...
2011-08-09 morrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2011-07-21 morrissRemove the snaplen check added in r37633: the change...
2011-07-20 martinmDon't sanity-check snaplen against frame length if...
2011-06-23 stigProhibited APIs: strncpy -> g_strlcpy.
2011-06-20 geraldHave mergecap, tshark, and editcap write pcap-ng files...
2011-06-15 guySee if this squelches some compiler warnings.
2011-06-09 morrissSimplify timestamp checking: only check the packet...
2011-05-31 cmaynardHandle snaplen before choplen for consistency. Also...
2011-05-31 cmaynardWhen a snaplen is specified using "-s <snaplen", if...
2011-05-24 geraldMove the Windows argument list conversion code to a...
2011-04-12 cmaynardDon't bother to strcpy() an empty string; just set...
2011-02-04 sakeFrom Jason Masker (bug 5240):
2011-01-06 geraldOn Windows, convert all of our command-line arguments...
2010-12-06 wmeierFix various typos and spelling errors.
2010-11-24 cmaynardAttempt to fix warnings not previously seen with VS2008EE.
2010-11-24 cmaynardWhen listing encapsulation types with -T or file types...
2010-11-16 sakeMake editcap -B work like expected: output no packets...
2010-11-01 morrissFrom Jose Pedro Oliveira via https://bugs.wireshark...
2010-09-16 geraldTurn on ASLR via /DYNAMICBASE and DEP via SetProcessDEP...
2010-06-03 wmeierFix a gcc -Wshadow warning
2010-06-02 geraldFrom Jim Young via bug 4331:
2010-05-28 morrissMove some code (including the optional objects) into...
2010-01-29 wmeierFix various gcc -Wshadow warnings.
2009-12-29 sfisherMake edticap behave like the rest of the Wireshark...
2009-10-25 geraldFrom Jim Young via bug 4162:
2009-10-06 stigInvert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_H
2009-07-22 geraldUse "svn info" to fetch the version by default. Fetch...
2009-06-21 guyClean up the "available XXX type" messages a bit.
2009-06-02 stigIf no valid packages was found in the input file we...
2009-06-02 stigOnly call wtap_dump_close() if we have an open file.
2009-05-23 guyHave fileset_extract_prefix_suffix() print an error...
2009-05-23 guyFix indentation.
2009-05-23 sakeInitialize pdh...
2009-05-23 sakeFrom Kovarththanan Rajaratnam <krj@rajaratnam.dk> in...
2009-05-12 wmeierMinor cleanup of "-h" output text.
2009-04-17 geraldFix Win64 compilation.
2009-04-17 rbalintFrom Jim Young <jyoung@gsu.edu>:
2009-04-16 geraldFix the last(?) of the Win64 compilation problems.
2009-03-22 guyChange the signature of init_progfile_dir() so the...
2009-03-22 guyIn Solaris, the second argument to dladdr() is just...
2009-03-22 guyAttempt to use dladdr() to get the pathname of the...
2009-02-15 guyAdd a routine to report write errors to the list of...
2008-12-18 morrissOnly declare failure_message() if we HAVE_PLUGINS ...
2008-10-24 wmeierWindows build: #include winsock2.h only when needed.
2008-06-30 morrissMove privileges.c and unicode-utils.c from epan to...
2008-06-21 sakeFrom Ken Smith (bug 2574): Allow editcap to parse files...
2008-05-30 guyFree up the err_info string returned by wtap_read(...
next