Remove DISSECTOR_ASSERT since private_data isn't being used anymore to transport...
[metze/wireshark/wip.git] / rawshark.c
2013-10-23 Bill MeierFix (using '#if 0') a few more [-Wunused-const-variable...
2013-10-20 Jakub Zawadzkiwireshark: use epan_dissect_reset(), rawshark: fix...
2013-10-20 Jakub Zawadzkirawshark: use epan_dissect_reset()
2013-10-06 Michael MannAdd support for RELATIVE-OID ASN.1 type. Bug 9192 ...
2013-09-29 Evan HuusReplace some val_to_str calls with the equivalent val_t...
2013-08-23 Gerald CombsInitialize our wtap_pkthdr struct so that we don't...
2013-08-23 Gerald CombsMake sure we call epan_free() before epan_cleanup(...
2013-08-10 Alexis La GoutteFix (-W)documentation error found by Clang
2013-08-08 Guy HarrisSpeak of the "-d encap:" value as a linktype, rather...
2013-08-01 Jakub ZawadzkiRemove fdata->opt_comment, add pkt_comment to pinfo
2013-07-26 Evan HuusFollow-up to r50935: add support for 64-bit value strin...
2013-07-24 Guy HarrisMake some routines not used outside rawshark.c static.
2013-07-22 Jakub ZawadzkiAbuse epan_t more: add callback to get interface name.
2013-07-21 Jakub ZawadzkiReplace relative timestamp with reference frame number...
2013-07-21 Jakub ZawadzkiAdd helper function to epan_session which can be used...
2013-07-21 Jakub ZawadzkiSome work on multi file dissection
2013-07-12 Jeff MorrissMove the print modules into epan.
2013-07-12 Jeff MorrissMove disabled_protos.{h,c} into epan.
2013-07-11 Jakub Zawadzkipacket dissection now takes pointer to tvb instead...
2013-03-20 Bill Meier From beroset:
2013-03-15 Evan HuusFix the leaking of packet comments, i.e. the rest of
2013-02-20 Gerald CombsWhen any of our executables start on Windows create...
2013-01-15 Guy HarrisAdd some routines to wsutil to, at least on some platfo...
2012-12-26 Guy HarrisSquelch some Windows-only warnings - the third argument...
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-12-20 Michael Tüxenrawshark does not use any routine from pcapio.c. So...
2012-10-20 Jakub ZawadzkiIntroduce epan_dissect_run_with_taps() which run dissec...
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-09-23 Jakub ZawadzkiStore pointers to previously displayed and captured...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-29 Evan HuusFix uninitialized variable as caught by cppcheck.
2012-07-06 Anders BromanFrom Michael Mann:
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-25 Anders BromanFrom Michael Mann:
2012-06-09 Chris MaynardBe sure to specify FORMAT_MESSAGE_IGNORE_INSERTS in...
2012-05-20 Guy HarrisChange the "user_saved" member of a capture_file struct...
2012-04-16 Anders BromanFrom Evan Huus:
2012-04-09 Jakub ZawadzkiAdd missing const attribute to some char *
2012-02-17 Jörg MayerStart moving files to ui/ and ui/cli/
2011-12-29 Guy HarrisSwallow cant_load_winpcap_err() up into capture-wpcap...
2011-12-13 Guy HarrisRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-09-27 Chris MaynardMinor formatting changes to the rawshark -h output.
2011-09-21 Bill MeierFix ex "modeline" so it works;
2011-08-09 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2011-07-04 Anders BromanFrom Michael Mann:
2011-06-28 Stig BjørlykkeReplace all strerror() with g_strerror().
2011-05-24 Gerald CombsMove the Windows argument list conversion code to a...
2011-04-21 Jakub ZawadzkiAdd missing code to handle fields with an extended...
2011-04-21 Guy HarrisAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-10 Guy HarrisRename ws_stat to ws_stat64, and make it take a pointer...
2011-01-06 Gerald CombsOn Windows, convert all of our command-line arguments...
2010-12-22 Jaap KeuterAvoid the need for cf_mark_frame stubs.
2010-10-21 Stig BjørlykkeFixed "Compiled with" information in the About box.
2010-10-15 Gerald CombsRevision 27919 added the ability to feed a libpcap...
2010-10-12 Bill MeierRename g_resolv_flags --> gbl_resolv_flags; Also: clean...
2010-09-16 Gerald CombsTurn on ASLR via /DYNAMICBASE and DEP via SetProcessDEP...
2010-07-15 Guy HarrisMove the code to get version information for libraries...
2010-07-14 Guy HarrisGet rid of no-longer-used variable.
2010-05-28 Jeff MorrissMove some code (including the optional objects) into...
2010-05-07 Stig BjørlykkeSet default seconds type in rawshark and dftest.
2010-04-28 Bill Meier Let's not use tabs with tab-width=4; Convert tabs...
2010-03-04 Guy Harris"capture-pcap-util.h" include <pcap.h>, and <pcap.h...
2010-02-27 Guy HarrisSquelch compiler warnings.
2010-02-23 Guy HarrisMove the declarations of wtap_pcap_encap_to_wtap_encap...
2010-02-23 Guy HarrisSquelch some warnings.
2010-01-29 Bill MeierFix various gcc -Wshadow warnings.
2009-12-19 Guy HarrisFor fields of type FT_ABSOLUTE_TIME, have the "display...
2009-11-10 Stig BjørlykkeRemoved an unused assignment.
2009-10-06 Stig BjørlykkeInvert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_H
2009-09-22 Kovarththanan Raja... Rename init_cap_file() to cap_file_init()
2009-09-22 Kovarththanan Raja... Make frame_data_set_after_dissect() callers do the...
2009-09-22 Kovarththanan Raja... Refactor frame_data_init() into frame_data_set_before_d...
2009-09-21 Kovarththanan Raja... Move 'Delta timestamp to previous captured frame' calcu...
2009-09-21 Kovarththanan Raja... Move frame_data_init() declaration to frame_data.h
2009-09-20 Kovarththanan Raja... Fix return type for frame_data_init()
2009-09-20 Kovarththanan Raja... Introduce frame_data_cleanup() and start using it
2009-09-20 Kovarththanan Raja... Use frame_data_init() instead of the locally defined...
2009-09-20 Kovarththanan Raja... Move verbose banner output to show_version() and tighte...
2009-09-08 Kovarththanan Raja... Make tshark and rawshark use build_column_format_array...
2009-09-07 Kovarththanan Raja... Store the packet encapsulation type as gint8. Saves...
2009-09-06 Kovarththanan Raja... Split a bunch of init routines into init() and cleanup...
2009-08-13 Kovarththanan Raja... Introduce epan_dissect_init()/epan_dissect_cleanup...
2009-06-05 Guy HarrisHave tap listeners specify whether the "packet" routine...
2009-05-12 Bill MeierMinor cleanup of "-h" output text.
2009-04-16 Gerald CombsFix the last(?) of the Win64 compilation problems.
2009-03-31 Gerald CombsRawshark fixes from Duncan Salerno.
2009-03-22 Guy HarrisChange the signature of init_progfile_dir() so the...
2009-03-22 Guy HarrisIn Solaris, the second argument to dladdr() is just...
2009-03-22 Guy HarrisAttempt to use dladdr() to get the pathname of the...
2009-02-15 Guy HarrisAdd a routine to report write errors to the list of...
2009-02-07 Bill Meier#include <epan/conversation.h> not req'd ...
2008-12-21 Guy HarrisFix error reporting - just use fprintf(stderr, ......
2008-12-21 Guy HarrisIf we don't have any of the pcap_datalink_XXX_to_YYY...
2008-10-13 Jaap KeuterFix for bug 2823:
2008-09-02 Bill MeierFix a few Emacs "file variables" to have "safe" values.
2008-08-26 Bill Meier#include <emem.h> not req'd
2008-07-25 Gerald CombsRemove dead code found in Coverity CID 271.
2008-06-30 Jeff MorrissMove privileges.c and unicode-utils.c from epan to...
2008-05-22 Jeff MorrissMove the file utility functions from wiretap to libwsut...
2008-05-07 Anders BromanFix some of the Errors/warnings detected by checkapi.
next