WiX: Try to fix development upgrades.
[metze/wireshark/wip.git] / rawshark.c
2016-09-12 Dario Lombardofix some compilation issues without extcap.
2016-09-11 Peter Wuextcap: fix use-after-free for preferences
2016-07-29 Roland Knallextcap: Restore functionality for options
2016-07-17 Michael MannFix printf style parameters complaints from VS Code...
2016-06-21 Yang Luopcap: Add support to "new" Npcap native mode without...
2016-06-19 Pascal QuantinRevert "tap: change glib functions to wmem."
2016-06-17 Dario Lombardotap: change glib functions to wmem.
2016-05-10 Michael MannHave fvalue_to_string_repr always return an (wmem)...
2016-05-10 Michael Mannrawshark: Have fvalue_to_string_repr just return alloca...
2016-05-10 Michael Mannrawshark: Get "field string values" from existing funct...
2016-04-21 João ValverdeLink version code statically again
2016-04-04 João ValverdeInclude ws_diag_control.h in config.h
2016-04-04 João ValverdeRemove synchronous DNS name resolution
2016-03-15 Guy HarrisMore "FT_BOOLEAN is 64-bit" fixes.
2015-12-14 João ValverdeMake init_progfile_dir() take a function pointer [...
2015-12-12 João ValverdeRemove -Wwrite-strings compiler flag
2015-11-11 Pascal QuantinUpdate user guide for development release
2015-11-08 Guy HarrisUse ws_{read,write,fdopen,close}.
2015-11-07 Guy HarrisClean up includes of unistd.h, fcntl.h, and sys/stat.h.
2015-10-28 Guy HarrisCatch REPORT_DISSECTOR_BUG() calls in dissector registr...
2015-07-25 Hadriel KaplanDNS: move DNS name resolution pref to Name Resolution...
2015-07-14 Michael MannAdd a "heuristic dissectors" tab to the Enable Protocol...
2015-07-06 Hadriel KaplanRawshark calls init_process_policies() twice
2015-06-27 Martin MathiesonAvoid some Visual Studio Code Anaylzer warnings
2015-06-10 AndersBroman[MSVC 2015] Use intptr_t to make MSVC happy.
2015-02-21 JC WrenMake FT_{U}INT64 behave more like FT_{U}INT32, add...
2015-02-20 Gerald CombsSuppress a bunch of cast-qual warnings.
2015-02-20 Guy HarrisJust have init_progfile_dir() take a void pointer.
2015-01-18 Guy HarrisClean up ftype-conversion and dfilter error message...
2015-01-04 Michael MannCreate BASE_DOT, BASE_DASH, and BASE_SEMICOLON types...
2015-01-01 Guy HarrisCall setlocale() before getting version information.
2014-12-31 Guy HarrisDon't include signal.h unless we need it.
2014-12-31 Guy HarrisDo the full string in get_{compiled,runtime}_version_in...
2014-12-31 Guy HarrisMove the version_info.c stuff to wsutil/ws_version_info.c.
2014-12-28 Dario LombardoRemoved duplicated #include lines
2014-12-25 Guy HarrisCheck for getopt_long(), not getopt().
2014-12-24 Stephen FisherMove twelve show_version() functions from the varoius...
2014-12-18 Guy HarrisMake sure err_info is always set, and print it iff...
2014-12-18 Guy HarrisWTAP_ERR_UNWRITABLE_ errors aren't returned by reads...
2014-12-17 Guy HarrisRename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABL...
2014-12-01 Guy HarrisAdd a Buffer to wtap_pkthdr to hold file-type-specific...
2014-11-14 Guy HarrisRename stat_cmd_args.[ch] to stat_tap_ui.[ch].
2014-10-17 Guy HarrisDon't use ctype.h routines.
2014-10-08 Guy HarrisOnly set err_info on an error, and use g_strdup_printf().
2014-10-08 Guy HarrisSet err_info to null for errors that don't have an...
2014-10-07 Guy HarrisNo need for WTAP_ERR_CANT_READ.
2014-09-28 Guy HarrisMake the time stamp resolution per-packet.
2014-09-20 Guy HarrisMake load_cap_file() just return a success/fail indication.
2014-08-24 Graham BloiceModify includes of config.h so that out-of-tree builds...
2014-07-27 Kevin CoxMake value_string_ext const-correct.
2014-07-04 Guy HarrisMove utility routines for capturing into a libcaputils...
2014-07-03 Guy HarrisInclude "capture-pcap-util.h" even if we don't have...
2014-07-03 Guy HarrisAdd long-option support.
2014-07-03 Guy HarrisRegularize the help output of programs.
2014-07-03 Guy HarrisRegularize the first line of version output.
2014-06-30 Guy HarrisMove capture_ui_utils.[ch] to libui.
2014-06-29 Guy HarrisMove some more stuff into wsutil.
2014-06-22 Guy HarrisAdd a routine to return a version string including...
2014-06-21 Guy HarrisMove get_copyright_info() to wsutil.
2014-05-25 Guy HarrisAdd support for dissecting non-packet records.
2014-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Michael MannRefactor Wiretap
2014-04-12 Guy HarrisGet rid of more tvb_get_nstringz* calls.
2014-03-21 Hadriel KaplanFix Bug 9903: 'Clicking reload-file ignores selected...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-25 Bill MeierRemove trailing whitespace
2014-02-07 Gerald CombsReplace "svn" with "git" all over the place.
2013-12-23 Michael MannAdd FT_SYSTEM_ID type and convert the dissectors that...
2013-12-07 Jakub ZawadzkiRename base_display_* to field_display
2013-12-05 Guy HarrisInitialize the error-reporting routines before scanning...
2013-12-02 Guy HarrisMove most of the plugin code from epan to wsutil and...
2013-11-17 Guy HarrisMove the epan/filesystem.c routines to wsutil; they...
2013-11-10 Jakub ZawadzkiMove struct _ftype_t + callback typedefs + free macro...
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-11-06 Guy HarrisAdd support for displaying dates as year and day-of...
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.
next