metze/wireshark/wip.git
2013-02-10 Gerald CombsIf we're using git, try pulling the SVN revision out...
2013-02-10 Guy HarrisClean up some warnings (including warnings that ultimat...
2013-02-10 Bill MeierComment out numerous unused hf_.... instances found...
2013-02-10 Guy HarrisAdd %option noinput to some Flex files, as we aren...
2013-02-10 Gerald CombsUse the same destination directory everywhere. If we...
2013-02-10 Bill MeierFix a (benign) ERROR: NO ARRAY: opcua/opcua.c, hf_opcua...
2013-02-10 Guy HarrisAdd %option noinput to a bunch of Flex files, as we...
2013-02-10 Bill MeierUpdate a comment; tweak a RegEx.
2013-02-10 Bill MeierAdd an "Unregistered hf!" hint to DISSECTOR_ASSERT...
2013-02-10 Evan HuusAdd svn properties and modelines.
2013-02-10 Bill MeierComment out various unused hf_... instances found by...
2013-02-10 Michael MannAdd Bitcoin dissector
2013-02-10 Bill MeierFix ERROR: NO ARRAY: packet-tlv.c, hf_docsis_rcv_mod_en...
2013-02-10 Gerald Combs[Automatic manuf, services and enterprise-numbers updat...
2013-02-10 Michael MannAdd support for IGNORE message type to SSH2 dissector...
2013-02-09 Guy HarrisPull in a comment from the MATE plugin Makefile.nmake.
2013-02-09 Guy HarrisPut NODIST_ at the beginning of macro names, as was...
2013-02-09 Bill MeierRemove blank lines separately after removing comments...
2013-02-09 Guy HarrisWe *did* fix the APIs used.
2013-02-09 Guy HarrisPull the definition of NODIST_HEADER_FILES up into
2013-02-09 Gerald CombsFix EXTRA_BINFILES for CMake + OS X.
2013-02-09 Guy Harris"make maintainer-clean" should nuke all generated files.
2013-02-09 Guy HarrisGet rid of trailing tabs, make comments more similar.
2013-02-09 Guy HarrisDefine GENERATED_HEADER_FILES in plugins/Makefile.commo...
2013-02-09 Guy Harrisplugins/Makefile.common.inc defines NODIST_SRC_FILES...
2013-02-09 Guy HarrisDefine FLEX_GENERATED_SRC_FILES and LEMON_GENERATED_SRC...
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.
next