From Pascal Quantin:
[obnox/wireshark/wip.git] / rawshark.c
2010-10-21 stigFixed "Compiled with" information in the About box.
2010-10-15 geraldRevision 27919 added the ability to feed a libpcap...
2010-10-12 wmeierRename g_resolv_flags --> gbl_resolv_flags; Also: clean...
2010-09-16 geraldTurn on ASLR via /DYNAMICBASE and DEP via SetProcessDEP...
2010-07-15 guyMove the code to get version information for libraries...
2010-07-14 guyGet rid of no-longer-used variable.
2010-05-28 morrissMove some code (including the optional objects) into...
2010-05-07 stigSet default seconds type in rawshark and dftest.
2010-04-28 wmeier Let's not use tabs with tab-width=4; Convert tabs...
2010-03-04 guy"capture-pcap-util.h" include <pcap.h>, and <pcap.h...
2010-02-28 stigAdded svn:ignore targets.
2010-02-23 guyMove the declarations of wtap_pcap_encap_to_wtap_encap...
2010-02-23 guySquelch some warnings.
2010-01-29 wmeierFix various gcc -Wshadow warnings.
2009-12-19 guyFor fields of type FT_ABSOLUTE_TIME, have the "display...
2009-11-10 stigRemoved an unused assignment.
2009-10-06 stigInvert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_H
2009-09-22 krjRename init_cap_file() to cap_file_init()
2009-09-22 krjMake frame_data_set_after_dissect() callers do the...
2009-09-22 krjRefactor frame_data_init() into frame_data_set_before_d...
2009-09-21 krjMove 'Delta timestamp to previous captured frame' calcu...
2009-09-21 krjMove frame_data_init() declaration to frame_data.h
2009-09-20 krjFix return type for frame_data_init()
2009-09-20 krjIntroduce frame_data_cleanup() and start using it
2009-09-20 krjUse frame_data_init() instead of the locally defined...
2009-09-20 krjMove verbose banner output to show_version() and tighte...
2009-09-08 krjMake tshark and rawshark use build_column_format_array...
2009-09-07 krjStore the packet encapsulation type as gint8. Saves...
2009-09-06 krjSplit a bunch of init routines into init() and cleanup...
2009-08-13 krjIntroduce epan_dissect_init()/epan_dissect_cleanup...
2009-06-05 guyHave tap listeners specify whether the "packet" routine...
2009-05-12 wmeierMinor cleanup of "-h" output text.
2009-04-16 geraldFix the last(?) of the Win64 compilation problems.
2009-03-31 geraldRawshark fixes from Duncan Salerno.
2009-03-22 guyChange the signature of init_progfile_dir() so the...
2009-03-22 guyIn Solaris, the second argument to dladdr() is just...
2009-03-22 guyAttempt to use dladdr() to get the pathname of the...
2009-02-15 guyAdd a routine to report write errors to the list of...
2009-02-07 wmeier#include <epan/conversation.h> not req'd ...
2008-12-21 guyFix error reporting - just use fprintf(stderr, ......
2008-12-21 guyIf we don't have any of the pcap_datalink_XXX_to_YYY...
2008-10-13 jakeFix for bug 2823:
2008-09-02 wmeierFix a few Emacs "file variables" to have "safe" values.
2008-08-26 wmeier#include <emem.h> not req'd
2008-07-25 geraldRemove dead code found in Coverity CID 271.
2008-06-30 morrissMove privileges.c and unicode-utils.c from epan to...
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2008-05-07 etxrabFix some of the Errors/warnings detected by checkapi.
2008-03-21 sakeMake tshark and rawshark behave similar to wireshark...
2008-03-16 morrissFrom Peter Fuller: free pref_str in set_link_type(...
2008-03-01 sfisherCustom column updates:
2008-02-23 wmeierg_strncasecmp --> g_ascii_strncasecmp
2008-02-20 geraldConvert any supplied encapsulation from libpcap to...
2008-02-18 wmeierFix some some properties
2008-02-17 stigAdd a missing default case to avoid a warning.
2008-02-16 guyNow that we're no longer linking with capture_info...
2008-02-16 geraldFix compilation on non-Windows systems.
2008-02-15 geraldAdd rawshark, a utility that, when given raw pcap-forma...