From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9562
[metze/wireshark/wip.git] / capture_info.c
2013-12-21 darkjamesAdd missing includes
2013-11-17 guyMove the epan/filesystem.c routines to wsutil; they...
2013-11-08 guyThe "file types" we have are actually combinations...
2013-05-22 guyPull the capture-session state information out of captu...
2012-10-16 darkjamesAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-09-20 morrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-02 guyFrom Richard Stearn: support for AX.25, including suppo...
2012-08-02 guyFrom Richard Stearn: AX.25 KISS protocol support.
2012-06-28 darkjamesUpdate Free Software Foundation address.
2012-05-02 guyRename the NetMon 802.11 radio header and radiotap...
2012-05-02 guyUse WTAP_ENCAP_IEEE_802_11_xxx for all the "802.11...
2011-12-13 guyRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-05-19 tuexenFix the capture info dialog. Reset the EOF state such...
2011-04-21 guyAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-03-22 stigRewrote error reporting to avoid using a 2048 bytes...
2010-10-12 wmeierDefine some vars & fcns as static;
2008-08-12 etxrabFrom Alexey Neyman:
2008-06-24 guyAdd gtk/capture_globals.h, to declare global_capture_op...
2008-06-24 guyHave capture_info_ui_create() and capture_info_open...
2007-12-18 guyFold the Prism and AVS header dissectors into packet...
2007-10-05 morrissIf wtap_open_offline() fails, print the errno too
2007-08-30 stigAnd include packet-wlancap.h
2007-08-30 stigCount IEEE 802.11 WLAN AVS packets.
2007-06-26 geraldAdd capture counts for PPI.
2006-11-05 ulflchange all file offsets from long to gint64 so we can...
2006-05-31 geraldTethereal/tethereal -> TShark/tshark.
2006-05-28 etxrabEthereal->Wireshark
2006-05-21 sahlbergname change
2006-03-01 guyClean up indentation a bit.
2006-01-23 guyCall capture_radiotap() when capturing on a device...
2005-12-13 ulfldon't try to close wtap, if we couldn't load the wireta...
2005-12-06 guyClean up capture_enc(), export it, and use it in the...
2005-12-04 guyDeclare "capture_info_packet()"'s as static, to match...
2005-12-04 ulflmove the complete functionality of the capture info...
2005-12-03 ulflsplit some parts of the packet counting functions into...