aboutsummaryrefslogtreecommitdiffstats
path: root/capture_info.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure err_info is always set, and print it iff it's non-null.Guy Harris2014-12-181-3/+3
* WTAP_ERR_UNWRITABLE_ errors aren't returned by reads or open-for-reading.Guy Harris2014-12-181-9/+2
* This code is used in Wireshark, not TShark; fix messages.Guy Harris2014-12-171-7/+7
* Report WTAP_ERR_UNSUPPORTED correctly.Guy Harris2014-12-171-1/+1
* Rename WTAP_ERR_UNSUPPORTED_FILE_TYPE to WTAP_ERR_UNWRITABLE_FILE_TYPE.Guy Harris2014-12-171-1/+1
* Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris2014-12-171-1/+1
* Add editor modelines; Adjust whitespace as needed.Bill Meier2014-10-121-0/+13
* Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice2014-08-241-1/+1
* Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris2014-05-231-15/+11
* Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris2014-05-231-11/+15
* Revert "Refactor Wiretap"Guy Harris2014-05-091-12/+12
* Refactor WiretapMichael Mann2014-05-091-12/+12
* Handle DLT_USER2 as PKTAP, to handle Mavericks.Guy Harris2014-04-031-0/+5
* Add a capture_pktap() routine and use it.Guy Harris2014-04-031-0/+4
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Wireshark: Add option to choose format type of capture fileMichal Labedzki2014-02-251-1/+1
* Add missing includesJakub Zawadzki2013-12-211-0/+2
* Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris2013-11-171-1/+2
* The "file types" we have are actually combinations of types andGuy Harris2013-11-081-2/+2
* Pull the capture-session state information out of capture_opts and putGuy Harris2013-05-221-2/+2
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-2/+2
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* From Richard Stearn: support for AX.25, including support forGuy Harris2012-08-021-0/+4
* From Richard Stearn: AX.25 KISS protocol support.Guy Harris2012-08-021-0/+4
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Rename the NetMon 802.11 radio header and radiotap 802.11 radio headerGuy Harris2012-05-021-1/+1
* Use WTAP_ENCAP_IEEE_802_11_xxx for all the "802.11 plus radio header"Guy Harris2012-05-021-3/+3
* Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris2011-12-131-1/+1
* Fix the capture info dialog. Reset the EOF state such that theMichael Tüxen2011-05-191-10/+13
* Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris2011-04-211-0/+8
* Rewrote error reporting to avoid using a 2048 bytes stack buffer.Stig Bjørlykke2011-03-221-4/+4
* Define some vars & fcns as static;Bill Meier2010-10-121-146/+146
* 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