aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/camins.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-12camins: improve the heuristicsMartin Kaiser1-21/+72
2016-04-30Note some cases where we don't need to check the packet length.Guy Harris1-0/+6
2016-04-03Use quotes, not angle brackets, for wtap-int.h and file_wrappers.h.Guy Harris1-2/+2
2016-03-28Fix some warnings/errors of typeJoerg Mayer1-1/+1
2015-01-03Remove unnecessary includes from wiretap folderMartin Mathieson1-3/+0
2014-10-09Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris1-5/+5
2014-10-07Add some higher-level file-read APIs and use them.Guy Harris1-26/+7
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-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-0/+1
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-8/+8
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-8/+8
2014-05-09Revert "Refactor Wiretap"Guy Harris1-21/+19
2014-05-09Refactor WiretapMichael Mann1-19/+21
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-2/+1
2013-11-08(Trivial) whitespace cleanup (mostly trailing whitespace).Bill Meier1-6/+6
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-1/+1
2013-09-07trivial: fix a typoMartin Kaiser1-1/+1
2013-07-16Make camins_read_packet static.Chris Maynard1-1/+1
2013-06-17Merge "read record header" and "read packet data" routines into a singleGuy Harris1-57/+23
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-3/+6
2013-05-16Pull the code to set the wtap_pkthdr into a common routine, so it's doneGuy Harris1-7/+16
2013-03-30wiretap support for the CAM Inspector file formatMartin Kaiser1-0/+399