tools/checkAPIs.pl: improve the hf_ error messages
[metze/wireshark/wip.git] / frame_tvbuff.c
2015-02-21 Guy HarrisRemove tvb_ from the names of wsutil mempbrk routines.
2015-02-11 Hadriel KaplanCombine SSE and pre-compiled patterns for faster pbrk
2014-12-18 Guy HarrisWTAP_ERR_UNWRITABLE_ errors aren't returned by reads...
2014-12-17 Guy HarrisRename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABL...
2014-12-01 Guy HarrisAdd a Buffer to wtap_pkthdr to hold file-type-specific...
2014-10-12 Bill MeierAdd editor modelines; Adjust whitespace as needed.
2014-08-24 Graham BloiceModify includes of config.h so that out-of-tree builds...
2014-08-02 Guy HarrisRename buffer_ routines to ws_buffer_ to avoid name...
2014-05-23 Guy HarrisRevert "Allow wtap_read() and wtap_seek_read() to retur...
2014-05-23 Guy HarrisAllow wtap_read() and wtap_seek_read() to return non...
2014-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Michael MannRefactor Wiretap
2014-03-27 Hadriel KaplanFix bug9931 'Encapsulated ethernet packets sometimes...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-25 Bill MeierRemove trailing whitespace
2014-01-08 Michael MannTFShark (Terminal Fileshark) v.001. Bug 9607 (https...
2014-01-02 Guy HarrisNo seek-read routines use the length argument, so elimi...
2013-08-20 Jakub ZawadzkiIf packet was modified fallback to generic clone
2013-08-14 Jakub ZawadzkiAdd some XXX comment.
2013-08-04 Jakub ZawadzkiCleanup tvb
2013-07-17 Jakub ZawadzkiRevert r50668, remove fd check to fix CID 1050093
2013-07-16 Chris MaynardFix Coverity CID 1050093: Dereference before null check.
2013-07-15 Jakub ZawadzkiFix misassembly problems in CAP-LINK_ETH-20030618-15013...
2013-07-14 Jakub ZawadzkiRename frame_invalidate to frame_cache.
2013-07-14 Jakub ZawadzkiYet another place where + offset was missing.
2013-07-13 Jakub ZawadzkiAdd support for cloning TVBs, move tvb_new() prototype...
2013-07-11 Jakub Zawadzkipacket dissection now takes pointer to tvb instead...