aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/catapult_dct2000.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-03More rewrite of prohibited APIs (sprintf, strcpy, strcat).Stig Bjørlykke1-2/+2
2007-11-16Some comments and formatting.Martin Mathieson1-14/+51
2007-09-25Fix whitespace of newly added lines to match rest of fileBill Meier1-5/+5
2007-09-25Add error checking for fwrites; replacement for one of patches provided in bu...Bill Meier1-12/+38
2007-07-31Add "igmp" -> "ip" mapping.Martin Mathieson1-1/+2
2007-07-24More space needed for wimax frames.Martin Mathieson1-1/+1
2007-07-14Fix another cast of the argument to a ctype.h macro.Guy Harris1-1/+1
2007-07-13Fix more ctype.h calls - casting to "int" suppresses the warning, butGuy Harris1-10/+10
2007-07-13"isdigit()" doesn't need to be cast to "int".Guy Harris1-1/+1
2007-07-13Worked out properly the silly way aal header is encoded!Martin Mathieson1-8/+6
2007-06-29- Map gre -> IPMartin Mathieson1-0/+1
2007-06-21Don't create & leak a hash table during unsuccessful open()Martin Mathieson1-16/+15
2007-05-29Work with isdn_l2.Martin Mathieson1-7/+13
2007-05-29Print a gint64 the right way.Guy Harris1-1/+2
2007-05-29From David Howells :Sebastien Tandel1-2/+2
2007-05-21Fix some (incorrect but unforseeable)Jörg Mayer1-1/+1
2007-05-10mipv6 -> ipMartin Mathieson1-1/+3
2007-03-23Fix some warnings on the Solaris buildbotStephen Fisher1-12/+12
2007-01-18Add separate union entries to fvalue.value for signed and unsignedMartin Mathieson1-0/+7
2007-01-04Check in trivial changes before generating a big diff...Martin Mathieson1-1/+2
2006-11-18both recent fixes of warnings don't compile on Win32, inttypes.h is not avail...Ulf Lamping1-2/+2
2006-11-17Try to squash 2 more warnings seen on buildotMartin Mathieson1-2/+3
2006-11-14Fix possible build error + warnings seen on buildbotMartin Mathieson1-4/+5
2006-11-14- Use 64-bit indexes into file for packet locations (was previously casting i...Martin Mathieson1-32/+77
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-13/+13
2006-10-23- Fix problems with parsing sctpprim headersMartin Mathieson1-1/+10