aboutsummaryrefslogtreecommitdiffstats
path: root/capture_info.c
AgeCommit message (Expand)AuthorFilesLines
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