Get rid of trailing white space and a few tabs.
[metze/wireshark/wip.git] / capture_info.c
2013-05-22 Guy HarrisPull the capture-session state information out of captu...
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-02 Guy HarrisFrom Richard Stearn: support for AX.25, including suppo...
2012-08-02 Guy HarrisFrom Richard Stearn: AX.25 KISS protocol support.
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-02 Guy HarrisRename the NetMon 802.11 radio header and radiotap...
2012-05-02 Guy HarrisUse WTAP_ENCAP_IEEE_802_11_xxx for all the "802.11...
2011-12-13 Guy HarrisRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-05-19 Michael TüxenFix the capture info dialog. Reset the EOF state such...
2011-04-21 Guy HarrisAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-03-22 Stig BjørlykkeRewrote error reporting to avoid using a 2048 bytes...
2010-10-12 Bill MeierDefine some vars & fcns as static;
2008-08-12 Anders BromanFrom Alexey Neyman:
2008-06-24 Guy HarrisAdd gtk/capture_globals.h, to declare global_capture_op...
2008-06-24 Guy HarrisHave capture_info_ui_create() and capture_info_open...
2007-12-18 Guy HarrisFold the Prism and AVS header dissectors into packet...
2007-10-05 Jeff MorrissIf wtap_open_offline() fails, print the errno too
2007-08-30 Stig BjørlykkeAnd include packet-wlancap.h
2007-08-30 Stig BjørlykkeCount IEEE 802.11 WLAN AVS packets.
2007-06-26 Gerald CombsAdd capture counts for PPI.
2006-11-05 Ulf Lampingchange all file offsets from long to gint64 so we can...
2006-05-31 Gerald CombsTethereal/tethereal -> TShark/tshark.
2006-05-28 Anders BromanEthereal->Wireshark
2006-05-21 Ronnie Sahlbergname change
2006-03-01 Guy HarrisClean up indentation a bit.
2006-01-23 Guy HarrisCall capture_radiotap() when capturing on a device...
2005-12-13 Ulf Lampingdon't try to close wtap, if we couldn't load the wireta...
2005-12-06 Guy HarrisClean up capture_enc(), export it, and use it in the...
2005-12-04 Guy HarrisDeclare "capture_info_packet()"'s as static, to match...
2005-12-04 Ulf Lampingmove the complete functionality of the capture info...
2005-12-03 Ulf Lampingsplit some parts of the packet counting functions into...