aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Expand)AuthorFilesLines
2014-04-11Added P1 extension 34.Stig Bjørlykke1-0/+1
2014-04-08Get rid of some unused functions.Guy Harris1-0/+2
2014-04-08Update to V11.6.0AndersBroman8-861/+1246
2014-04-07Handle string types with somewhat appropriate encodings.Guy Harris1-14/+0
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann2-2/+2
2014-04-06Convert ep_address_to_str -> address_to_str(wmem_packet_scope, ...) for all d...Michael Mann1-20/+20
2014-04-03Fix Bug 9920 Buildbot crash due to SDP/RTP mismatchHadriel Kaplan1-9/+3
2014-04-02Add a cople of missing pcap.extension IE:sAndersBroman1-3/+9
2014-03-27Add dissection of 3G Interface Type package and add some comments aboutAndersBroman1-4/+4
2014-03-26More fiddling with heuristic.AndersBroman1-2/+2
2014-03-26Fix off by one errorAndersBroman1-1/+1
2014-03-26LTE RRC: add file forgotten in gb981173Pascal Quantin1-1/+8
2014-03-25Strengthen RANAP heuristic.AndersBroman1-1/+10
2014-03-24Upgrade LPPe dissector to V1_1-20140108-CPascal Quantin4-3895/+4628
2014-03-20Upgrade LTE RRC dissector to v11.7.0Pascal Quantin5-122/+170
2014-03-19Exported PDU: add support for data length on the wirePascal Quantin1-1/+2
2014-03-17ULP: upgrade dissector to approved version 2.0.1Pascal Quantin4-32/+31
2014-03-17Revert de6bfa12b0c002e1930cfb9946078097d294acf8 (break Linux and Mac OS X bui...Alexis La Goutte1-0/+1
2014-03-17Fix build on my old Windows XP Buildbot (With VS2008EE)Alexis La Goutte1-1/+0
2014-03-15Remove unused const variables errors seen with recent Clang versionPascal Quantin18-8/+79
2014-03-15Fix indent (use 2 spaces)Alexis La Goutte1-805/+804
2014-03-13Bug 9704: GSM_MAP SendRoutingInfoForSM incomplete0xbismarck2-2/+47
2014-03-13ULP: add UDP transportPascal Quantin1-30/+40
2014-03-12Get rid of space-before-tab in indentation.Guy Harris1-58/+58
2014-03-12Thou shalt not put newlines in the strings in value_string tables.Guy Harris1-4/+2
2014-03-10Remove 1 duplicate #include and several unneeded #include's.Bill Meier1-5/+0
2014-03-10Use tvb_length() instead of tvb_reported_length_remaining() for a heuristics ...Bill Meier1-1/+1
2014-03-08Omitting SubscriberData makes CONTENT OF fail and InsertSubscriberDataArg wil...AndersBroman1-14/+3
2014-03-04When dissecting GSM MAPv1/v2 messages, display opcode 44 or 46 as forwardSMPascal Quantin2-3/+7
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier103-515/+515
2014-02-25asn1/kerberos: remember in what frame a key was learnedStefan Metzmacher2-0/+4
2014-02-22Fix Called function pointer is null (null dereference) found by ClangAlexis La Goutte1-3/+2
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1024-2151/+4
2014-02-14Add some asn1 files to .gitignore.Jeff Morriss1-1/+13
2014-02-05Dissector assert in packet-nbap.c. num_items isn't reset before calling a seq...Anders Broman1-0/+5
2014-02-03Upgrade RRC dissector to v11.8.0Pascal Quantin6-10/+54
2014-02-03Apply g4cc69483 to asn1 templates.Stig Bjørlykke5-6/+6
2014-01-27Send news of SecurityModeFailure to PDCP dissector, which will attempt to rol...Martin Mathieson1-1/+16
2014-01-27Add back the fix from revision 54693.Stig Bjørlykke1-0/+3
2014-01-27Added back x509af_get_last_algorithm_id() removed in revision 54647 to Stig Bjørlykke5-3/+13
2014-01-22I don't see any specification of how a H221NonStandardIdentifier isGuy Harris1-1/+1
2014-01-22Use tvb_get_string_enc() with an explicit encoding; it's a + or a -, soGuy Harris1-1/+1
2014-01-22The stuff you get from dissect_cbs_data() is UTF-8 encoded; treat it asGuy Harris1-1/+1
2014-01-22Another probably-wrong tvb_get_string().Guy Harris1-1/+5
2014-01-22To quote section B.5 "Keys for password integrity mode" of PKCS #12Guy Harris1-1/+1
2014-01-22Clean up indentation and bracketing.Guy Harris1-42/+49
2014-01-22The strings in question are generated as UTF-8 from the CBS encoding, soGuy Harris1-1/+1
2014-01-22Another tvb_get_string() replacement.Guy Harris1-1/+1
2014-01-22Strings in LDAP are generally UTF-8, although if we treat something onlyGuy Harris1-4/+4
2014-01-22Use tvb_get_string_enc() with an explicit encoding.Guy Harris1-1/+1