aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/k12.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-09Call the dumper routine to finish write a file the "finish" routine.Guy Harris1-2/+2
2015-04-30Fix some cases where we're shifting a signed 1 left.Guy Harris1-1/+1
2015-01-03Remove unnecessary includes from wiretap folderMartin Mathieson1-2/+0
2015-01-02Add "Editor modelines"; Adjust whitespace as needed.Bill Meier1-35/+48
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-1/+1
2014-12-17Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris1-1/+1
2014-12-08Use correct expression in a "length too short" message.Guy Harris1-1/+1
2014-12-07Add checks for non-null-terminated strings.Guy Harris1-6/+14
2014-12-06Don't go past the end of the "extra data".Guy Harris1-69/+69
2014-12-05Fix some copy-and-pasteos in error messages.Guy Harris1-3/+3
2014-10-17Get rid of unused includes of <ctype.h>.Guy Harris1-1/+0
2014-10-11Use the count-of-records fields to figure out how many records to read.Guy Harris1-98/+134
2014-10-09Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris1-17/+17
2014-10-07Close some memory leaks for bad K12 RF5 files.Guy Harris1-0/+13
2014-10-07Make the code a bit more like the pre-new-APIs code.Guy Harris1-1/+2
2014-10-07Whitespace cleanups.Guy Harris1-5/+5
2014-10-07Add some higher-level file-read APIs and use them.Guy Harris1-9/+7
2014-10-05Read the record length in common code.Guy Harris1-61/+52
2014-10-05Fix a comment.Guy Harris1-1/+1
2014-10-05Improve comments, and add some #defines, to make it clearer what the code does.Guy Harris1-47/+110
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-7/+7
2014-07-15Only one buffer.c, please.Guy Harris1-1/+1
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-0/+7
2014-05-23Get rid of trailing blank lines.Guy Harris1-2/+0
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-10/+10
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-10/+10
2014-05-13isprint() -> g_ascii_isprint()AndersBroman1-1/+1
2014-05-09Revert "Refactor Wiretap"Guy Harris1-43/+40
2014-05-09Refactor WiretapMichael Mann1-40/+43
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-22Don't write out packets that have a "captured length" bigger than we'reGuy Harris1-3/+3
2014-01-02No seek-read routines use the length argument, so eliminate it fromGuy Harris1-1/+1
2013-12-21isascii(x) && isprint(x) -> g_ascii_isprint(x)Jakub Zawadzki1-1/+1
2013-12-03wiretap: start using <wsutil/pint.h>Jakub Zawadzki1-22/+22
2013-11-20Add support for a new type of frame data record seen in a k18 file, andGuy Harris1-10/+34
2013-11-20Add code to dump part of a record as ASCII, and use it to dump stringsGuy Harris1-27/+236
2013-11-19Update URL for the Tektronix manual, and fix a typo in the same comment.Guy Harris1-20/+27
2013-11-19Fix some problems with the debugging code.Guy Harris1-4/+5
2013-11-08(Trivial) whitespace cleanup (mostly trailing whitespace).Bill Meier1-2/+2
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-1/+1
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-24/+17
2013-05-17Pull some functions that fill in a struct wtap_pkthdr into common code,Guy Harris1-139/+83
2013-03-17From beroset:Anders Broman1-9/+5
2012-12-27Do not call wtap_file_read_unknown_bytes() orGuy Harris1-1/+1
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-27/+28
2012-10-10From Bill Parker: fix typo.Guy Harris1-1/+1
2012-10-10From Bill Parker: check for ws_fopen() failing.Guy Harris1-5/+11
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0