Fix shadow variable warnings.
[metze/wireshark/wip.git] / wiretap / catapult_dct2000.c
2016-04-30 Guy HarrisCheck for packets bigger than WTAP_MAX_PACKET_SIZE.
2016-02-20 Peter WuFix various off-by-one in buffer sizes
2015-11-16 Evan Huuscatapult: fix sscanf buffer overflow
2015-11-08 Martin MathiesonDCT2000 wiretap: Try to address CID 1158844 and 1158845
2015-10-09 Dario Lombardocatapult_dct2000: code restyle
2015-01-03 Martin MathiesonRemove unnecessary includes from wiretap folder
2015-01-02 Bill MeierAdd "Editor modelines"; Adjust whitespace as needed.
2014-12-18 Guy HarrisRename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRIT...
2014-12-18 Guy HarrisHandle "I can't map this for that file format" better.
2014-12-17 Guy HarrisRename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABL...
2014-10-17 Guy HarrisDon't use ctype.h routines.
2014-10-09 Guy HarrisUse an enum for the open-routine return value, as per...
2014-09-28 Guy HarrisMake the time stamp resolution per-packet.
2014-08-02 Guy HarrisRename buffer_ routines to ws_buffer_ to avoid name...
2014-07-15 Guy HarrisOnly one buffer.c, please.
2014-07-11 Guy HarrisAvoid sign-extending bytes before handing them to ...
2014-07-03 Peter Wucatapult,irda: Fix ASAN crashes due to buffer underrun
2014-05-24 Guy HarrisAllow wtap_read() and wtap_seek_read() to return record...
2014-05-23 Guy HarrisRevert "Allow wtap_read() and wtap_seek_read() to retur...
2014-05-23 Guy HarrisAllow wtap_read() and wtap_seek_read() to return non...
2014-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Guy HarrisRevert "Try to fix the build boot by changing the signa...
2014-05-09 AndersBromanTry to fix the build boot by changing the signature of
2014-05-09 Michael MannRefactor Wiretap
2014-04-28 Evan HuusFix potential invalid-reads in catapult files
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-01-02 Guy HarrisNo seek-read routines use the length argument, so elimi...
2013-12-31 Guy HarrisMake it clearer that we're using the packet length...
2013-11-09 Jakub ZawadzkiReplace wtap_nstime with nstime_t, remove wtap_nstime_t...
2013-11-08 Bill Meier(Trivial) whitespace cleanup (mostly trailing whitespace).
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-07-29 Guy HarrisMake a never-changed table const.
2013-07-23 Guy HarrisDon't cast away constness.
2013-06-21 Guy HarrisFix some pointer-signedness (well, signedness of what...
2013-06-16 Guy HarrisHave the seek-read routines take a Buffer rather than...
2013-05-16 Guy Harriswth->priv is always set in the open routine; no need...
2013-05-16 Guy HarrisPull all the post-processing for a parsed line into...
2013-03-03 Anders BromanFrom beroset:
2013-02-15 Martin MathiesonAdd support for reading/writing 'sprint' lines from...
2012-12-28 Guy HarrisAlways check the return value of read_new_line().
2012-12-21 Guy HarrisSquelch implicit 64-bit-to-32-bit conversion warnings.
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-09-24 Martin MathiesonSome improvements after looking at profile of large...
2012-09-20 Martin MathiesonShouldn't set the time in seek_read() after all. At...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-19 Martin MathiesonFix a couple of dumping issues seen while working on...
2012-08-21 Martin MathiesonAvoid some calls to strlen() by remembering return...
2012-08-11 Martin MathiesonIgnore '\r' which will be found at the end of a line...
2012-07-26 Martin MathiesonFix another uninitialised bug (the same bug in _read...
2012-07-25 Martin MathiesonInitialize a byte to avoid more valgrind warnings.
2012-07-25 Martin MathiesonDon't write one payload byte too many. Spotted by...
2012-07-11 Martin Mathiesonmemcpy() is quite a bit faster than g_strlcpy()!
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-02 Anders BromanTry to squelch warnings
2012-05-16 Gerald CombsFix a bunch of uninitialized variables found by Coverit...
2012-05-04 Guy Harrisfile_seek() used to be a wrapper around fseek() or...
2012-04-15 Martin MathiesonFix a typo (just clearing my client out before I start...
2012-04-03 Martin MathiesonSet up table to help with ascii-hex -> hex conversion...
2012-02-25 Guy HarrisAdd a presence flag field to the packet information...
2011-12-27 Bill MeierTighten up format string used for date/time parse;
2011-09-13 Martin MathiesonSkip extra info if present (IP with LTE PDCP threading...
2011-09-01 Guy HarrisUse guint8 rather than guchar for raw octets and pointe...
2011-07-12 Martin MathiesonSpeed up (slightly) reading of long text lines.
2011-07-08 Martin MathiesonChange the way we scan past characters before the direc...
2011-04-12 Guy Harris"This file format can't be written to a pipe" and ...
2011-03-16 Martin MathiesonAvoid having large buffers on the stack (as noted in...
2011-02-16 Gerald CombsFix errors found by the Visual C++ analyzer.
2011-01-05 Martin MathiesonSupport FP_R8 over ATM, plus a couple of other tidying...
2010-10-02 Guy HarrisMake it a bit clearer what's going on - ASCII '0' has...
2010-07-16 Martin MathiesonIt makes (slightly) more sense for comments to be ...
2010-06-06 Guy HarrisDon't use fwrite directly when writing a dump file...
2010-02-26 Guy HarrisMove the definitions of all the private data structures...
2009-11-09 Stig BjørlykkeRemoved an unused assignment.
2009-10-26 Guy HarrisNote in comments that the dct2000_file_externals_t...
2009-10-26 Martin MathiesonTry to fix win64 buildbot. Both fgets() and gzgets...
2009-10-26 Martin MathiesonGet rid of capture.catapult_dct2000, move start time...
2009-10-26 Guy HarrisGlobal variables considered harmful - we don't want...
2009-10-26 Martin MathiesonFormatting changes only.
2009-10-26 Anders BromanFix:
2009-10-26 Martin MathiesonAdd support for showing/filtering/resaving logged LTE...
2009-03-07 Guy HarrisSquelch warnings - none of those strings will be so...
2009-02-27 Martin MathiesonSome context names now do include '-', so allow it.
2009-01-08 Martin MathiesonFix a bug where a space character wasn't being written...
2008-10-13 Martin MathiesonAllow really long lines.
2008-05-27 Martin MathiesonFix subtle bugs introduced by recent change to safer...
2008-05-20 Martin MathiesonEnable FP R7 support.
2008-05-08 Martin MathiesonUse g_strlcpy() rather than strcpy(), strncpy().
2008-04-04 Martin MathiesonAllocate size of data pointed to (64 bits) rather than...
2008-02-03 Stig BjørlykkeMore rewrite of prohibited APIs (sprintf, strcpy, strcat).
2007-11-16 Martin MathiesonSome comments and formatting.
2007-09-25 Bill MeierFix whitespace of newly added lines to match rest of...
2007-09-25 Bill MeierAdd error checking for fwrites; replacement for one...
2007-07-31 Martin MathiesonAdd "igmp" -> "ip" mapping.
2007-07-24 Martin MathiesonMore space needed for wimax frames.
2007-07-14 Guy HarrisFix another cast of the argument to a ctype.h macro.
2007-07-13 Guy HarrisFix more ctype.h calls - casting to "int" suppresses...
2007-07-13 Guy Harris"isdigit()" doesn't need to be cast to "int".
2007-07-13 Martin MathiesonWorked out properly the silly way aal header is encoded!
2007-06-29 Martin Mathieson- Map gre -> IP
2007-06-21 Martin MathiesonDon't create & leak a hash table during unsuccessful...
next