aboutsummaryrefslogtreecommitdiffstats
path: root/capture_info.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-18Make sure err_info is always set, and print it iff it's non-null.Guy Harris1-3/+3
2014-12-18WTAP_ERR_UNWRITABLE_ errors aren't returned by reads or open-for-reading.Guy Harris1-9/+2
2014-12-17This code is used in Wireshark, not TShark; fix messages.Guy Harris1-7/+7
2014-12-17Report WTAP_ERR_UNSUPPORTED correctly.Guy Harris1-1/+1
2014-12-17Rename WTAP_ERR_UNSUPPORTED_FILE_TYPE to WTAP_ERR_UNWRITABLE_FILE_TYPE.Guy Harris1-1/+1
2014-12-17Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris1-1/+1
2014-10-12Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+13
2014-08-24Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice1-1/+1
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-15/+11
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-11/+15
2014-05-09Revert "Refactor Wiretap"Guy Harris1-12/+12
2014-05-09Refactor WiretapMichael Mann1-12/+12
2014-04-03Handle DLT_USER2 as PKTAP, to handle Mavericks.Guy Harris1-0/+5
2014-04-03Add a capture_pktap() routine and use it.Guy Harris1-0/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Wireshark: Add option to choose format type of capture fileMichal Labedzki1-1/+1
2013-12-21Add missing includesJakub Zawadzki1-0/+2
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+2
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-2/+2
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