summaryrefslogtreecommitdiff
path: root/epan/dissectors/asn1
AgeCommit message (Expand)AuthorFilesLines
2017-06-02TCAP: fix SRT analysisPascal Quantin2-5/+18
2017-05-29Fix up dissector tables' UI names.Jeff Morriss3-8/+8
2017-05-25packet-lpp.c: Create temporary variables for some proto_tree_add_uint calcula...Michael Mann1-8/+16
2017-05-25packet-lte-rrc.c: Create temporary variables for some proto_tree_add_uint cal...Michael Mann1-3/+6
2017-05-24NBAP: Create E-DCH channel infoDarienSpencer651-0/+6
2017-05-23[RANAP] Pretify info column.AndersBroman1-0/+341
2017-05-22[RANAP] Update to 3GPP TS 25.413 V14.0.0 (2017-03)AndersBroman7-18/+92
2017-05-20Revert "Change exports from Q.932 to use VALS_WITH_TABLE in the same way as Q...Pascal Quantin1-1/+1
2017-05-20UMTS FP: Refactored FP Conversation Info structsswsdev2-45/+71
2017-05-18UMTS FP: Track Paging Indications in PCHsswsdev1-1/+5
2017-05-17Change exports from Q.932 to use VALS_WITH_TABLE in the same way as QSIGTomas Kukosa1-1/+1
2017-05-17Use proto_tree_add_item instead of proto_tree_add_xxx.Michael Mann1-3/+3
2017-05-16More exports from Q.932 and QSIGTomas Kukosa2-5/+7
2017-05-14ansi_map : fix typo (dont't -> don't)Alexis La Goutte1-1/+1
2017-05-12UMTS Iub: Resolve U-RNTI for C-RNTIS. Shapira4-22/+136
2017-05-08qsig: fix conflicting entry in its value_stringAlexis La Goutte1-1/+1
2017-05-07UMTS Iub: Refactored U-RNTI resolving logic for dedicated channelsS. Shapira6-13/+22
2017-05-02kerberos: fix conflicting entry in its value_stringAlexis La Goutte1-3/+3
2017-04-30GSM SMS: use TCAP OTID as last resort for reassembly when GSM MAP does not gi...Pascal Quantin2-34/+44
2017-04-29GSM MAP: use TCAP OTID to retrieve SM-RP-OA and SM-RP-DA fields when requiredPascal Quantin6-210/+325
2017-04-27lcsap fix conflicting entry in its value_stringAlexis La Goutte1-2/+2
2017-04-27S1AP: fix dissection of MS Classmark 2 and MS Classmark 3 IEsPavel Strnad1-3/+3
2017-04-24GSM SMS: optionally use GSM-MAP info to perform reassembly (off by default)Pascal Quantin3-38/+148
2017-04-22ROS: Harden ROS dissectionJaap Keuter1-1/+1
2017-04-21LTE RRC: insert an optional separator before adding message name to info columnPascal Quantin1-99/+99
2017-04-20UMTS Iub: Added U-RNTI resolving logic for UEs on DCHsswsdev5-78/+234
2017-04-17Qt: Provide both file save and open preferencesAhmad Fatoum1-1/+1
2017-04-13[GSM MAP] Update to 3GPP TS 29.002 V14.3.0 (2017-03).AndersBroman28-168/+233
2017-04-13LTE RRC: do not display twice RRCConnectionReestablishmentReject in info columnPascal Quantin1-3/+0
2017-04-10NBAP: fix malformed packet error when having a single byte BindingIDPascal Quantin1-4/+4
2017-04-05LTE RRC: add description of FGI 42 bitPascal Quantin1-2/+2
2017-04-03Use col_append_str() for fixed stringsStig Bjørlykke2-3/+3
2017-03-27[UMTS RRC] Added dissection of "Cell Identity"S. Shapira2-7/+32
2017-03-24ros (asn1): fix this condition has identical branches [-Werror=duplicated-bra...Alexis La Goutte1-1/+1
2017-03-23LTE RRC: upgrade dissector to v13.5.0Pascal Quantin10-23/+113
2017-03-21[RANAP] Update to 3GPP TS 25.413 V13.2.0 (2016-06)AndersBroman7-88/+721
2017-03-21[RANAP] Dissect RIMInformation.AndersBroman2-0/+11
2017-03-19h245 (asn1): fix typo identifer -> identifierAlexis La Goutte1-5/+5
2017-03-19dissector: fix typo reponse -> responseAlexis La Goutte1-1/+1
2017-03-17S1AP: fix dissection of Reroute NAS Request messagePascal Quantin2-2/+7
2017-03-17RNSAP: Call right RRC dissectors for payload.S. Shapira2-3/+10
2017-03-10[LDAP] Add a couple of OID translations.AndersBroman1-7/+32
2017-03-05dissectors: fix this statement may fall through [-Werror=implicit-fallthrough...Alexis La Goutte1-1/+1
2017-03-02Rewrite dissectors to use Libgcrypt functions.Erik de Jong4-93/+116
2017-02-20SNMP: fix insertion of first entry in SNMP Users UATPascal Quantin1-25/+21
2017-02-20SNMP: duplicate dynamic members of snmp_ue_assoc_t structure in localize_ue()Pascal Quantin1-0/+5
2017-02-14Handle NSAP IPv4 addresses in NBAP's TransportLayerAddress field which aren't...S. Shapira1-2/+17
2017-02-13Make Libgcrypt a mandatory dependencyPeter Wu4-71/+4
2017-02-07ldap (asn1): fix indent (use 2 spaces)Alexis La Goutte2-438/+449
2017-02-01h460: use wmem for strdup.Dario Lombardo1-4/+4