aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
Commit message (Expand)AuthorAgeFilesLines
* Turn on ASLR via /DYNAMICBASE and DEP via SetProcessDEPPolicy().Gerald Combs2010-09-161-2/+2
* Move the code to get version information for libraries used byGuy Harris2010-07-151-1/+1
* Get rid of no-longer-used variable.Guy Harris2010-07-141-6/+0
* Move some code (including the optional objects) into libwsutilJeff Morriss2010-05-281-2/+2
* Set default seconds type in rawshark and dftest.Stig Bjørlykke2010-05-071-0/+1
* Let's not use tabs with tab-width=4; Convert tabs to spaces (with indent=4).Bill Meier2010-04-281-1193/+1193
* "capture-pcap-util.h" include <pcap.h>, and <pcap.h>, for better orGuy Harris2010-03-041-1/+0
* Squelch compiler warnings.Guy Harris2010-02-271-9/+10
* Move the declarations of wtap_pcap_encap_to_wtap_encap() andGuy Harris2010-02-231-2/+3
* Squelch some warnings.Guy Harris2010-02-231-6/+6
* Fix various gcc -Wshadow warnings.Bill Meier2010-01-291-4/+4
* For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris2009-12-191-5/+30
* Removed an unused assignment.Stig Bjørlykke2009-11-101-1/+0
* Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_HStig Bjørlykke2009-10-061-3/+4
* Rename init_cap_file() to cap_file_init()Kovarththanan Rajaratnam2009-09-221-1/+1
* 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-3/+9
* Move 'Delta timestamp to previous captured frame' calculation inside add_pack...Kovarththanan Rajaratnam2009-09-211-1/+1
* Move frame_data_init() declaration to frame_data.hKovarththanan Rajaratnam2009-09-211-8/+1
* 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
* Use frame_data_init() instead of the locally defined fill_in_fdata(), which w...Kovarththanan Rajaratnam2009-09-201-70/+11
* Move verbose banner output to show_version() and tighten scope of some variablesKovarththanan Rajaratnam2009-09-201-19/+28
* Make tshark and rawshark use build_column_format_array() instead of duplicati...Kovarththanan Rajaratnam2009-09-081-29/+1
* 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-0/+2
* Introduce epan_dissect_init()/epan_dissect_cleanup(). These are used to initi...Kovarththanan Rajaratnam2009-08-131-8/+8
* Have tap listeners specify whether the "packet" routine requiresGuy Harris2009-06-051-1/+1
* Minor cleanup of "-h" output text.Bill Meier2009-05-121-1/+1
* Fix the last(?) of the Win64 compilation problems.Gerald Combs2009-04-161-2/+2
* Rawshark fixes from Duncan Salerno.Gerald Combs2009-03-311-14/+39
* 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-2/+3
* Add a routine to report write errors to the list of failure-reportingGuy Harris2009-02-151-1/+13
* #include <epan/conversation.h> not req'd ...Bill Meier2009-02-071-1/+0
* Fix error reporting - just use fprintf(stderr, ...), give the path nameGuy Harris2008-12-211-36/+33
* If we don't have any of the pcap_datalink_XXX_to_YYY routines,Guy Harris2008-12-211-2/+0
* Fix for bug 2823:Jaap Keuter2008-10-131-2/+2
* Fix a few Emacs "file variables" to have "safe" values.Bill Meier2008-09-021-1/+1
* #include <emem.h> not req'dBill Meier2008-08-261-1/+0
* Remove dead code found in Coverity CID 271.Gerald Combs2008-07-251-4/+0
* Move privileges.c and unicode-utils.c from epan to wsutil (so things likeJeff Morriss2008-06-301-2/+2
* Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2008-05-221-3/+3
* Fix some of the Errors/warnings detected by checkapi.Anders Broman2008-05-071-1/+1
* Make tshark and rawshark behave similar to wireshark when "frame.time_delta_d...Sake Blok2008-03-211-4/+8
* From Peter Fuller: free pref_str in set_link_type() if preferences aren't set...Jeff Morriss2008-03-161-5/+12
* Custom column updates:Stephen Fisher2008-03-011-2/+2
* g_strncasecmp --> g_ascii_strncasecmpBill Meier2008-02-231-1/+1
* Convert any supplied encapsulation from libpcap to wiretap so that DLTs otherGerald Combs2008-02-201-1/+7