macos-setup.sh: fix missing bcg729 version check
[metze/wireshark/wip.git] / capture_info.c
2018-03-03 Guy HarrisMove what capture_info_close() does into its only caller.
2018-02-09 Guy HarrisGeneralize wtap_pkthdr into a structure for packet...
2018-02-08 Dario Lombardoreplace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
2017-12-11 AndersBroman[capture_info] Move capture_info_new_file() to capture.c
2017-12-11 AndersBroman[capture_info] Fold the code of capture_info_open(...
2017-11-09 Gerald CombsStart using SPDX license identifiers.
2015-12-22 Michael MannDon't limit capture packet counts to a fixed set of...
2015-12-19 Michael MannAllow "capture info data" to not be a singleton.
2015-12-17 Michael MannCreate capture dissector "info" structure (capture_pack...
2015-12-14 Michael MannCreate capture dissector tables.
2015-12-13 Michael MannCreate a way to register "capture" dissectors.
2015-02-15 Guy HarrisHandle DLT_LOOP differently from DLT_NULL.
2014-12-18 Guy HarrisMake sure err_info is always set, and print it iff...
2014-12-18 Guy HarrisWTAP_ERR_UNWRITABLE_ errors aren't returned by reads...
2014-12-17 Guy HarrisThis code is used in Wireshark, not TShark; fix messages.
2014-12-17 Guy HarrisReport WTAP_ERR_UNSUPPORTED correctly.
2014-12-17 Guy HarrisRename WTAP_ERR_UNSUPPORTED_FILE_TYPE to WTAP_ERR_UNWRI...
2014-12-17 Guy HarrisRename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABL...
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-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-04-03 Guy HarrisHandle DLT_USER2 as PKTAP, to handle Mavericks.
2014-04-03 Guy HarrisAdd a capture_pktap() routine and use it.
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-25 Michal LabedzkiWireshark: Add option to choose format type of capture...
2013-12-21 Jakub ZawadzkiAdd missing includes
2013-11-17 Guy HarrisMove the epan/filesystem.c routines to wsutil; they...
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
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...