aboutsummaryrefslogtreecommitdiffstats
path: root/frame_tvbuff.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-24GTK: Remove packet editorJoão Valverde1-10/+2
2017-11-09Start using SPDX license identifiers.Gerald Combs1-13/+1
2016-07-22Minimize allocations for frame tvbuffs and Buffers.Gerald Combs1-4/+10
2016-02-18Don't add the wiretap directory to the list of include directories.Guy Harris1-1/+1
2015-02-21Remove tvb_ from the names of wsutil mempbrk routines.Guy Harris1-2/+2
2015-02-11Combine SSE and pre-compiled patterns for faster pbrkHadriel Kaplan1-2/+2
2014-12-18WTAP_ERR_UNWRITABLE_ errors aren't returned by reads or open-for-reading.Guy Harris1-1/+1
2014-12-17Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris1-1/+1
2014-12-01Add a Buffer to wtap_pkthdr to hold file-type-specific packet metadata.Guy Harris1-1/+3
2014-10-12Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+13
2014-08-24Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice1-1/+1
2014-08-02Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris1-5/+5
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-1/+1
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-1/+1
2014-05-09Revert "Refactor Wiretap"Guy Harris1-8/+8
2014-05-09Refactor WiretapMichael Mann1-8/+8
2014-03-27Fix bug9931 'Encapsulated ethernet packets sometimes show invalid FCS'Hadriel Kaplan1-0/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-2/+2
2014-01-08TFShark (Terminal Fileshark) v.001. Bug 9607 (https://bugs.wireshark.org/bug...Michael Mann1-0/+68
2014-01-02No seek-read routines use the length argument, so eliminate it fromGuy Harris1-3/+3
2013-08-20If packet was modified fallback to generic cloneJakub Zawadzki1-4/+5
2013-08-14Add some XXX comment.Jakub Zawadzki1-0/+3
2013-08-04Cleanup tvbJakub Zawadzki1-7/+2
2013-07-17Revert r50668, remove fd check to fix CID 1050093Jakub Zawadzki1-9/+3
2013-07-16Fix Coverity CID 1050093: Dereference before null check.Chris Maynard1-5/+11
2013-07-15Fix misassembly problems in CAP-LINK_ETH-20030618-150138.5VWJakub Zawadzki1-2/+2
2013-07-14Rename frame_invalidate to frame_cache.Jakub Zawadzki1-5/+5
2013-07-14Yet another place where + offset was missing.Jakub Zawadzki1-2/+1
2013-07-13Add support for cloning TVBs, move tvb_new() prototype to wtap-int.hJakub Zawadzki1-9/+169
2013-07-11packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki1-0/+114