Whitespace fixes: Indented lines should not start with
[metze/wireshark/wip.git] / wiretap / catapult_dct2000.c
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...
2007-05-29 Martin MathiesonWork with isdn_l2.
2007-05-29 Guy HarrisPrint a gint64 the right way.
2007-05-29 Sebastien TandelFrom David Howells :
2007-05-21 Jörg MayerFix some (incorrect but unforseeable)
2007-05-10 Martin Mathiesonmipv6 -> ip
2007-03-23 Stephen FisherFix some warnings on the Solaris buildbot
2007-01-18 Martin MathiesonAdd separate union entries to fvalue.value for signed...
2007-01-04 Martin MathiesonCheck in trivial changes before generating a big diff...
2006-11-18 Ulf Lampingboth recent fixes of warnings don't compile on Win32...
2006-11-17 Martin MathiesonTry to squash 2 more warnings seen on buildot
2006-11-14 Martin MathiesonFix possible build error + warnings seen on buildbot
2006-11-14 Martin Mathieson- Use 64-bit indexes into file for packet locations...
2006-11-05 Ulf Lampingchange all file offsets from long to gint64 so we can...
2006-10-23 Martin Mathieson- Fix problems with parsing sctpprim headers
2006-10-03 Martin Mathieson- Add special case for reading strange encoding of...
2006-09-05 Martin MathiesonFor DCT2000, show better transport info:
2006-09-04 Martin MathiesonPartial implementation of UMTS FP. Currently only...
2006-08-07 Martin MathiesonWasn't allocating big enough frame buffer!
2006-08-02 Martin Mathieson- Removes last traces of 'board ports only' preference...
2006-06-14 Anders BromanFrom Martin Mathieson:
2006-06-11 Anders BromanFrom Martin Mathieson:
2006-05-23 Anders BromanFrom Martin Mathieson:
2006-05-19 Guy HarrisSquelch some compiler warnings (a time_t might be an...
2006-04-24 Anders BromanFrom Martin Mathieson:
2006-04-23 Anders BromanFix CID: 150
2006-04-19 Anders BromanFrom Martin Mathieson:
2006-04-17 Anders BromanFrom Martin Mathieson:
2006-04-15 Anders BromanFrom Martin Mathieson:
2006-04-14 Anders BromanSVN properties...
2006-04-14 Anders BromanFrom Martin Mathieson: