aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/catapult_dct2000.c
Commit message (Expand)AuthorAgeFilesLines
* Allow bigger snapshot lengths for D-Bus captures.Guy Harris2017-06-051-2/+2
* Add a comment.Guy Harris2016-09-091-0/+3
* catapult: use ws_strtou/i functions.Dario Lombardo2016-09-091-4/+14
* Check for packets bigger than WTAP_MAX_PACKET_SIZE.Guy Harris2016-04-301-46/+70
* Fix various off-by-one in buffer sizesPeter Wu2016-02-201-1/+1
* catapult: fix sscanf buffer overflowEvan Huus2015-11-161-1/+1
* DCT2000 wiretap: Try to address CID 1158844 and 1158845Martin Mathieson2015-11-081-2/+2
* catapult_dct2000: code restyleDario Lombardo2015-10-091-17/+7
* Remove unnecessary includes from wiretap folderMartin Mathieson2015-01-031-1/+0
* Add "Editor modelines"; Adjust whitespace as needed.Bill Meier2015-01-021-0/+13
* Rename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRITABLE_REC_TYPE.Guy Harris2014-12-181-1/+1
* Handle "I can't map this for that file format" better.Guy Harris2014-12-181-2/+2
* Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris2014-12-171-1/+1
* Don't use ctype.h routines.Guy Harris2014-10-171-14/+13
* Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris2014-10-091-9/+9
* Make the time stamp resolution per-packet.Guy Harris2014-09-281-1/+1
* Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris2014-08-021-2/+2
* Only one buffer.c, please.Guy Harris2014-07-151-1/+1
* Avoid sign-extending bytes before handing them to <ctype.h> macros.Guy Harris2014-07-111-1/+1
* catapult,irda: Fix ASAN crashes due to buffer underrunPeter Wu2014-07-031-2/+2
* Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris2014-05-241-0/+7
* Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris2014-05-231-16/+16
* Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris2014-05-231-16/+16
* Revert "Refactor Wiretap"Guy Harris2014-05-091-51/+48
* Revert "Try to fix the build boot by changing the signature of catapult_dct20...Guy Harris2014-05-091-2/+1
* Try to fix the build boot by changing the signature ofAndersBroman2014-05-091-1/+2
* Refactor WiretapMichael Mann2014-05-091-48/+51
* Fix potential invalid-reads in catapult filesEvan Huus2014-04-281-4/+4
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* No seek-read routines use the length argument, so eliminate it fromGuy Harris2014-01-021-3/+3
* Make it clearer that we're using the packet length read from the packetGuy Harris2013-12-311-1/+2
* Replace wtap_nstime with nstime_t, remove wtap_nstime_to_sec.Jakub Zawadzki2013-11-091-2/+2
* (Trivial) whitespace cleanup (mostly trailing whitespace).Bill Meier2013-11-081-1/+1
* The "file types" we have are actually combinations of types andGuy Harris2013-11-081-1/+1
* Make a never-changed table const.Guy Harris2013-07-291-1/+1
* Don't cast away constness.Guy Harris2013-07-231-1/+1
* Fix some pointer-signedness (well, signedness of what the pointer pointsGuy Harris2013-06-211-1/+1
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-20/+21
* wth->priv is always set in the open routine; no need to check that it'sGuy Harris2013-05-161-15/+0
* Pull all the post-processing for a parsed line into a common routine,Guy Harris2013-05-161-122/+88
* From beroset:Anders Broman2013-03-031-4/+4
* Add support for reading/writing 'sprint' lines from test scripts.Martin Mathieson2013-02-151-13/+30
* Always check the return value of read_new_line().Guy Harris2012-12-281-20/+28
* Squelch implicit 64-bit-to-32-bit conversion warnings.Guy Harris2012-12-211-2/+2
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-5/+5
* Some improvements after looking at profile of large reordercap run.Martin Mathieson2012-09-241-18/+89
* Shouldn't set the time in seek_read() after all. At least the pcapMartin Mathieson2012-09-201-8/+0
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Fix a couple of dumping issues seen while working on 'reorder'.Martin Mathieson2012-09-191-4/+21
* Avoid some calls to strlen() by remembering return value fromMartin Mathieson2012-08-211-10/+11