Replace "svn" with "git" all over the place.
[metze/wireshark/wip.git] / epan /
2014-01-23 Guy HarrisUse tvb_get_string_enc() rather than tvb_get_string().
2014-01-23 Guy HarrisUse tvb_get_string_enc() rather than tvb_get_string...
2014-01-23 Evan HuusUse wmem_new0 to ensure that all field values are initi...
2014-01-23 Guy HarrisUse tvb_get_string_enc() rather than tvb_get_string...
2014-01-23 Guy HarrisUse tvb_get_string_enc() rather than tvb_get_string().
2014-01-23 Guy HarrisUse tvb_memdup(), not tvb_get_string(), when copying...
2014-01-22 Martin KaiserBASE_NONE -> STR_ASCII
2014-01-22 Guy HarrisUse tvb_get_string_enc() rather than tvb_get_string...
2014-01-22 Martin Kaiseruse tvb_get_string_enc()
2014-01-22 Martin KaiserBASE_NONE -> STR_ASCII
2014-01-22 Martin Kaiseruse tvb_get_string_enc(), the strings are 7-bit ascii
2014-01-22 Martin KaiserBASE_NONE -> STR_ASCII
2014-01-22 Martin Kaiseredonkey seems to use 7-bit ascii for its tags etc
2014-01-22 Martin Kaiserno need for if(tree)
2014-01-22 Guy HarrisUse tvb_get_string_enc() with appropriate encodings...
2014-01-22 Guy HarrisUse tvb_get_string_enc(), and assume ASCII for E.164...
2014-01-22 Guy HarrisAt least according to
2014-01-22 Guy HarrisUpdate introductory comment to have correct file name.
2014-01-22 Guy HarrisUse tvb_get_string_enc() rather than tvb_get_string().
2014-01-22 Guy HarrisUse tvb_get_string_enc() with an explicit encoding...
2014-01-22 Guy HarrisFetch strings using tvb_get_string_enc() and the approp...
2014-01-22 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) warnin...
2014-01-22 Alexis La GoutteFix encoding arg (found by encoding arg tools)
2014-01-22 Alexis La GoutteFix the second argument of some proto_item_add_subtree...
2014-01-22 Guy HarrisI don't see any specification of how a H221NonStandardI...
2014-01-22 Anders BromanAdd a SCTP port range preference.
2014-01-22 Guy HarrisUse tvb_get_string_enc() with an explicit encoding...
2014-01-22 Guy HarrisThe stuff you get from dissect_cbs_data() is UTF-8...
2014-01-22 Guy HarrisAnother probably-wrong tvb_get_string().
2014-01-22 Guy HarrisTo quote section B.5 "Keys for password integrity mode...
2014-01-22 Guy HarrisClean up indentation and bracketing.
2014-01-22 Guy HarrisThe strings in question are generated as UTF-8 from...
2014-01-22 Guy HarrisAnother tvb_get_string() replacement.
2014-01-22 Guy HarrisStrings in LDAP are generally UTF-8, although if we...
2014-01-22 Guy HarrisUse tvb_get_string_enc() with an explicit encoding.
2014-01-22 Guy HarrisIt's one character, either + or -, hence ASCII.
2014-01-22 Guy HarrisIt's not a string, it's a byte array (bit array, really).
2014-01-21 Martin Kaisermp4 box type is always a 7bit ascii string
2014-01-21 Guy HarrisThe file's name has a lower-case "p" in "9p".
2014-01-21 Guy HarrisFix one half-changed tvb_get_string() call.
2014-01-21 Guy HarrisAlways combine ENC_UTF_8 with ENC_NA.
2014-01-21 Guy HarrisIA5 = ASCII. Use tvb_get_string_enc() with an explicit...
2014-01-21 Guy Harris9p strings are, not surprisingly, encoded using UTF...
2014-01-21 Evan HuusHarden nfs_name_snoop_add_name against various malforme...
2014-01-21 Guy HarrisGet rid of tvb_get_faked_unicode() - tvb_get_string_enc...
2014-01-21 Pascal QuantinFrom Igor Slepchin via https://bugs.wireshark.org/bugzi...
2014-01-21 Bill Meier- Remove unneeded #includes;
2014-01-21 Guy HarrisFix declaration of tvb_get_string().
2014-01-21 Bill MeierAdd properties ....
2014-01-21 Guy HarrisDon't do the byte-with-8th-bit-set-to-REPLACEMENT-CHARA...
2014-01-20 Martin Kaiserdon't use tvb_get_string(..., len) to get exactly len...
2014-01-20 Martin Kaisermake MMI strings filterable
2014-01-20 Martin Kaiserremove todo comments
2014-01-20 Martin Kaisertvb_get_string(): replace 8bit characters with the...
2014-01-20 Guy HarrisLongs are not guaranteed to be 64-bit. Use G_GINT64_MO...
2014-01-20 Anders BromanFrom Michal Labedzki:
2014-01-20 Anders Bromanpacket-bootp.c: In function 'dissect_vendor_generic_sub...
2014-01-20 Anders BromanFrom alexeyv:
2014-01-20 Anders BromanAdd generic dissection of unknown vendor sub options.
2014-01-20 Evan HuusFix 32/64 casting and add a note where the loss of...
2014-01-20 Evan HuusFrom Pavel Moravec via https://bugs.wireshark.org/bugzi...
2014-01-20 Alexis La GoutteFrom Lubos via https://bugs.wireshark.org/bugzilla...
2014-01-19 Martin Kaisercoverity 702387
2014-01-19 Gerald Combs[Automatic manuf, services and enterprise-numbers updat...
2014-01-19 Anders BromanAs spotted by Joerg; make a HFILL_INIT(hf) macro and...
2014-01-17 Pascal QuantinFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2014-01-17 Pascal QuantinFrom Fabio Tarabelloni via https://bugs.wireshark.org...
2014-01-17 Anders BromanTry to fix warning: initializer element is not computab...
2014-01-17 Anders BromanFix a bug intrduced in anonsvn.wireshark.org/viewvc...
2014-01-16 Martin MathiesonRemove #include and make the situation with snow3g...
2014-01-15 Evan HuusImplement basic support for SPXII decoding (at least...
2014-01-15 Evan HuusDissect SPXII flag bits.
2014-01-15 Evan HuusAdd modelines and fix one indentation issue.
2014-01-15 Anders BromanFix a couple of
2014-01-15 Guy HarrisExplain casting away const.
2014-01-15 Anders BromanUpdate to version V12.3.0 (2013-12).
2014-01-15 Guy HarrisDon't cast away constness.
2014-01-15 Guy HarrisDon't cast away constness.
2014-01-15 Guy HarrisEliminate fvalue_set() in favor of routines that take...
2014-01-14 Guy HarrisDon't cast away constness.
2014-01-14 Guy HarrisWe have to cast away constness here, because C doesn...
2014-01-14 Guy HarrisDon't cast away constness.
2014-01-14 Guy HarrisRegenerate ANSI TCAP dissector from the changes in...
2014-01-14 Guy HarrisDon't cast away constness.
2014-01-14 Guy HarrisDon't cast away constness.
2014-01-14 Guy HarrisDon't cast away constness.
2014-01-14 Guy HarrisConsistently use "guint8" for "8-bit byte".
2014-01-14 Guy HarrisDon't cast away constness.
2014-01-14 Guy HarrisDon't cast away constness.
2014-01-14 Guy HarrisDon't make claims of constness that can't be guaranteed...
2014-01-14 Alexis La GoutteFix -Wsometimes-uninitialized found by Clang
2014-01-14 Alexis La GoutteFix unused const variable found by Clang 3.4
2014-01-14 Pascal QuantinUpgrade LTE RRC dissector to v11.6.0
2014-01-14 Pascal QuantinSNOW3G is not available on default Wireshark
2014-01-14 Pascal QuantinFix dissection of 3GPP2 SMS encoded in UCS2
2014-01-14 Martin MathiesonMake sure we allocate bytes for snow3g at least rounded...
2014-01-14 Martin MathiesonUpdate a comment
2014-01-14 Martin MathiesonAdd snow3g integrity (not quite working for me), but...
2014-01-14 Pascal QuantinUCS2 encoded SMS is directly read from data -> remove...
2014-01-14 Martin MathiesonProvide hook for calling EEA1 implementation (Snow3G...
next