aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/catapult_dct2000.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-15Add support for reading/writing 'sprint' lines from test scripts.Martin Mathieson1-13/+30
2012-12-28Always check the return value of read_new_line().Guy Harris1-20/+28
2012-12-21Squelch implicit 64-bit-to-32-bit conversion warnings.Guy Harris1-2/+2
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-5/+5
2012-09-24Some improvements after looking at profile of large reordercap run.Martin Mathieson1-18/+89
2012-09-20Shouldn't set the time in seek_read() after all. At least the pcapMartin Mathieson1-8/+0
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-19Fix a couple of dumping issues seen while working on 'reorder'.Martin Mathieson1-4/+21
2012-08-21Avoid some calls to strlen() by remembering return value fromMartin Mathieson1-10/+11
2012-08-11Ignore '\r' which will be found at the end of a line when a windows hostMartin Mathieson1-27/+32
2012-07-26Fix another uninitialised bug (the same bug in _read() I fixedMartin Mathieson1-1/+1
2012-07-25Initialize a byte to avoid more valgrind warnings.Martin Mathieson1-1/+1
2012-07-25Don't write one payload byte too many. Spotted by valgrind!Martin Mathieson1-2/+2
2012-07-11memcpy() is quite a bit faster than g_strlcpy()!Martin Mathieson1-3/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-02Try to squelch warningsAnders Broman1-2/+2
2012-05-16Fix a bunch of uninitialized variables found by Coverity Scan. CIDsGerald Combs1-3/+2
2012-05-04file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris1-6/+3
2012-04-15Fix a typo (just clearing my client out before I start doing diffs).Martin Mathieson1-1/+1
2012-04-03Set up table to help with ascii-hex -> hex conversion in advance toMartin Mathieson1-18/+26
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-0/+2
2011-12-27Tighten up format string used for date/time parse;Bill Meier1-21/+41
2011-09-13Skip extra info if present (IP with LTE PDCP threading info).Martin Mathieson1-2/+12
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris1-16/+16
2011-07-12Speed up (slightly) reading of long text lines.Martin Mathieson1-10/+33
2011-07-08Change the way we scan past characters before the direction indicator.Martin Mathieson1-6/+9
2011-04-12"This file format can't be written to a pipe" and "this file formatGuy Harris1-1/+1
2011-03-16Avoid having large buffers on the stack (as noted in VS Code Analyzer warnings).Martin Mathieson1-3/+3
2011-02-16Fix errors found by the Visual C++ analyzer.Gerald Combs1-1/+1
2011-01-05Support FP_R8 over ATM, plus a couple of other tidying-ups.Martin Mathieson1-8/+7
2010-10-02Make it a bit clearer what's going on - ASCII '0' has the decimal valueGuy Harris1-1/+1
2010-07-16It makes (slightly) more sense for comments to be "sent" by the context than ...Martin Mathieson1-1/+1
2010-06-06Don't use fwrite directly when writing a dump file; call it throughGuy Harris1-30/+16
2010-02-26Move the definitions of all the private data structures out ofGuy Harris1-30/+22
2009-11-09Removed an unused assignment.Stig Bjørlykke1-2/+1
2009-10-26Note in comments that the dct2000_file_externals_t structure is used forGuy Harris1-6/+13
2009-10-26Try to fix win64 buildbot. Both fgets() and gzgets() take an int for the len...Martin Mathieson1-1/+1
2009-10-26Get rid of capture.catapult_dct2000, move start time of capture into file_ext...Martin Mathieson1-34/+31
2009-10-26Global variables considered harmful - we don't want to rule out twoGuy Harris1-98/+101
2009-10-26Formatting changes only.Martin Mathieson1-240/+135
2009-10-26Fix:Anders Broman1-4/+4
2009-10-26Add support for showing/filtering/resaving logged LTE strings.Martin Mathieson1-140/+218
2009-03-07Squelch warnings - none of those strings will be so long that theGuy Harris1-6/+6
2009-02-27Some context names now do include '-', so allow it.Martin Mathieson1-1/+1
2009-01-08Fix a bug where a space character wasn't being written back to save files.Martin Mathieson1-3/+6
2008-10-13Allow really long lines.Martin Mathieson1-1/+1
2008-05-27Fix subtle bugs introduced by recent change to safer APIs.Martin Mathieson1-2/+2
2008-05-20Enable FP R7 support.Martin Mathieson1-1/+2
2008-05-08Use g_strlcpy() rather than strcpy(), strncpy().Martin Mathieson1-14/+15
2008-04-04Allocate size of data pointed to (64 bits) rather than size of pointer to dat...Martin Mathieson1-1/+1