aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-15Add rawshark, a utility that, when given raw pcap-formatted packets andgerald1-0/+1759