aboutsummaryrefslogtreecommitdiffstats
path: root/capture_info.c
Commit message (Expand)AuthorAgeFilesLines
* From Alexey Neyman:Anders Broman2008-08-121-0/+6
* Add gtk/capture_globals.h, to declare global_capture_opts, so files thatGuy Harris2008-06-241-1/+1
* Have capture_info_ui_create() and capture_info_open() take a pointer toGuy Harris2008-06-241-2/+2
* Fold the Prism and AVS header dissectors into packet-ieee80211.c, andGuy Harris2007-12-181-2/+0
* If wtap_open_offline() fails, print the errno tooJeff Morriss2007-10-051-1/+1
* And include packet-wlancap.hStig Bjørlykke2007-08-301-0/+1
* Count IEEE 802.11 WLAN AVS packets.Stig Bjørlykke2007-08-301-0/+3
* Add capture counts for PPI.Gerald Combs2007-06-261-0/+4
* change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping2006-11-051-1/+1
* Tethereal/tethereal -> TShark/tshark.Gerald Combs2006-05-311-7/+7
* Ethereal->WiresharkAnders Broman2006-05-281-7/+7
* name changeRonnie Sahlberg2006-05-211-2/+2
* Clean up indentation a bit.Guy Harris2006-03-011-4/+109
* Call capture_radiotap() when capturing on a device supplying RadiotapGuy Harris2006-01-231-0/+4
* don't try to close wtap, if we couldn't load the wiretap fileUlf Lamping2005-12-131-1/+2
* Clean up capture_enc(), export it, and use it in the capture window.Guy Harris2005-12-061-2/+4
* Declare "capture_info_packet()"'s as static, to match the definition.Guy Harris2005-12-041-3/+3
* move the complete functionality of the capture info dialog from capture_loop....Ulf Lamping2005-12-041-17/+97
* split some parts of the packet counting functions into their own files captur...Ulf Lamping2005-12-031-0/+146