Make the frame_data_sequence structure opaque, and move some other
[obnox/wireshark/wip.git] / epan / tap.h
2011-04-05 cmaynardAdd ICMP tap support, and add a tshark tap to measure...
2010-09-03 etxrabAdd doxygen coments.
2009-10-02 stigPrime interesting fields when selecting a package,...
2009-08-21 krjSanitize epan includes
2009-06-05 guyHave tap listeners specify whether the "packet" routine...
2008-05-05 guyRequire GLib 2.4 or later.
2008-02-17 stigAdded an option to Conversations and Endpoints to limit...
2007-04-16 morrissWireshark now requires support for 64-bit types so...
2007-03-06 sfisherIntroduce a new function called have_tap_listener(int...
2007-02-19 morrissfetch_tapped_data() returns a const pointer, so declare...
2006-06-20 geraldChange ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix...
2006-05-21 sahlbergname change
2005-12-07 sahlbergnew function fetch_tapped_data()
2005-08-19 guyMove the APIs for registering and processing "-z" comma...
2005-08-06 guySquelch more const warnings (and fix some memory leaks...
2005-08-05 jmayerMore char -> const char warning fixes
2005-07-23 jmayerMore 'char*' -> 'const char*' changes to fix warnings.
2005-07-21 jmayerMore warining fixes: char -> const char
2005-04-01 guyRename "register_ethereal_tap()" to "register_tap_liste...
2005-01-01 guyAs we've made the tap_specific_data field of a tap_pack...
2004-12-30 guyAdd a "get_addr_name()" routine that takes an "address...
2004-09-29 guyMove the tap infrastructure to the epan directory.