aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
Commit message (Expand)AuthorAgeFilesLines
* Add monitor mode support to TShark.Guy Harris2010-05-071-6/+19
* Instead, say that the default is platform-dependent.Guy Harris2010-05-071-1/+1
* Now that we support -B on various UN*X platforms as well as Windows, weGuy Harris2010-05-071-1/+1
* Set the timestamp seconds type to TS_SECONDS_DEFAULT at startup so weGerald Combs2010-05-061-0/+1
* Just check for pcap_create(); it first appeared in libpcap 1.0.0, andGuy Harris2010-05-061-5/+5
* Checking in Stigs changes fromAnders Broman2010-05-061-9/+9
* Moved command line option for seconds type to -u.Stig Bjørlykke2010-05-061-1/+13
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2742 :Jeff Morriss2010-04-161-3/+11
* "capture-pcap-util.h" include <pcap.h>, and <pcap.h>, for better orGuy Harris2010-03-041-1/+0
* Fix various gcc -Wshadow warnings.Bill Meier2010-01-291-5/+5
* Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_HStig Bjørlykke2009-10-061-3/+4
* Free capture filename on shutdownKovarththanan Rajaratnam2009-09-261-1/+2
* (Cosmetic) Reorder so that the failure message output handler appear in succe...Kovarththanan Rajaratnam2009-09-261-105/+105
* Remove unused 'offset' parameterKovarththanan Rajaratnam2009-09-221-2/+2
* Add initial support for "two pass analysis" in tshark. This allows tshark to ...Kovarththanan Rajaratnam2009-09-221-25/+277
* Rename init_cap_file() to cap_file_init()Kovarththanan Rajaratnam2009-09-221-1/+1
* Always initialise fdata even when we don't dissect (we access some of fdatas ...Kovarththanan Rajaratnam2009-09-221-2/+2
* Simply some logic inside process_packet()Kovarththanan Rajaratnam2009-09-221-14/+8
* Make frame_data_set_after_dissect() callers do the necessary checks insteadKovarththanan Rajaratnam2009-09-221-2/+0
* Refactor frame_data_init() into frame_data_set_before_dissect() and frame_dat...Kovarththanan Rajaratnam2009-09-221-6/+8
* Move frame_data_init() declaration to frame_data.hKovarththanan Rajaratnam2009-09-211-9/+2
* Fix return type for frame_data_init()Kovarththanan Rajaratnam2009-09-201-1/+1
* Introduce frame_data_cleanup() and start using itKovarththanan Rajaratnam2009-09-201-9/+1
* Introduce frame_data_init() and get rid of fill_in_fdata() in tshark.cKovarththanan Rajaratnam2009-09-201-70/+13
* Make cf_mark_frame() an empty stub in tshark.c. We only need it to satisfy a ...Kovarththanan Rajaratnam2009-09-201-10/+2
* Remove unused cf_unmark_frame() functionKovarththanan Rajaratnam2009-09-201-15/+0
* Move verbose banner output to show_version() and tighten scope of some variablesKovarththanan Rajaratnam2009-09-201-21/+29
* Add an option to col_fill_in() to allow us to disable column expression proce...Kovarththanan Rajaratnam2009-09-081-1/+1
* Make tshark and rawshark use build_column_format_array() instead of duplicati...Kovarththanan Rajaratnam2009-09-081-42/+2
* Store the packet encapsulation type as gint8. Saves 3 bytes per packetKovarththanan Rajaratnam2009-09-071-1/+3
* Split a bunch of init routines into init() and cleanup(). This allows us to f...Kovarththanan Rajaratnam2009-09-061-3/+7
* Introduce epan_dissect_init()/epan_dissect_cleanup(). These are used to initi...Kovarththanan Rajaratnam2009-08-131-11/+13
* Note that the new behavior matches what Wireshark does.Guy Harris2009-08-081-1/+1
* tshark: console_log_level preference now controls which log msgs are sent to ...Bill Meier2009-08-071-6/+41
* From Kovarththanan Rajaratnam:Anders Broman2009-07-271-1/+1
* From Kovarththanan Rajaratnam:Anders Broman2009-07-231-0/+7
* Clarify that "-w" specifies a *pcap-format* file to be written to.Guy Harris2009-07-081-1/+2
* Have tap listeners specify whether the "packet" routine requiresGuy Harris2009-06-051-11/+40
* Change the signature of init_progfile_dir() so the casting of theGuy Harris2009-03-221-1/+1
* In Solaris, the second argument to dladdr() is just a void *, not aGuy Harris2009-03-221-2/+1
* Attempt to use dladdr() to get the pathname of the executable image ifGuy Harris2009-03-221-1/+2
* From Jakub Zawadzki:Stig Bjørlykke2009-03-151-2/+1
* For tshark -b -S -w: close files after reading them; fixes bug #3172;Bill Meier2009-02-151-7/+10
* Add a routine to report write errors to the list of failure-reportingGuy Harris2009-02-151-4/+16
* #include <epan/conversation.h> not req'd ...Bill Meier2009-02-071-1/+0
* add a -K command line option to provide the name of the kerberos keytab Ronnie Sahlberg2008-10-031-1/+7
* #include <emem.h> not req'dBill Meier2008-08-261-1/+0
* The packet counts and drop counts reported by libpcap are unsigned.Guy Harris2008-08-191-12/+12
* Move privileges.c and unicode-utils.c from epan to wsutil (so things likeJeff Morriss2008-06-301-1/+1
* Rename capture_opts to global_capture_opts - that's what it's called inGuy Harris2008-06-231-37/+37