aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-28Move some code (including the optional objects) into libwsutilJeff Morriss1-2/+2
2010-05-07Set default seconds type in rawshark and dftest.Stig Bjørlykke1-0/+1
2010-04-28 Let's not use tabs with tab-width=4; Convert tabs to spaces (with indent=4).Bill Meier1-1193/+1193
2010-03-04"capture-pcap-util.h" include <pcap.h>, and <pcap.h>, for better orGuy Harris1-1/+0
2010-02-27Squelch compiler warnings.Guy Harris1-9/+10
2010-02-23Move the declarations of wtap_pcap_encap_to_wtap_encap() andGuy Harris1-2/+3
2010-02-23Squelch some warnings.Guy Harris1-6/+6
2010-01-29Fix various gcc -Wshadow warnings.Bill Meier1-4/+4
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-5/+30
2009-11-10Removed an unused assignment.Stig Bjørlykke1-1/+0
2009-10-06Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_HStig Bjørlykke1-3/+4
2009-09-22Rename init_cap_file() to cap_file_init()Kovarththanan Rajaratnam1-1/+1
2009-09-22Make frame_data_set_after_dissect() callers do the necessary checks insteadKovarththanan Rajaratnam1-2/+0
2009-09-22Refactor frame_data_init() into frame_data_set_before_dissect() and frame_dat...Kovarththanan Rajaratnam1-3/+9
2009-09-21Move 'Delta timestamp to previous captured frame' calculation inside add_pack...Kovarththanan Rajaratnam1-1/+1
2009-09-21Move frame_data_init() declaration to frame_data.hKovarththanan Rajaratnam1-8/+1
2009-09-20Fix return type for frame_data_init()Kovarththanan Rajaratnam1-1/+1
2009-09-20Introduce frame_data_cleanup() and start using itKovarththanan Rajaratnam1-9/+1
2009-09-20Use frame_data_init() instead of the locally defined fill_in_fdata(), which w...Kovarththanan Rajaratnam1-70/+11
2009-09-20Move verbose banner output to show_version() and tighten scope of some variablesKovarththanan Rajaratnam1-19/+28
2009-09-08Make tshark and rawshark use build_column_format_array() instead of duplicati...Kovarththanan Rajaratnam1-29/+1
2009-09-07Store the packet encapsulation type as gint8. Saves 3 bytes per packetKovarththanan Rajaratnam1-1/+3
2009-09-06Split a bunch of init routines into init() and cleanup(). This allows us to f...Kovarththanan Rajaratnam1-0/+2
2009-08-13Introduce epan_dissect_init()/epan_dissect_cleanup(). These are used to initi...Kovarththanan Rajaratnam1-8/+8
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-1/+1
2009-05-12Minor cleanup of "-h" output text.Bill Meier1-1/+1
2009-04-16Fix the last(?) of the Win64 compilation problems.Gerald Combs1-2/+2
2009-03-31Rawshark fixes from Duncan Salerno.Gerald Combs1-14/+39
2009-03-22Change the signature of init_progfile_dir() so the casting of theGuy Harris1-1/+1
2009-03-22In Solaris, the second argument to dladdr() is just a void *, not aGuy Harris1-2/+1
2009-03-22Attempt to use dladdr() to get the pathname of the executable image ifGuy Harris1-2/+3
2009-02-15Add a routine to report write errors to the list of failure-reportingGuy Harris1-1/+13
2009-02-07#include <epan/conversation.h> not req'd ...Bill Meier1-1/+0
2008-12-21Fix error reporting - just use fprintf(stderr, ...), give the path nameGuy Harris1-36/+33
2008-12-21If we don't have any of the pcap_datalink_XXX_to_YYY routines,Guy Harris1-2/+0
2008-10-13Fix for bug 2823:Jaap Keuter1-2/+2
2008-09-02Fix a few Emacs "file variables" to have "safe" values.Bill Meier1-1/+1
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-07-25Remove dead code found in Coverity CID 271.Gerald Combs1-4/+0
2008-06-30Move privileges.c and unicode-utils.c from epan to wsutil (so things likeJeff Morriss1-2/+2
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-3/+3
2008-05-07Fix some of the Errors/warnings detected by checkapi.Anders Broman1-1/+1
2008-03-21Make tshark and rawshark behave similar to wireshark when "frame.time_delta_d...Sake Blok1-4/+8
2008-03-16From Peter Fuller: free pref_str in set_link_type() if preferences aren't set...Jeff Morriss1-5/+12
2008-03-01Custom column updates:Stephen Fisher1-2/+2
2008-02-23g_strncasecmp --> g_ascii_strncasecmpBill Meier1-1/+1
2008-02-20Convert any supplied encapsulation from libpcap to wiretap so that DLTs otherGerald Combs1-1/+7
2008-02-18Fix some some propertiesBill Meier1-0/+0
2008-02-17Add a missing default case to avoid a warning.Stig Bjørlykke1-0/+2
2008-02-16Now that we're no longer linking with capture_info.c, etc., we don'tGuy Harris1-69/+0