aboutsummaryrefslogtreecommitdiffstats
path: root/capture_info.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-02From Richard Stearn: support for AX.25, including support forguy1-0/+4
2012-08-02From Richard Stearn: AX.25 KISS protocol support.guy1-0/+4
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-4/+4
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyguy1-1/+1
2011-05-19Fix the capture info dialog. Reset the EOF state such that thetuexen1-10/+13
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredguy1-0/+8
2011-03-22Rewrote error reporting to avoid using a 2048 bytes stack buffer.stig1-4/+4
2010-10-12Define some vars & fcns as static;wmeier1-146/+146
2008-08-12From Alexey Neyman:etxrab1-0/+6
2008-06-24Add gtk/capture_globals.h, to declare global_capture_opts, so files thatguy1-1/+1
2008-06-24Have capture_info_ui_create() and capture_info_open() take a pointer toguy1-2/+2
2007-12-18Fold the Prism and AVS header dissectors into packet-ieee80211.c, andguy1-2/+0
2007-10-05If wtap_open_offline() fails, print the errno toomorriss1-1/+1
2007-08-30And include packet-wlancap.hstig1-0/+1
2007-08-30Count IEEE 802.11 WLAN AVS packets.stig1-0/+3
2007-06-26Add capture counts for PPI.gerald1-0/+4
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...ulfl1-1/+1
2006-05-31Tethereal/tethereal -> TShark/tshark.gerald1-7/+7
2006-05-28Ethereal->Wiresharketxrab1-7/+7
2006-05-21name changesahlberg1-2/+2
2006-03-01Clean up indentation a bit.guy1-4/+109
2006-01-23Call capture_radiotap() when capturing on a device supplying Radiotapguy1-0/+4
2005-12-13don't try to close wtap, if we couldn't load the wiretap fileulfl1-1/+2
2005-12-06Clean up capture_enc(), export it, and use it in the capture window.guy1-2/+4
2005-12-04Declare "capture_info_packet()"'s as static, to match the definition.guy1-3/+3
2005-12-04move the complete functionality of the capture info dialog from capture_loop....ulfl1-17/+97
2005-12-03split some parts of the packet counting functions into their own files captur...ulfl1-0/+146