Rename temp variables to a more human readable form
[metze/wireshark/wip.git] / frame_tvbuff.c
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...