aboutsummaryrefslogtreecommitdiffstats
path: root/frame_tvbuff.c
Commit message (Expand)AuthorAgeFilesLines
* Minimize allocations for frame tvbuffs and Buffers.Gerald Combs2016-07-221-4/+10
* Don't add the wiretap directory to the list of include directories.Guy Harris2016-02-181-1/+1
* Remove tvb_ from the names of wsutil mempbrk routines.Guy Harris2015-02-211-2/+2
* Combine SSE and pre-compiled patterns for faster pbrkHadriel Kaplan2015-02-111-2/+2
* WTAP_ERR_UNWRITABLE_ errors aren't returned by reads or open-for-reading.Guy Harris2014-12-181-1/+1
* Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris2014-12-171-1/+1
* Add a Buffer to wtap_pkthdr to hold file-type-specific packet metadata.Guy Harris2014-12-011-1/+3
* Add editor modelines; Adjust whitespace as needed.Bill Meier2014-10-121-0/+13
* Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice2014-08-241-1/+1
* Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris2014-08-021-5/+5
* Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris2014-05-231-1/+1
* Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris2014-05-231-1/+1
* Revert "Refactor Wiretap"Guy Harris2014-05-091-8/+8
* Refactor WiretapMichael Mann2014-05-091-8/+8
* Fix bug9931 'Encapsulated ethernet packets sometimes show invalid FCS'Hadriel Kaplan2014-03-271-0/+2
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Remove trailing whitespaceBill Meier2014-02-251-2/+2
* TFShark (Terminal Fileshark) v.001. Bug 9607 (https://bugs.wireshark.org/bug...Michael Mann2014-01-081-0/+68
* No seek-read routines use the length argument, so eliminate it fromGuy Harris2014-01-021-3/+3
* If packet was modified fallback to generic cloneJakub Zawadzki2013-08-201-4/+5
* Add some XXX comment.Jakub Zawadzki2013-08-141-0/+3
* Cleanup tvbJakub Zawadzki2013-08-041-7/+2
* Revert r50668, remove fd check to fix CID 1050093Jakub Zawadzki2013-07-171-9/+3
* Fix Coverity CID 1050093: Dereference before null check.Chris Maynard2013-07-161-5/+11
* Fix misassembly problems in CAP-LINK_ETH-20030618-150138.5VWJakub Zawadzki2013-07-151-2/+2
* Rename frame_invalidate to frame_cache.Jakub Zawadzki2013-07-141-5/+5
* Yet another place where + offset was missing.Jakub Zawadzki2013-07-141-2/+1
* Add support for cloning TVBs, move tvb_new() prototype to wtap-int.hJakub Zawadzki2013-07-131-9/+169
* packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki2013-07-111-0/+114