Create/use two extended value-strings & do other minor changes.
[jelmer/wireshark.git] / asn1 /
2014-02-26 Bill MeierRemove trailing whitespace from asn1 .cnf & template...
2014-02-25 Stefan Metzmacherasn1/kerberos: remember in what frame a key was learned
2014-02-22 Alexis La GoutteFix Called function pointer is null (null dereference...
2014-02-18 Jeff MorrissRemove $Id$ from the ASN.1 dissectors and regenerate...
2014-02-14 Jeff MorrissAdd some asn1 files to .gitignore.
2014-02-05 Anders BromanDissector assert in packet-nbap.c. num_items isn't...
2014-02-03 Pascal QuantinUpgrade RRC dissector to v11.8.0
2014-02-03 Stig BjørlykkeApply g4cc69483 to asn1 templates.
2014-01-29 Alexis La GoutteMerge "Apply layouts in Qt Creator. Fix a tooltip."
2014-01-28 Gerald CombsMerge "[Automatic manuf, services and enterprise-number...
2014-01-27 Martin MathiesonSend news of SecurityModeFailure to PDCP dissector...
2014-01-27 Stig BjørlykkeAdd back the fix from revision 54693.
2014-01-27 Stig BjørlykkeAdded back x509af_get_last_algorithm_id() removed in...
2014-01-22 Guy HarrisI don't see any specification of how a H221NonStandardI...
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 Guy HarrisFix one half-changed tvb_get_string() call.
2014-01-21 Guy HarrisIA5 = ASCII. Use tvb_get_string_enc() with an explicit...
2014-01-15 Anders BromanUpdate to version V12.3.0 (2013-12).
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 make claims of constness that can't be guaranteed...
2014-01-14 Pascal QuantinUpgrade LTE RRC dissector to v11.6.0
2014-01-14 Guy HarrisDon't cast away constness.
2014-01-14 Guy HarrisDon't cast away constness.
2014-01-14 Guy HarrisBut *do* cast const void * to the appropriate type.
2014-01-14 Guy HarrisDon't cast away constness.
2014-01-14 Guy HarrisMake a routine not used outside the SNMP dissector...
2014-01-13 Pascal QuantinUpgrade LPP dissector to v11.5.0
2014-01-13 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) warnin...
2014-01-08 Stig BjørlykkeAdded a check for valid algorithm id.
2014-01-08 Michael MannMake global algorithm_id in x509af dissector a direct_r...
2014-01-06 Anders BromanOmit assignment for not used types.
2014-01-04 Anders BromanOmit assignment for not used types.
2014-01-04 Anders BromanOmit assignment for not used types.
2014-01-04 Anders BromanOmit assignment for not used types.
2014-01-04 Anders BromanOmit assignment for not used types.
2014-01-04 Anders BromanRemove unused function and variable.
2014-01-04 Anders BromanOmit assignment for not used types.
2014-01-04 Anders BromanOmit assignment for not used types.
2014-01-04 Anders BromanOmit assignment for not used types.
2014-01-04 Anders BromanAdd the rest of the NOKIA extensions.
2014-01-03 Anders BromanAdd a few more of the NOKIA extensions.
2014-01-02 Anders BromanDisabling building of the gnm dissector, I don't tink...
2014-01-02 Anders BromanFix [-Wmissing-prototypes]
2014-01-01 Bill MeierChange incorrect property 'keywords' to 'svn:keywords'
2014-01-01 Pascal QuantinAdd proto_tree_add_ts_23_038_7bits_item() / tvb_get_ts_...
2013-12-31 Pascal QuantinAdd SVN properties
2013-12-31 Martin KaiserFrom Dirk
2013-12-30 Guy Harrisgcamel_StatSRT is set by the CLI CAMEL tap, so it can...
2013-12-30 Michael MannMove tcap and camel "persistent data" functionality...
2013-12-24 Guy HarrisGet rid of no-longer-used variables.
2013-12-24 Guy HarrisAdd a ENC_3GPP_TS_23_038 encoding, for the standard...
2013-12-22 Guy HarrisWe support ENC_UCS_2, so use that in proto_tree_add_ite...
2013-12-21 Jakub ZawadzkiAdd missing includes
2013-12-21 Jakub Zawadzkiisascii(x) && isprint(x) -> g_ascii_isprint(x)
2013-12-20 Jakub ZawadzkiChange G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT...
2013-12-20 Jakub ZawadzkiCopy Evan r54250 changes to asn/
2013-12-19 Evan HuusAdd bytestring_to_str() which takes a wmem scope and...
2013-12-19 Pascal QuantinUpdate file forgotten in r54250
2013-12-19 Evan HuusRename more to_str functions to have ep_ in the name...
2013-12-19 Evan HuusRename a couple of to_str functions to have ep_ in...
2013-12-19 Guy HarrisUse proto_tree_add_item() or tvb_get_string_enc() inste...
2013-12-18 Evan HuusAdd a sixteenth element to all BCD digit sets to avoid...
2013-12-17 Anders BromanMake local functions static. Include *.h when needed.
2013-12-14 Jakub ZawadzkiRemove not needed ';'
2013-12-12 Chris MaynardReject the packet if data is NULL. For now, leave...
2013-12-12 Chris MaynardReject the packet if data is NULL. Remove _U_ where...
2013-12-11 Alexis La GoutteFix (-W)unused-const-variable error found by Clang
2013-12-10 Anders Broman- Forward declaration of register functions.
2013-12-10 Martin Kaisercomment out unused functions
2013-12-10 Anders Broman- Forward declaration of register functions.
2013-12-09 Chris MaynardReject the packet if data is NULL. For now, leave...
2013-12-09 Chris MaynardReject the packet if data is NULL without doing anythin...
2013-12-09 Anders Broman- Forward declaration of register functions.
2013-12-09 Anders Broman- Forward declaration of register functions.
2013-12-08 Anders Broman- Forward declaration of register functions.
2013-12-08 Anders Broman- Forward declaration of register functions.
2013-12-08 Pascal QuantinUse STR_UNICODE display instead of proto_tree_add_unico...
2013-12-08 Anders Broman- Forward declaration of register functions.
2013-12-08 Anders Broman- Forward declaration of register functions.
2013-12-08 Anders Broman- Forward declaration of register functions.
2013-12-08 Anders Broman- Forward declaration of register functions.
2013-12-07 Anders Broman- Make local functions static.
2013-12-04 Stig BjørlykkeFix for dissecting cdt without having a tree.
2013-12-03 Jakub ZawadzkiWhen including <epan/prefs.h> don't force inclusion...
2013-12-02 Chris MaynardReject the packet if data is NULL without doing anythin...
2013-12-02 Chris MaynardReject the packet if data is NULL without doing anythin...
2013-12-02 Chris MaynardIf data is NULL, the bug, if any, is not with *this...
2013-12-01 Jörg MayerCopy over rev 53700 to cmake
next