metze/wireshark/wip.git
2013-02-09 Guy Harrisplugins/Makefile.common.inc should already be defining
2013-02-09 Guy HarrisThe type of the second argument to g_snprintf() is...
2013-02-09 Anders BromanAdd casts to make it build on win64.
2013-02-09 Anders BromanTry to fix the makefiles to be able to build mate after...
2013-02-09 Bill MeierCleanup: Ditch CamelCase; use braces around references.
2013-02-09 Bill MeierFix a syntax error which causes a compile error
2013-02-09 Bill MeierTweaks to RegEx usage for consistency and performance...
2013-02-09 Evan HuusGet rid of a '- i' that appears to have been accidental...
2013-02-09 Guy HarrisGet rid of g_sprintf() and strncpy() usage - this is...
2013-02-09 Guy HarrisThe stats_tree plugin doesn't, at present, have anythin...
2013-02-09 Guy HarrisMake the other plugin makefiles use the new style intro...
2013-02-09 Jeff MorrissAdd MIME types for more capture file formats Wireshark...
2013-02-09 Evan HuusFrom Lori Tribble via https://bugs.wireshark.org/bugzil...
2013-02-09 Gerald CombsTry to figure out if we built the rest of the project...
2013-02-08 Chris MaynardFix bug 8056: Maximum value of Duration should be 32767.
2013-02-08 Jeff MorrissAlso build the source RPM. Clean up after ourselves...
2013-02-08 Gerald CombsAdd a directory name preference type (PREF_DIRNAME...
2013-02-08 Michael MannHandle SIP "resends" within SDP. This is to handle...
2013-02-08 Evan HuusUse the new realloc API when growing a string-buffer.
2013-02-08 Pascal QuantinFix error: no newline at end of file
2013-02-08 Bill MeierFix code to delete blank lines to remove all blank...
2013-02-08 Chris MaynardFix Coverity CID 973548: Dereference null return value.
2013-02-08 Anders BromanTry using cpuid also for __x86_64__ if compiled with...
2013-02-08 Michael MannChange string to filename preference so file can be...
2013-02-08 Evan HuusUse glib's isdigit function.
2013-02-08 Michael MannSupport SDP context over SIP.
2013-02-08 Alexis La GoutteAdd new images to Makefile.am (needed when use make...
2013-02-08 Guy HarrisConstify the name member of a struct _proto_xmlpi_attr...
2013-02-08 Guy HarrisConstify the second argument to uat_load(), to squelch...
2013-02-08 Guy HarrisConstify the return value of append_to_buffer(), to...
2013-02-08 Guy HarrisConstify the return value of replace_entity(), to squel...
2013-02-08 Guy HarrisStick NONGENERATED_ in the front of the macros listing...
2013-02-08 Guy HarrisWe don't care what source files are "dissector" source...
2013-02-08 Gerald CombsCapitalize the short name.
2013-02-08 Jeff MorrissPut all the aclocal-fallback files in the source distri...
2013-02-08 Jeff MorrissMove move of the Qt checks into AM_PATH_QT.
2013-02-08 Evan HuusFix issue where using realloc() to shrink a chunk could...
2013-02-08 Evan HuusAdd explicit casts to pacify MSVC buildbot.
2013-02-08 Evan HuusMake use of the new garbage-collection routines when...
2013-02-08 Evan HuusUpdate wmem docs
2013-02-08 Evan HuusExpose the new wmem API functions, and use a consistent...
2013-02-08 Evan HuusRewrite the block allocator to support the new wmem...
2013-02-08 Gerald CombsAdd module_preferences_scroll_area.*.
2013-02-08 Gerald CombsAdd a ModulePreferencesScrollArea widget which builds...
2013-02-08 Jeff MorrissIf we're compiling for Qt check if we have a working...
2013-02-07 Jeff MorrissCheck for QtCore instead of Qt.
2013-02-07 Bill MeierAdd addition test to reduce false positives for 'ERROR...
2013-02-07 Bill MeierUse proto_registrar_get_id_byname() instead of proto_re...
2013-02-07 Bill MeierAdd 'proto_registrar_get_id_byname()' accessor.
2013-02-07 Bill MeierAdd note re 'no problems to date' with VS2012 (VC11).
2013-02-07 Jeff MorrissUse a variable for the package name we're querying.
2013-02-07 Jeff MorrissQPropertyAnimation is needed for Qt builds and isn...
2013-02-07 Bill MeierAdd a hack to fix false positive 'unused ...' related...
2013-02-07 Chris MaynardAdd proto_tree_set_visible. Also, sort.
2013-02-07 Jeff MorrissThere is no longer any need to link wireshark.desktop...
2013-02-07 Bill MeierMinor tweaks ...
2013-02-07 Bill MeierFix a few minor bugs;
2013-02-07 Jeff MorrissPerl is required to build Wireshark, add it to BuildReq...
2013-02-07 Jeff MorrissAdd MIME types for more capture file formats Wireshark...
2013-02-07 Jeff MorrissAdd magic matching to PCAP, PCAPNG, and snoop files...
2013-02-07 Jeff MorrissOverhaul to make this file more useful/up to date....
2013-02-06 Gerald CombsRemove more unnecessary defintions.
2013-02-06 Gerald CombsRemove some unnecessary definitions.
2013-02-06 Gerald CombsC++-ize filter_expressions.h.
2013-02-06 Bill MeierFix missing hf field array entries:
2013-02-06 Gerald CombsAdd filter expressions frame entries.
2013-02-06 Gerald CombsAdd Filter Expressions^WButton^WShortcut^WBookmark...
2013-02-06 Bill MeierUpdate a comment.
2013-02-06 Evan HuusFrom Stefan Allers via
2013-02-06 Anders BromanFrom Pontus Fuchs:
2013-02-06 Anders BromanFrom Tyson Key:
2013-02-06 Anders BromanFrom Guy Davies:
2013-02-06 Guy Harris-Werror needs to be applied only to clean files, not...
2013-02-06 Guy HarrisAdd -Werror if enabled.
2013-02-06 Guy HarrisOnly remove Flex-generated files with "nmake distclean...
2013-02-06 Guy HarrisDon't bother setting XXX_FILES to empty strings.
2013-02-06 Guy Harrisstrtod() is locale-dependent; use g_ascii_strtod()...
2013-02-06 Guy HarrisDon't run Lemon-generated header files through checkAPI...
2013-02-06 Guy HarrisGet rid of extra blank line at the end.
2013-02-06 Guy HarrisLemon-generated files get API warnings as well.
2013-02-06 Jeff MorrissFix installation of wireshark.desktop (create the direc...
2013-02-06 Guy HarrisDo a bit more splitting and combining of file names...
2013-02-05 Bill MeierRename 'hf_h248_package_3GUP' to 'proto_h248_package_3GUP'
2013-02-05 Guy Harrismate_parser.obj depends on mate_grammar.h, as it's...
2013-02-05 Bill MeierComment out code which will never be executed in its...
2013-02-05 Guy HarrisPut NODIST_ at the beginning of macros containing NODIS...
2013-02-05 Martin Kaiserremove some unnecessary if(tree) checks
2013-02-05 Bill MeierRemove an unneeded set of parens in a macro definition;
2013-02-05 Martin Kaisera DVB-CI session number is not globally unique, it...
2013-02-05 Anders BromanExport dissect_japan_isup_additonal_user_cat()
2013-02-05 Anders BromanExport TBCD-STRING.
2013-02-05 Bill MeierAdd missing hf[] entries found by checkhf.
2013-02-05 Bill MeierAdd missing hf[] entries found by checkhf.
2013-02-05 Anders BromanAccording to 3GPP TS 32.299 version 10.7.0 Release...
2013-02-05 Guy HarrisDon't forget the .c files that we *don't* distribute.
2013-02-05 Guy Harrismate_parser.c includes mate_grammar.h, so make mate_par...
2013-02-05 Guy HarrisInclude generated C files that we're *not* distributing.
2013-02-05 Guy Harrisdtd_parse.obj depends on dtd_grammar.h, but you can...
2013-02-05 Guy Harrisdtd_parse.c includes dtd_grammar.h; make sure we build...
2013-02-05 Guy HarrisFix for previous changes.
next