Bluetooth: Use dissector data instead of pinfo->private_data. Bug 7893 (https:/...
[metze/wireshark/wip.git] / editcap.c
2013-10-29 Martin KaiserFrom Peter Wu
2013-09-16 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2013-09-09 Chris MaynardRemove a leftover #if 0 block.
2013-09-09 Chris MaynardFix the "crossed chopping region" problem. Also, move...
2013-09-09 Chris MaynardThe file was a weird mix of 2 and 4 indent so use a...
2013-09-09 Chris MaynardOK, allow either positive or negative offsets no matter...
2013-09-08 Chris MaynardSpecify the optional offset as a positive value, regard...
2013-09-08 Chris MaynardAllow an optional offset to be specified when chopping...
2013-08-01 Jeff MorrissMove a bunch of the crypt modules and pint.h into wsutil.
2013-07-16 Jeff MorrissMove strnatcmp.{h,c} from epan into wsutil: there's...
2013-07-15 Jeff MorrissMove report_err.{h,c} from epan into wsutil: there...
2013-07-12 Chris MaynardAllow -C <choplen> to be used more than once so it...
2013-07-10 Chris MaynardAdd -L option to allow adjustment of original frame...
2013-07-10 Chris MaynardAdd strnatcmp by Martin Pool for 'natural order' string...
2013-06-25 Jeff MorrissMove a couple of time-related modules into wsutil.
2013-03-20 Bill Meier From beroset:
2013-03-07 Gerald CombsFrom Balint:
2013-03-05 Anders BromanUse explicit casts.
2013-02-20 Gerald CombsWhen any of our executables start on Windows create...
2013-01-14 Jeff MorrissPrevious commit put a little too much of the README...
2013-01-14 Jeff MorrissIn response to ask.wireshark.org/questions/17660/licenc...
2013-01-04 Pascal QuantinFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-10-15 Anders BromanFrom Jim Young:
2012-10-09 Anders BromanFrom Bill Parker:
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-09 Evan HuusMake count variable in editcap unsigned, fixes more...
2012-07-16 Martin MathiesonFix a copy+paste error ('capinfos' appearing in error...
2012-06-15 Anders BromanTry to fix pcap-ng - most files created by editcap...
2012-03-14 Jeff MorrissDon't free idb_inf in wtap_dump_open_ng(): free it...
2012-03-13 Anders BromanFrom Jose Pedro Oliveira:
2012-03-13 Anders BromanA modified version of "pcapng: shd_userappl in newly...
2012-03-12 Anders BromanFree idb_inf and shb_hdr when done.
2012-03-03 Guy HarrisUse wtap_dump_open_ng(), so we preserve all the interfa...
2012-02-24 Bill MeierRevert SVN #40866 (which used g_fprintf() in place...
2012-02-05 Anders BromanFrom Alexander Koeppe:
2012-01-23 Anders BromanFrom Michael Mann:
2012-01-15 Jörg MayerRename crypt-xxx to xxx
2011-12-13 Guy HarrisRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-11-19 Guy HarrisWhen reporting "sorry, *this* packet can't be written...
2011-08-09 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2011-07-21 Jeff MorrissRemove the snaplen check added in r37633: the change...
2011-07-20 Martin MathiesonDon't sanity-check snaplen against frame length if...
2011-06-23 Stig BjørlykkeProhibited APIs: strncpy -> g_strlcpy.
2011-06-20 Gerald CombsHave mergecap, tshark, and editcap write pcap-ng files...
2011-06-15 Guy HarrisSee if this squelches some compiler warnings.
2011-06-09 Jeff MorrissSimplify timestamp checking: only check the packet...
2011-05-31 Chris MaynardHandle snaplen before choplen for consistency. Also...
2011-05-31 Chris MaynardWhen a snaplen is specified using "-s <snaplen", if...
2011-05-24 Gerald CombsMove the Windows argument list conversion code to a...
2011-04-12 Chris MaynardDon't bother to strcpy() an empty string; just set...
2011-02-04 Sake BlokFrom Jason Masker (bug 5240):
2011-01-06 Gerald CombsOn Windows, convert all of our command-line arguments...
2010-12-06 Bill MeierFix various typos and spelling errors.
2010-11-24 Chris MaynardAttempt to fix warnings not previously seen with VS2008EE.
2010-11-24 Chris MaynardWhen listing encapsulation types with -T or file types...
2010-11-16 Sake BlokMake editcap -B work like expected: output no packets...
2010-11-01 Jeff MorrissFrom Jose Pedro Oliveira via https://bugs.wireshark...
2010-09-16 Gerald CombsTurn on ASLR via /DYNAMICBASE and DEP via SetProcessDEP...
2010-06-03 Bill MeierFix a gcc -Wshadow warning
2010-06-02 Gerald CombsFrom Jim Young via bug 4331:
2010-05-28 Jeff MorrissMove some code (including the optional objects) into...
2010-01-29 Bill MeierFix various gcc -Wshadow warnings.
2009-12-29 Stephen FisherMake edticap behave like the rest of the Wireshark...
2009-10-25 Gerald CombsFrom Jim Young via bug 4162:
2009-10-06 Stig BjørlykkeInvert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_H
2009-07-22 Gerald CombsUse "svn info" to fetch the version by default. Fetch...
2009-06-21 Guy HarrisClean up the "available XXX type" messages a bit.
2009-06-02 Stig BjørlykkeIf no valid packages was found in the input file we...
2009-06-02 Stig BjørlykkeOnly call wtap_dump_close() if we have an open file.
2009-05-23 Guy HarrisHave fileset_extract_prefix_suffix() print an error...
2009-05-23 Guy HarrisFix indentation.
2009-05-23 Sake BlokInitialize pdh...
2009-05-23 Sake BlokFrom Kovarththanan Rajaratnam <krj@rajaratnam.dk> in...
2009-05-12 Bill MeierMinor cleanup of "-h" output text.
2009-04-17 Gerald CombsFix Win64 compilation.
2009-04-17 Balint ReczeyFrom Jim Young <jyoung@gsu.edu>:
2009-04-16 Gerald CombsFix the last(?) of the Win64 compilation problems.
2009-03-22 Guy HarrisChange the signature of init_progfile_dir() so the...
2009-03-22 Guy HarrisIn Solaris, the second argument to dladdr() is just...
2009-03-22 Guy HarrisAttempt to use dladdr() to get the pathname of the...
2009-02-15 Guy HarrisAdd a routine to report write errors to the list of...
2008-12-18 Jeff MorrissOnly declare failure_message() if we HAVE_PLUGINS ...
2008-10-24 Bill MeierWindows build: #include winsock2.h only when needed.
2008-06-30 Jeff MorrissMove privileges.c and unicode-utils.c from epan to...
2008-06-21 Sake BlokFrom Ken Smith (bug 2574): Allow editcap to parse files...
2008-05-30 Guy HarrisFree up the err_info string returned by wtap_read(...
2008-03-25 Luis OntanonLong time ago, I added these to troubleshoot a problem...
2008-03-16 Jeff MorrissDon't link plugins against libwireshark: any program...
2008-03-16 Jeff MorrissInclude epan/priveleges.h for get_credential_info()
2008-03-16 Jeff MorrissHave started_with_special_privs() assert out if get_cre...
2008-02-20 Martin MathiesonWhen doing random error mutation, protect DCT2000
2008-02-06 Stig BjørlykkeInitialize filenamelen to avoid a warning.
2008-02-03 Stig Bjørlykkesnprintf -> g_snprintf
2008-02-03 Stig BjørlykkeMore rewrite of prohibited APIs (sprintf, strcpy, strcat).
2008-01-24 Stig BjørlykkeFixed some strcpy -> strncpy/g_snprintf cleanups.
2008-01-24 Stig BjørlykkeFixed some malloc -> g_malloc, free -> g_free, strdup...
2008-01-24 Martin MathiesonReplace a handful of tabs with spaces.
2008-01-17 Bill MeierFrom RD Thrush: Fix for 'editcap relies on gnu extensio...
next