aboutsummaryrefslogtreecommitdiffstats
path: root/capture_info.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-22Pull the capture-session state information out of capture_opts and putGuy Harris1-2/+2
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-02From Richard Stearn: support for AX.25, including support forGuy Harris1-0/+4
2012-08-02From Richard Stearn: AX.25 KISS protocol support.Guy Harris1-0/+4
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-02Rename the NetMon 802.11 radio header and radiotap 802.11 radio headerGuy Harris1-1/+1
2012-05-02Use WTAP_ENCAP_IEEE_802_11_xxx for all the "802.11 plus radio header"Guy Harris1-3/+3
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris1-1/+1
2011-05-19Fix the capture info dialog. Reset the EOF state such that theMichael Tüxen1-10/+13
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-0/+8
2011-03-22Rewrote error reporting to avoid using a 2048 bytes stack buffer.Stig Bjørlykke1-4/+4
2010-10-12Define some vars & fcns as static;Bill Meier1-146/+146
2008-08-12From Alexey Neyman:Anders Broman1-0/+6
2008-06-24Add gtk/capture_globals.h, to declare global_capture_opts, so files thatGuy Harris1-1/+1
2008-06-24Have capture_info_ui_create() and capture_info_open() take a pointer toGuy Harris1-2/+2
2007-12-18Fold the Prism and AVS header dissectors into packet-ieee80211.c, andGuy Harris1-2/+0
2007-10-05If wtap_open_offline() fails, print the errno tooJeff Morriss1-1/+1
2007-08-30And include packet-wlancap.hStig Bjørlykke1-0/+1
2007-08-30Count IEEE 802.11 WLAN AVS packets.Stig Bjørlykke1-0/+3
2007-06-26Add capture counts for PPI.Gerald Combs1-0/+4
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-1/+1
2006-05-31Tethereal/tethereal -> TShark/tshark.Gerald Combs1-7/+7
2006-05-28Ethereal->WiresharkAnders Broman1-7/+7
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-03-01Clean up indentation a bit.Guy Harris1-4/+109
2006-01-23Call capture_radiotap() when capturing on a device supplying RadiotapGuy Harris1-0/+4
2005-12-13don't try to close wtap, if we couldn't load the wiretap fileUlf Lamping1-1/+2
2005-12-06Clean up capture_enc(), export it, and use it in the capture window.Guy Harris1-2/+4
2005-12-04Declare "capture_info_packet()"'s as static, to match the definition.Guy Harris1-3/+3
2005-12-04move the complete functionality of the capture info dialog from capture_loop....Ulf Lamping1-17/+97
2005-12-03split some parts of the packet counting functions into their own files captur...Ulf Lamping1-0/+146