aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-07Set default seconds type in rawshark and dftest.stig1-0/+1
2010-04-28 Let's not use tabs with tab-width=4; Convert tabs to spaces (with indent=4).wmeier1-1193/+1193
2010-03-04"capture-pcap-util.h" include <pcap.h>, and <pcap.h>, for better orguy1-1/+0
2010-02-28Added svn:ignore targets.stig1-9/+10
2010-02-23Move the declarations of wtap_pcap_encap_to_wtap_encap() andguy1-2/+3
2010-02-23Squelch some warnings.guy1-6/+6
2010-01-29Fix various gcc -Wshadow warnings.wmeier1-4/+4
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofguy1-5/+30
2009-11-10Removed an unused assignment.stig1-1/+0
2009-10-06Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_Hstig1-3/+4
2009-09-22Rename init_cap_file() to cap_file_init()krj1-1/+1
2009-09-22Make frame_data_set_after_dissect() callers do the necessary checks insteadkrj1-2/+0
2009-09-22Refactor frame_data_init() into frame_data_set_before_dissect() and frame_dat...krj1-3/+9
2009-09-21Move 'Delta timestamp to previous captured frame' calculation inside add_pack...krj1-1/+1
2009-09-21Move frame_data_init() declaration to frame_data.hkrj1-8/+1
2009-09-20Fix return type for frame_data_init()krj1-1/+1
2009-09-20Introduce frame_data_cleanup() and start using itkrj1-9/+1
2009-09-20Use frame_data_init() instead of the locally defined fill_in_fdata(), which w...krj1-70/+11
2009-09-20Move verbose banner output to show_version() and tighten scope of some variableskrj1-19/+28
2009-09-08Make tshark and rawshark use build_column_format_array() instead of duplicati...krj1-29/+1
2009-09-07Store the packet encapsulation type as gint8. Saves 3 bytes per packetkrj1-1/+3
2009-09-06Split a bunch of init routines into init() and cleanup(). This allows us to f...krj1-0/+2
2009-08-13Introduce epan_dissect_init()/epan_dissect_cleanup(). These are used to initi...krj1-8/+8
2009-06-05Have tap listeners specify whether the "packet" routine requiresguy1-1/+1
2009-05-12Minor cleanup of "-h" output text.wmeier1-1/+1
2009-04-16Fix the last(?) of the Win64 compilation problems.gerald1-2/+2
2009-03-31Rawshark fixes from Duncan Salerno.gerald1-14/+39
2009-03-22Change the signature of init_progfile_dir() so the casting of theguy1-1/+1
2009-03-22In Solaris, the second argument to dladdr() is just a void *, not aguy1-2/+1
2009-03-22Attempt to use dladdr() to get the pathname of the executable image ifguy1-2/+3
2009-02-15Add a routine to report write errors to the list of failure-reportingguy1-1/+13
2009-02-07#include <epan/conversation.h> not req'd ...wmeier1-1/+0
2008-12-21Fix error reporting - just use fprintf(stderr, ...), give the path nameguy1-36/+33
2008-12-21If we don't have any of the pcap_datalink_XXX_to_YYY routines,guy1-2/+0
2008-10-13Fix for bug 2823:jake1-2/+2
2008-09-02Fix a few Emacs "file variables" to have "safe" values.wmeier1-1/+1
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2008-07-25Remove dead code found in Coverity CID 271.gerald1-4/+0
2008-06-30Move privileges.c and unicode-utils.c from epan to wsutil (so things likemorriss1-2/+2
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-3/+3
2008-05-07Fix some of the Errors/warnings detected by checkapi.etxrab1-1/+1
2008-03-21Make tshark and rawshark behave similar to wireshark when "frame.time_delta_d...sake1-4/+8
2008-03-16From Peter Fuller: free pref_str in set_link_type() if preferences aren't set...morriss1-5/+12
2008-03-01Custom column updates:sfisher1-2/+2
2008-02-23g_strncasecmp --> g_ascii_strncasecmpwmeier1-1/+1
2008-02-20Convert any supplied encapsulation from libpcap to wiretap so that DLTs othergerald1-1/+7
2008-02-18Fix some some propertieswmeier1-0/+0
2008-02-17Add a missing default case to avoid a warning.stig1-0/+2
2008-02-16Now that we're no longer linking with capture_info.c, etc., we don'tguy1-69/+0
2008-02-16Fix compilation on non-Windows systems.gerald1-44/+24