Update to WinSparkle 0.5.3.
[metze/wireshark/wip.git] / wiretap /
2016-12-04 Guy HarrisHave a routine to do all the work of initializing libwi...
2016-12-04 Guy HarrisHave separate merge APIs for regular file/temporary...
2016-12-04 Guy HarrisRemove unnecessary cast (gchar = char) that removes...
2016-12-03 Guy HarrisUse ws_close(), rather than the UN*X-only close().
2016-12-03 Guy HarrisGet rid of test printout.
2016-12-03 Guy HarrisWhen opening the standard output for writing, dup it.
2016-12-02 Guy HarrisInclude config.h at the very beginning of all Flex...
2016-11-08 Anthony CoddingtonERF: Fix issues with Host ID mapping
2016-10-27 Pascal Quantinmerge.c: do not give a NULL pointer when saving SHB...
2016-10-22 Guy HarrisMore checks for localtime() and gmtime() returning...
2016-10-20 Balint ReczeyExclude scanner-generated headers from ABI check
2016-10-11 Gerald Combsdumpabi: Fix log paths.
2016-10-02 Guy HarrisSome strings that appear in at least some .aps files.
2016-09-30 Dario Lombardowsutil: split libjsmn.
2016-09-30 Peter Wucmake: make WERROR_COMMON_FLAGS a normal string
2016-09-29 Guy HarrisReplace some seeks forward with wtap_read_bytes() with...
2016-09-28 Guy HarrisUse wtap_read_bytes() to skip over bytes when reading...
2016-09-28 AndersBromanfile_access: Use g_slist_prepend.
2016-09-16 Guy HarrisDon't pick up junk from an unset error-number variable.
2016-09-15 Guy HarrisDon't pick up junk from an unset error-number variable.
2016-09-15 Dario Lombardoiseries: rework the read routine.
2016-09-10 Peter Wuwiretap: fix memory leak of interface_data for wtap_dumper
2016-09-10 Guy HarrisHave "All Capture Files" match only capture files.
2016-09-09 Dario Lombardoipfix: use ws_strtoi function.
2016-09-09 Dario Lombardoerf: use ws_strtoi function.
2016-09-09 Guy HarrisGet rid of trailing blank.
2016-09-09 Guy HarrisClean up error reporting.
2016-09-09 Guy HarrisAdd a comment.
2016-09-09 Dario Lombardodct3trace: use ws_strtoi function.
2016-09-09 Dario Lombardocatapult: use ws_strtou/i functions.
2016-09-07 Guy HarrisMake the ws_strto* routines more like the strto* routines.
2016-09-07 Guy HarrisFurther ws_strto* cleanups.
2016-09-07 Dario Lombardovms: use ws_strtoi function.
2016-08-29 Peter Wupcapng: do not leak blocks
2016-08-25 Guy HarrisHandle ETH_P_CANFD as well as ETH_P_CAN.
2016-08-25 Guy HarrisOne more change for the removal of LINKTYPE_SOCKETCAN_H...
2016-08-25 Guy HarrisGo back to having only one SocketCAN LINKTYPE_ value.
2016-08-23 João ValverdeCMake: Allow setting per target compiler warnings
2016-08-19 Guy HarrisHandle the new LINKTYPE_CAN_SOCKETCAN_HOSTENDIAN.
2016-08-18 Guy HarrisDon't distinguish between PARSED_NONRECORD and PARSE_FA...
2016-08-18 Guy HarrisMake it a little clearer what ascend_open() is doing.
2016-08-18 Guy HarrisJust return the value of yyparse() from run_ascend_pars...
2016-08-17 Guy HarrisThe caplen for a packet is always "number of bytes...
2016-07-31 Anthony CoddingtonERF: Add ERF_TYPE_META clock tags
2016-07-27 Guy HarrisIf we don't get any OS information, remove the old...
2016-07-26 Pascal QuantinEnsure to have a valid string pointer when writing...
2016-07-26 Michael MannFix some of the checkAPIs.pl warnings for g_warning.
2016-07-24 Michael MannFix shadow variable warnings.
2016-07-21 Guy HarrisDon't pass NULL to wtap_block_set_string_option_value().
2016-07-21 Guy HarrisRemove more string option value null checks.
2016-07-21 Guy HarrisNo need to check for string option values being null.
2016-07-18 Guy Harrisblock->options is never null; don't check for it.
2016-07-18 Guy HarrisRemove wtap_block_num_options_of_type().
2016-07-16 Guy HarrisComment cleanups.
2016-07-16 Guy HarrisAdd APIs to remove option instances from blocks.
2016-07-15 Guy HarrisUse spaces rather than tabs for indentation.
2016-07-15 Guy HarrisUpdate comments, give option numbers in decimal.
2016-07-15 Guy HarrisSquelch a compiler warning.
2016-07-15 Michael Mannwtap_opttypes.c: Fix build error.
2016-07-15 Guy HarrisDo a deep copy in wtap_block_add_custom_option().
2016-07-15 Guy HarrisFix the snapshot length part of the "same interface...
2016-07-15 Guy HarrisSquelch compiler warnings.
2016-07-15 Guy HarrisFix signature of wtap_opttype_block_register().
2016-07-14 Guy HarrisRedo the block options APIs.
2016-07-14 Michael Mannvwr.c Dynamically allocate large buffers
2016-07-14 Michael Mannpcapng.c: Use preprocessor directive to compare G_BYTE_...
2016-06-30 João ValverdeRemove Makefile.common files
2016-06-22 Pascal QuantinWindows: rename wiretap-${PROJECT_VERSION}.dll to libwi...
2016-06-21 Anthony Coddingtonpcap: ERF per-Host ID/Source ID interface support
2016-06-21 Rudra RuggeAdd support for Opencontrail virtual network
2016-06-16 Dario Lombardorandpktdump: fix a crash.
2016-06-16 Rudra Ruggeip-over-ib description entry was missing
2016-06-16 Pascal QuantinExport wtap_optionblock_copy_options() symbol
2016-06-15 Pascal QuantinRemove Nmake build system
2016-06-15 Guy HarrisDon't map the interface ID for records that don't perta...
2016-06-15 Stig Bjørlykkewtap: Make default_filter static
2016-06-15 Gerald CombsMore Sysdig / system event support.
2016-06-10 Guy HarrisMore comment clarification.
2016-06-10 Guy HarrisMake the IPv4 NRB code's comments match the IPv6 NRB...
2016-06-08 Michael MannSupport reading in and storing multiple Section Header...
2016-06-07 Anthony CoddingtonERF: Make ERF wiretap forwards compatible.
2016-06-06 João ValverdeMove ip6_to_str_buf() to to_str.c and make it take...
2016-06-06 Michael Mann*_stdup_printf -> strdup for "single string only" forma...
2016-06-06 Guy HarrisAdd a routine to get an array of all instances of a...
2016-06-06 Guy HarrisDirectly use wtap_opttypes calls to fetch SHB options.
2016-06-01 Michael MannAdd data structures necessary to support multiple Name...
2016-06-01 Michael MannAdd data structures necessary to support multiple Secti...
2016-06-01 Michael MannAllow create_tempfile to support a suffix.
2016-06-01 Jeff MorrissRegister a few more file extensions as belonging to...
2016-05-31 Jeff MorrissSuggest that file types should also be registered in...
2016-05-30 Guy HarrisIf routines return a wtap_opttype_return_val, declare...
2016-05-30 Michael MannCopy all options when creating SHB block for new file.
2016-05-28 Guy HarrisMake wtap_optionblock_foreach_option public.
2016-05-26 Michael MannRemove write capabilities from wtap_optionblocks.
2016-05-22 Michael MannAdd wtap_optionblock_set_option_string_format
2016-05-22 Anthony CoddingtonERF: Fix and improve ERF_TYPE_META sanity checks
2016-05-21 Alexis La Gouttewtap_opttypes: fix no previous prototype for function...
2016-05-21 Michael MannAdd ability to add custom block types.
2016-05-19 João Valverdeautotools: Add automake silent rule for ln -s
2016-05-17 Guy HarrisCorrectly write out the isb_startime and isb_endtime...
next