aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Expand)AuthorFilesLines
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier7-38/+38
2013-02-26its ==> it's & it's ==> its as needed.Bill Meier3-4/+4
2013-02-21include the wsutil/wsgcrypt.h instead of including gcrypt.h directlyMartin Kaiser2-2/+2
2013-02-20And one more case where tvb_new_subset_remaining() is appropriate.Guy Harris1-3/+1
2013-02-20Clean up white space - get rid of 4-space tabs.Guy Harris1-166/+176
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris5-6/+6
2013-02-19Remove experiment with global codeAnders Broman1-2/+3
2013-02-19Add the remaining asn1 files "CODE global" not handled yet.Anders Broman12-2/+1024
2013-02-18Dissect more supplementarry servicesAnders Broman8-50/+621
2013-02-18Add more ASN1 files.Anders Broman2-0/+106
2013-02-17Remove C++ incompatibilities in c1222 dissector.Michael Mann2-17/+9
2013-02-17Squelch some more warnings.Guy Harris1-0/+4
2013-02-17Squelch some warnings.Guy Harris2-0/+8
2013-02-17Try to fix merge problem.Anders Broman2-253/+1
2013-02-17Add a preferense to the Q.932 dissector wether facility messages should be di...Anders Broman2-9/+309
2013-02-17Give it an RCS ID.Guy Harris1-0/+3
2013-02-17Get rid of trailing CRs, set the usual svn properties to expand $Id$ andGuy Harris9-945/+945
2013-02-17Add isdn-sup to the asn1 makefiles.Anders Broman2-0/+2
2013-02-17Add the files for an initial ISDN Supplimentary Services(ETSI) dissector.Anders Broman9-0/+945
2013-02-16Fix typo errorPascal Quantin1-2/+2
2013-02-16Add decryption algorithm preference to SNMP dissector.Michael Mann1-1/+32
2013-02-14Factorize FGI dissectionPascal Quantin2-402/+126
2013-02-05Export TBCD-STRING.Anders Broman1-0/+1
2013-02-02Hack: disguise '/*' in text strings to prevent checkAPIs & etc seeing 'start ...Bill Meier1-1/+1
2013-01-31Add SIB type to info columnPascal Quantin1-44/+108
2013-01-31Add an OID translation.Anders Broman1-0/+1
2013-01-28Allow SNMP user table entry to be re-editted even if engineID/Username remain...Michael Mann1-1/+1
2013-01-25Remove duplicate include filePascal Quantin1-1/+0
2013-01-25Fix dissection of ETWS/CMAS messagesPascal Quantin2-15/+40
2013-01-25Remove non ASCII characterPascal Quantin2-4/+4
2013-01-25Dissect Broadcast-Message-Content correctly.Anders Broman2-1/+73
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