aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/catapult_dct2000.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-2/+2
2016-09-09Add a comment.Guy Harris1-0/+3
2016-09-09catapult: use ws_strtou/i functions.Dario Lombardo1-4/+14
2016-04-30Check for packets bigger than WTAP_MAX_PACKET_SIZE.Guy Harris1-46/+70
2016-02-20Fix various off-by-one in buffer sizesPeter Wu1-1/+1
2015-11-16catapult: fix sscanf buffer overflowEvan Huus1-1/+1
2015-11-08DCT2000 wiretap: Try to address CID 1158844 and 1158845Martin Mathieson1-2/+2
2015-10-09catapult_dct2000: code restyleDario Lombardo1-17/+7
2015-01-03Remove unnecessary includes from wiretap folderMartin Mathieson1-1/+0
2015-01-02Add "Editor modelines"; Adjust whitespace as needed.Bill Meier1-0/+13
2014-12-18Rename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRITABLE_REC_TYPE.Guy Harris1-1/+1
2014-12-18Handle "I can't map this for that file format" better.Guy Harris1-2/+2
2014-12-17Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris1-1/+1
2014-10-17Don't use ctype.h routines.Guy Harris1-14/+13
2014-10-09Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris1-9/+9
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-1/+1
2014-08-02Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris1-2/+2
2014-07-15Only one buffer.c, please.Guy Harris1-1/+1
2014-07-11Avoid sign-extending bytes before handing them to <ctype.h> macros.Guy Harris1-1/+1
2014-07-03catapult,irda: Fix ASAN crashes due to buffer underrunPeter Wu1-2/+2
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-0/+7
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-16/+16
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-16/+16
2014-05-09Revert "Refactor Wiretap"Guy Harris1-51/+48
2014-05-09Revert "Try to fix the build boot by changing the signature of catapult_dct20...Guy Harris1-2/+1
2014-05-09Try to fix the build boot by changing the signature ofAndersBroman1-1/+2
2014-05-09Refactor WiretapMichael Mann1-48/+51
2014-04-28Fix potential invalid-reads in catapult filesEvan Huus1-4/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-02No seek-read routines use the length argument, so eliminate it fromGuy Harris1-3/+3
2013-12-31Make it clearer that we're using the packet length read from the packetGuy Harris1-1/+2
2013-11-09Replace wtap_nstime with nstime_t, remove wtap_nstime_to_sec.Jakub Zawadzki1-2/+2
2013-11-08(Trivial) whitespace cleanup (mostly trailing whitespace).Bill Meier1-1/+1
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-1/+1
2013-07-29Make a never-changed table const.Guy Harris1-1/+1
2013-07-23Don't cast away constness.Guy Harris1-1/+1
2013-06-21Fix some pointer-signedness (well, signedness of what the pointer pointsGuy Harris1-1/+1
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-20/+21
2013-05-16wth->priv is always set in the open routine; no need to check that it'sGuy Harris1-15/+0
2013-05-16Pull all the post-processing for a parsed line into a common routine,Guy Harris1-122/+88
2013-03-03From beroset:Anders Broman1-4/+4
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