metze/wireshark/wip.git
2013-12-23 martinmCall function and compare result with parsed mac-i...
2013-12-23 stigRemoved a wrong sanity check in ByteArray base64_decode.
2013-12-23 martinmUse preference variable that wasn't used yet to pacify...
2013-12-23 martinmStarting to get ready for integrity checking
2013-12-23 martinkcorrect http2 detection
2013-12-23 guyFix warning.
2013-12-23 guyFix the offset constant in SURROGATE_VALUE(), and add...
2013-12-23 mmannMake (most) fields within packet-osi-options.c filterable.
2013-12-22 stigImproved out-of-bounds check in TvbRange ustringz and...
2013-12-22 stigMade TvbRange strsize take an optional encoding argument.
2013-12-22 pascalFrom Fabrice Bellard:
2013-12-22 pascalTry to pacify buildbots
2013-12-22 pascalFix dissection of GSM SMS PDU
2013-12-22 mmannOverhaul the ISIS dissectors
2013-12-22 pascalFix copy/paste error
2013-12-22 pascalproto_tree_add_text -> proto_tree_add_item
2013-12-22 wmeier(Trivial)
2013-12-22 wmeier'L' constant modifier not needed.
2013-12-22 wmeierConstant modifier 'L' not needed;
2013-12-22 gerald[Automatic manuf, services and enterprise-numbers updat...
2013-12-22 wmeierDon't use 'L' as a constant modifier.
2013-12-22 wmeierUse G_GINT64_CONSTANT(n) rather than 'nLL' when definin...
2013-12-22 stigMade TvbRange string and stringz take an optional encod...
2013-12-22 guyGet rid of a set-but-unused variable.
2013-12-22 darkjamesMove expert value_string body to expert.c (from expert.h)
2013-12-22 darkjamestvb_get_ucs_4_string: increase offset by 4
2013-12-22 darkjamesAvoid including definition of column_info structure...
2013-12-22 guyAdd UCS-4 support, and use it.
2013-12-22 guyWe support ENC_UCS_2, so use that in proto_tree_add_ite...
2013-12-22 jmayerGenerated stuff does not belong into the source tree
2013-12-22 jmayerBeginnings of doxygen support.
2013-12-21 guyOops, added the "unknown header version" expert info...
2013-12-21 guySupport all the DVB ISO 8859-x encodings, now that...
2013-12-21 jmayerFix for
2013-12-21 guyAdd the rest of ISO-8859-n, thanks to Jakub's "generate...
2013-12-21 wmeierDon't use 'L' as a constant modifier.
2013-12-21 wmeierUse G_GINT64_CONSTANT(-1) instead of -1L.
2013-12-21 guyDissect some more fields in the legacy (20-byte) header...
2013-12-21 wmeierAdd a comment as to a required change to CFLAGS
2013-12-21 darkjamesArgh, fix include.
2013-12-21 darkjamesfix warnings.
2013-12-21 wmeierIf Gtk >= 3.10, allow use of deprecated Gtk features...
2013-12-21 darkjamesmissing include
2013-12-21 darkjamesFix buildbot: ./wslua_util.c:102: warning: implicit...
2013-12-21 darkjamesfix some warnings.
2013-12-21 darkjamesAvoid including <epan/addr_resolv.h> in dissectors
2013-12-21 darkjamesAdd missing includes
2013-12-21 darkjamesinclude header file.
2013-12-21 darkjamesNew functions: str_to_ip6(), str_to_ip()
2013-12-21 darkjamesui/gtk/follow_stream.c was using isprint.h hack, change...
2013-12-21 darkjamesisascii(x) && isprint(x) -> g_ascii_isprint(x)
2013-12-21 darkjamesDrop isprint.h use g_ascii_isprint() when this include...
2013-12-21 darkjamesMove epan/base64.[ch] to wsutil/ with function name...
2013-12-21 darkjamesMove base64_to_tvb() to tvbuff_base64.c
2013-12-21 darkjamesCommit sample program to generate charsets.c tables...
2013-12-21 jmayermake it possible to compile the sample dissector.
2013-12-21 jmayerFix compilation without HAVE_HFI_SECTION_INIT defined.
2013-12-21 guyUpdate documentation to reflect the non-existence of
2013-12-21 guyUpdate documentation to reflect removal of tvb_get_unic...
2013-12-21 jmayerConvert to NEW_PROTO_TREE_API
2013-12-21 guyGet rid of tvb_get_unicode_string() and tvb_get_unicode...
2013-12-21 jmayerunknown5 is probably the speed in 500kHz
2013-12-20 jmayerTry to guess some more values looking at the decoded...
2013-12-20 darkjamesAvoid including <epan/range.h> in dissectors.
2013-12-20 darkjamesChange G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT...
2013-12-20 darkjamesCopy Evan r54250 changes to asn/
2013-12-20 jmayerunknown2/3 -> capturelen1/2
2013-12-20 stigImproved the valuestring documentation.
2013-12-20 guyAdd new string_enc and stringz_enc methods that take...
2013-12-20 wmeier- Change guint32 array initializer constants to use...
2013-12-20 wmeier'guint32 crc_c[256]' array initializer constants should...
2013-12-20 wmeier#if 0 a group of unused #defines;
2013-12-20 wmeier#if 0 some unused #defines.
2013-12-20 wmeier#if 0 some unused #defines;
2013-12-20 wmeiernnn'ULL' ==> G_GUINT64_CONSTANT(nnn)
2013-12-20 eapacheThe payload of a compressed Kafka message is supposed...
2013-12-20 eapacheSimplify dissect_kafka_metadata_request() to not add...
2013-12-20 martinkuse small negative values for the error defines
2013-12-20 martinkwe can display UTF-8 encoded ISO 10646 BMP without...
2013-12-20 martinkadd Asian DVB-SI character tables
2013-12-20 martinksimplify the defines for DVB chartables
2013-12-20 eapacheReplace one more g_memmove with memmove, add a cast...
2013-12-20 eapacheg_memmove has been removed in favour of normal memmove...
2013-12-20 morrissAs pointed out in ask.wireshark.org/questions/28304...
2013-12-20 stigBuild correct base table in init.lua after changes...
2013-12-20 stigRewrote ProtoField_new to:
2013-12-20 martinkuse STR_ASCII instead of BASE_NONE for strings
2013-12-20 martinkdon't assert if an FT_BYTES entry is empty
2013-12-20 guyFix indentation.
2013-12-20 guybytes_to_hexstr_punct() does not add a null terminator...
2013-12-20 stigStrip leading spaces in unknown-extension value.
2013-12-20 martinkfix
2013-12-20 pascalFix a "'str' may be used uninitialized in this function...
2013-12-20 martinkcomment out unused function
2013-12-20 martinkfix compilation without libgcrypt
2013-12-20 pascalFix time dissection broken in r54274
2013-12-20 etxrabTry to please the buildbot.
2013-12-20 etxrabFix [-Wmissing-prototypes]
2013-12-20 mmannMake more items filterable courtesy of convert_proto_tr...
2013-12-19 pascalTry to please Clang-Code-Analysis buildbot
next