aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Collapse)AuthorFilesLines
2005-05-23 Warning fix:Anders Broman1-1/+0
packet-camel.h:49: warning: 'dissect_camel_DestinationAddress' declared 'static' but never defined do this change also for the template file. svn path=/trunk/; revision=14421
2005-05-20some cosmetic fixesLuis Ontanon2-12/+13
svn path=/trunk/; revision=14401
2005-05-19Display version number and product number as strings.Anders Broman1-0/+2
svn path=/trunk/; revision=14397
2005-05-17Make it possible to dissect h221nonstandarddata and fix some errors from the ↵Anders Broman2-9/+25
new asn2eth generator. svn path=/trunk/; revision=14387
2005-05-15From Tim Endean:Anders Broman1-1/+1
Ss-code is Optional in some cases. svn path=/trunk/; revision=14370
2005-05-13- make sure contextId and transactionId are added to the tree as filterable ↵Luis Ontanon2-5/+253
fields even if they are larger than 4 octets - set COL_INFO to something useful svn path=/trunk/; revision=14361
2005-05-11Reinsert Gerards patch (r14342) which was lost.Anders Broman1-2/+4
svn path=/trunk/; revision=14351
2005-05-11pinfo->p2p_dir not set in the new gsm_map dissector causing problems with ↵Anders Broman1-0/+3
dissection of SMS messages. svn path=/trunk/; revision=14348
2005-05-10- export Audio Codec modes from isup/biccLuis Ontanon1-2/+8
- detailed dissection of GSM/UMTS speech code list ETSI 126 103 (3gpp 26.103 v3.0.0) - use it for H.248 svn path=/trunk/; revision=14343
2005-05-10Fix dissection of mt-forwardSM.Anders Broman2-6/+11
svn path=/trunk/; revision=14341
2005-05-10fix some field rename errors turned up by the latest asn2eth compiler.Anders Broman1-14/+14
svn path=/trunk/; revision=14340
2005-05-09only lower-case ASCII letters, numbers,Lars Roland1-1/+1
underscores, and dots are allowed in the preference name. Fix it the camel dissector. svn path=/trunk/; revision=14333
2005-05-08From Javier Acuna:Anders Broman4-23/+188
Added some code to dissect DateAndTime. svn path=/trunk/; revision=14327
2005-05-02Add dissection of Q.850 cause.Anders Broman3-3/+17
svn path=/trunk/; revision=14274
2005-04-22Define a maximum OID string length, and use it in a lot of places. Fixes aGerald Combs11-14/+14
buffer overflow found while fuzz testing. svn path=/trunk/; revision=14169
2005-04-21from Olivier JRonnie Sahlberg1-6/+15
bugfix for IMPLICIT NULL in BER sequences and gsmmap updates svn path=/trunk/; revision=14160
2005-04-20Add a tree parameter to get_ber_length() so thatRonnie Sahlberg1-1/+1
IF the length seems bogus, like longer than the reported tvb_length we add a helpful text item to the tree and generate a [malformed packet] change all callers of get_ber_length to the new signature. svn path=/trunk/; revision=14145
2005-04-15From Olivier Jacques:Anders Broman3-9/+74
- Add bearerServiceCodes decoding - Fixed sendRoutingInfoForSM and reportSM-DeliveryStatus invoke decoding (argument mismatch) svn path=/trunk/; revision=14090
2005-04-15From Olivier Jacques:Anders Broman3-743/+904
- Adds callingPartyNumber and CalledPartyNumber parameter dissection uing ISUP dissector - Adds IMSI and ISDN-AddressString parameter dissection - A lot of changes in the .asn file to sort it, handle more parameters and error codes - contributed by Javier Acuna [javier.acuna@sixbell.cl] svn path=/trunk/; revision=14087
2005-04-14In dissect_h245_OpenLogicalChannelCodec(), make sure codec_type exists beforeGerald Combs1-1/+1
trying to access its contents. svn path=/trunk/; revision=14072
2005-04-02From Tim Endean:Anders Broman2-8/+163
1) Return errors. 2) Return rejects. Numerous other bugs fixed. svn path=/trunk/; revision=14004
2005-04-01tiny bugfix for gsmmapRonnie Sahlberg1-0/+1
svn path=/trunk/; revision=14000
2005-04-01Get rid of an unused variable.Guy Harris1-2/+1
Include "packet-gsm_map.h", not "packet-gsm_map.c". Check in the regenerated CAMEL dissector. svn path=/trunk/; revision=13995
2005-03-31Included packet-gsm_map.h and removed unpack_digits as it now is exported ↵Anders Broman1-33/+1
from gsm_map, as it isn't used yet no need to regenerate the dissector now. svn path=/trunk/; revision=13987
2005-03-31From Jacques, Olivier: Length of digit_str wrongly calculated.Anders Broman2-2/+15
Free the string, fix dissection of some elements. svn path=/trunk/; revision=13985
2005-03-31From Jacques, Olivier: Length of digit_str wrongly calculated.Anders Broman1-10/+14
Free the string, fix dissection of some elements. svn path=/trunk/; revision=13984
2005-03-30Update and small bugfixAnders Broman2-4/+32
svn path=/trunk/; revision=13979
2005-03-29README.developer says:Gerald Combs1-1/+1
"PROTOABBREV A name for the protocol for use in filter expressions; it should contain only lower-case letters, digits, and hyphens." In proto_register_protocol(), generate a warning if PROTOABBREV contains invalid characters. Along with the list above, allow underscores and periods. Fix up whitespace. Lower-case PROTOABBREV in several dissectors. svn path=/trunk/; revision=13967
2005-03-28The "application_context_version" variables in the CAMEL and GSM MAPGuy Harris2-10/+10
dissectors aren't needed outside the dissectors, and having more than one of them exported causes build problems, at least on OS X - make them static. Fix indentation. svn path=/trunk/; revision=13951
2005-03-27Get rid of an unused variabnleAnders Broman1-1/+0
svn path=/trunk/; revision=13944
2005-03-27From Alejandro Vaquero :Anders Broman1-2/+2
Find attached a patch for SDP sessions to: - Dissect Dynamic payload types in RTP packets - Add the dynamic payload type description in RTP packets - Add RTP dynamic payload types description in the Voip Calls Graph, in the RTP and SDP. svn path=/trunk/; revision=13934
2005-03-24From Jacques Olivier add some OID:sAnders Broman1-0/+3
svn path=/trunk/; revision=13894
2005-03-22Initial checkin of a camel dissector.Anders Broman6-0/+3246
svn path=/trunk/; revision=13864
2005-03-20Fix dissect_per_restricted_character_string() calls in h225.cnf to passGuy Harris1-2/+2
0, not NULL, for the last argument. Re-generate packet-h225.c with the fixed h225.cnf. svn path=/trunk/; revision=13820
2005-03-17From Jeff Morriss: use the new range preference type.Anders Broman1-99/+92
svn path=/trunk/; revision=13795
2005-03-11From Alexandro Vaquero:Guy Harris1-1/+31
fix the call to "rtp_add_address()" to match the new signature; fix a problem with the codec displayed in the "Voip Graph" for H245 "RequestMode" messages. svn path=/trunk/; revision=13709
2005-03-10From Alejandro Vaquero:Luis Ontanon1-1/+1
- Automatic dissection of RTP events (RFC2833) set in SDP sessions. - Add RTP events (RFC2833) to the Voip Graph svn path=/trunk/; revision=13697
2005-03-06Add a newline to the end of the file.Guy Harris1-1/+1
svn path=/trunk/; revision=13616
2005-02-23Fix some asn2eth warnings.Anders Broman3-29/+65
svn path=/trunk/; revision=13485
2005-02-23Add dissection of packet tdmcAnders Broman1-26/+55
svn path=/trunk/; revision=13483
2005-02-23update asn2eth and all generated dissectors to new dissect_ber_boolean that ↵Ronnie Sahlberg6-27/+27
takes a implicit_tag parameter svn path=/trunk/; revision=13479
2005-02-16Add some of the AnyTime... Operations.Anders Broman2-32/+575
svn path=/trunk/; revision=13417
2005-02-14Fix some compiler warnings (at least one of which is for a real problem).Guy Harris1-4/+4
svn path=/trunk/; revision=13404
2005-02-14Add some more V3 opcodesAnders Broman3-13/+112
svn path=/trunk/; revision=13397
2005-02-14From :Tim Endean correct conditions for a while loop.Anders Broman1-2/+3
svn path=/trunk/; revision=13394
2005-02-11Dissect Return error and some more operationcodes.Anders Broman2-27/+227
svn path=/trunk/; revision=13383
2005-02-10Remove an extra /*, some unused variables, and an unneeded include (INAPGuy Harris1-5/+1
currently has no taps). svn path=/trunk/; revision=13371
2005-02-10Add a Makefile.Guy Harris1-0/+16
svn path=/trunk/; revision=13370
2005-02-09fix svn propertiesLars Roland1-1/+1
svn path=/trunk/; revision=13367
2005-02-09From Tim Endean: INAP dissector.Anders Broman4-0/+1356
svn path=/trunk/; revision=13363