aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Expand)AuthorFilesLines
2013-01-24Fix H.460.9 numbers of parametersTomas Kukosa1-3/+3
2013-01-24Fix H.460.x calling from H.225 - content decodingTomas Kukosa1-0/+12
2013-01-24Add sGSNPLMNIDChangeAnders Broman1-0/+1
2013-01-24Try making dataCodingScheme a guint32 to quiet the MacOS buildbots.Jeff Morriss1-3/+3
2013-01-23Allow dissection of several segmented warning messages in parallelPascal Quantin2-8/+33
2013-01-21Update to 3GPP TS 25.419 V11.0.0 (2012-09) no change in asn1.Anders Broman7-8/+9
2013-01-20Dissect ETWS and CMAS notificationsPascal Quantin2-19/+330
2013-01-20snmp dissector did not correctly set length of pdu's of more than 127 bytes. ...Graham Bloice1-1/+1
2013-01-19Use epan-scoped memory to clean up another 1Kb+ of valgrindEvan Huus1-3/+4
2013-01-19Fix for CID 280252.Jaap Keuter1-2/+2
2013-01-15Based on http://ask.wireshark.org/questions/17661/tcap-decoding-bug :Jeff Morriss1-2/+2
2013-01-11Upgrade RRC dissector to v11.4.0Pascal Quantin7-133/+2834
2013-01-11Upgrade LPP dissector to v11.1.0 and modify extract_asn1_from_spec.pl to auto...Pascal Quantin6-14/+164
2013-01-10#if 0 out unused codeAnders Broman1-3/+6
2013-01-10From an.huang:Anders Broman4-9/+63
2013-01-08Dissect CDMA2000 system timePascal Quantin1-0/+34
2013-01-06Upgrade LTE RRC dissector to v11.2.0Pascal Quantin6-169/+695
2012-12-26bytestring_to_str() now returns a const char *; assign its result to aGuy Harris1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris9-15/+17
2012-12-21Squelch a qualifier-discard warning.Guy Harris1-1/+1
2012-12-21Get rid of unused routines for UDC-type.Guy Harris1-1/+1
2012-12-18When copying addresses, also copy the (new) hf field.Jeff Morriss2-185/+166
2012-12-13Fix what seems to be a typo errorPascal Quantin1-1/+1
2012-12-13From John Batty via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8087 :Pascal Quantin1-1/+1
2012-12-12Moved users table lookup to find_oid_by_pres_ctx_id() so otherStig Bjørlykke3-32/+27
2012-12-12"Fill" a couple of value_string(ext)Anders Broman1-0/+5
2012-12-07Added deltaRevocationList.Stig Bjørlykke2-3/+4
2012-12-03Fix [-Wshadow] warnings.Bill Meier2-9/+9
2012-11-30Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8023 :Pascal Quantin1-1/+1
2012-11-29Make all enum_val_t's const.Jeff Morriss4-48/+48
2012-11-26Add missing OPTIONAL keyword in RRCConnectionRequest messagePascal Quantin1-1/+1
2012-11-18You can't return from inside a TRY/CATCH/ENDTRY block (seeGuy Harris1-12/+32
2012-11-18In the heuristic T.124 dissector, catch BoundsError andGuy Harris1-9/+21
2012-11-16Added a try-catch in the heuristics to avoid a false malformed packetStig Bjørlykke1-8/+12
2012-11-16If we have an com_context_id entry reuse that.Anders Broman2-74/+87
2012-11-15Add and prettify debug info - will regenerate dissector laterAnders Broman1-49/+105
2012-11-14Dissable code causing a crash. Add debug printouts and add a few more visited...Anders Broman2-13/+70
2012-11-13Pacify OSX-10.5 buildbotsPascal Quantin1-4/+4
2012-11-12Added attributes from RFC 2798.Stig Bjørlykke3-1/+16
2012-11-12Fix detection of H-RNTI when it is given after the DL-TransportChannelType co...Pascal Quantin3-27/+29
2012-11-12Fixed some typosStig Bjørlykke2-4/+4
2012-11-12Update ACP133 to edition D.Stig Bjørlykke6-14/+138
2012-11-09Use a subtree for message containersPascal Quantin2-71/+90
2012-11-08Only append oid name to parent item once when having RDN as a attribute.Stig Bjørlykke1-3/+1
2012-11-07Avoid accessing a no more valid tvbuffPascal Quantin2-2/+10
2012-11-06Fix dissection of NAS security parameters to/from E-UTRAPascal Quantin2-10/+13
2012-11-06Dissect lat. long and Uncertainty-Code.Anders Broman2-0/+28
2012-11-05Dissect the positioning data.Anders Broman2-5/+148
2012-11-05Use little endian MNC encoding.Anders Broman1-2/+3
2012-11-01From LI Hai:Anders Broman1-3/+3