aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Collapse)AuthorFilesLines
2006-02-07Add a RFC value.Anders Broman1-0/+1
svn path=/trunk/; revision=17193
2006-02-05H.248 over UDPLuis Ontanon1-3/+24
svn path=/trunk/; revision=17163
2006-01-31Export dissector_handle_t get_itu_tcap_subdissector()Anders Broman2-1/+3
svn path=/trunk/; revision=17136
2006-01-31Fix a typoAnders Broman1-1/+1
svn path=/trunk/; revision=17135
2006-01-31BSSGP - Translate MCC and make MCC MNC etc vissible filtersAnders Broman2-2/+24
GSMMAP - Small bugfix svn path=/trunk/; revision=17132
2006-01-31Fix a typo.Anders Broman1-1/+1
svn path=/trunk/; revision=17131
2006-01-26Add the abillity to translate MCC.Anders Broman2-1/+21
svn path=/trunk/; revision=17105
2006-01-22Dissect CellGlobalIdOrServiceAreaIdOrLAI and RAIdentityAnders Broman6-5/+57
svn path=/trunk/; revision=17075
2006-01-21RANAP - Dissect ProtocolExtensionField IE:sAnders Broman1-0/+4
GSM A - Service Request; Mobile identity element is LV type svn path=/trunk/; revision=17069
2006-01-20Dissect:Anders Broman1-0/+3
- PDPcontext - GSN-Address - QoS svn path=/trunk/; revision=17063
2006-01-20Dissect:Anders Broman3-22/+143
- PDPcontext - GSN-Address - QoS svn path=/trunk/; revision=17062
2006-01-20Dissect:Anders Broman3-44/+138
- PDPcontext - GSN-Address - QoS svn path=/trunk/; revision=17061
2006-01-19ext_qos_subscribed was not correctly decoded in Camel and GSM MAPAnders Broman2-7/+143
Change to use proto_add_item in packet-gsm_a.c for some octets and export value strings. svn path=/trunk/; revision=17055
2006-01-18In packet-cops.c use proto_item_append_text() instead of creating aGerald Combs1-11/+18
separate buffer. Fixes the current Buildbot failure. Don't let the sprint_realloc_* functions reallocate ep_allocated memory. Add comments warning against this in the future. In emem.c, make sure we don't use an extra 100k every stinkin' time someone wants to allocate memory when debugging is enabled. Fixup whitespace. svn path=/trunk/; revision=17051
2006-01-17Change some OPCODE decodes from respons to Invoke (bug fix), let gsm_a ↵Anders Broman2-13/+82
decode som IE:s. svn path=/trunk/; revision=17050
2006-01-16From Alejandro Vaquero:Anders Broman4-40/+70
patch to add t38 setup info for h245 packets. - Me add /y to makefiles. svn path=/trunk/; revision=17036
2006-01-15Backup changes.Anders Broman2-44/+53
svn path=/trunk/; revision=17035
2006-01-12Reset h245_pi using CLEANUP_PUSH/CLEANUP_CALL_AND_POP so that we don't leaveGerald Combs1-2/+8
ep_alloc()ated memory lying around. Fixes bug 667. Fixup whitespace. svn path=/trunk/; revision=17022
2006-01-12Backup the latest editsAnders Broman3-102/+1714
svn path=/trunk/; revision=17021
2006-01-12Before we begin dissection, NULLify some global variables that mightGerald Combs1-161/+164
contain ep_alloc()ed data from a previous dissection. Correctly fixes bug 651 (the previous fix was incorrect). svn path=/trunk/; revision=17015
2006-01-10Make sure last_dn is big enough, and set it to NULL when we'reGerald Combs1-2/+4
finished with it. This should fix the current menagerie failure in Buildbot. Fix up whitespace. svn path=/trunk/; revision=16995
2006-01-09Use col_set_fence(), not to owerwrite colinfo if more than one Camel pdu is ↵Anders Broman1-0/+1
in one TCAP message. svn path=/trunk/; revision=16980
2006-01-07Add dissection of more IE:sAnders Broman3-16/+1156
svn path=/trunk/; revision=16977
2006-01-07From Olivier Jacques, Anders Broman1-1/+1
Here is a patch that: - Replaces the arrow labels by the beginning of the COLINFO column if available (usually containing message names/types). - Change the comment area to be "protocol: colinfo_content" From Anders Added ID tag Camel Use col_set_str to remove TCAP info in col_info svn path=/trunk/; revision=16975
2006-01-06Don't dereference a null pointer. Fixes bug 651. Update the release notesGerald Combs1-1/+3
accordingly. svn path=/trunk/; revision=16967
2006-01-05Bill Meier:Jörg Mayer2-3/+3
Spelling fixes. svn path=/trunk/; revision=16956
2006-01-03Further asn1 code updates and IE decoding.Anders Broman3-87/+1416
svn path=/trunk/; revision=16932
2006-01-02Fix a typo.Guy Harris1-1/+1
svn path=/trunk/; revision=16931
2005-12-28Updates to the ASN1 code and decode some IE:sAnders Broman3-134/+1793
svn path=/trunk/; revision=16915
2005-12-28- Decode some more annex C fieldsLuis Ontanon3-102/+556
- Keep track of terminations (link wildcarded ones to real ones) - Keep termination info and link aal2 terminations to alcap legs svn path=/trunk/; revision=16914
2005-12-25microsoft does not use a confounder for spnego when using DNS/TSIGRonnie Sahlberg1-4/+10
they use an additional confounder everywhere else (as it seems) but not for DNS/TSIG svn path=/trunk/; revision=16894
2005-12-20Add ASN1 code from some more 3GPP2 dockuments.Anders Broman3-118/+1869
svn path=/trunk/; revision=16867
2005-12-20Add dissection of RNSAP, not complete yet.Anders Broman7-1/+15441
svn path=/trunk/; revision=16864
2005-12-19Fix some asn1 errors and insert the new code to call TCAP.Anders Broman2-95/+180
svn path=/trunk/; revision=16862
2005-12-19Get rid of some GCC warnings about unused code.Anders Broman3-56/+54
svn path=/trunk/; revision=16861
2005-12-19Add dissection of Error parameters hopfully geting rid of some GCC warnings.Anders Broman3-240/+623
svn path=/trunk/; revision=16860
2005-12-18warning: function declaration isn't a prototypeJörg Mayer1-1/+1
svn path=/trunk/; revision=16852
2005-12-18Work in progress ANSI MAP dissector. Anders Broman6-0/+4211
svn path=/trunk/; revision=16846
2005-12-18If we're going to use a handle for the data handle, we need to get aGuy Harris1-1/+2
handle for that dissector. This fixes bug 637. svn path=/trunk/; revision=16842
2005-12-18Update tcap.cnf to generate the current packet-tcap.cGuy Harris1-25/+44
svn path=/trunk/; revision=16841
2005-12-18Get rid of an unused variable.Guy Harris1-2/+0
svn path=/trunk/; revision=16840
2005-12-18Get rid of an unused variable.Guy Harris1-5/+0
svn path=/trunk/; revision=16838
2005-12-18Get rid of an unused variable.Guy Harris1-1/+0
Fix a typo in svn:keywords. svn path=/trunk/; revision=16837
2005-12-17Have tcap subdissectors registering using functions provided by tcap and ↵Luis Ontanon5-61/+87
tcap manage ssn registration. In packet-sccp.c avoid not having a binding. svn path=/trunk/; revision=16834
2005-12-16From Jaap Keuter:Anders Broman1-3/+4
- Editcap Mikko Tiihonen filed bug 379 including a patch for editcap. This wasn't picked up so far. I've ported the patch to svn 16820 and included a documentation patch. -packet-ieee80211.c Radek Vokal of RedHat filed a bug found by Vladimir Kondratiev of Intel in the 802.11 dissector. Radek provided a sample capture and Vladimir a oneliner patch. I've ported the patch to svn 16820 and tested it against the provided capture. Works well. -From Kan Sasaki A patch for packet-ospf.c is attached: - Fix the handling of the DN-bit of options field. - Add a new function dissect_ospf_bitfield() to dissect a bitfield such as options, flags. The following functions are merged by using this function. - dissect_ospf_lls_extended_options() - dissect_ospf_dbd() - dissect_ospf_options() - dissect_ospf_v3_prefix_options() - dissect the flags and prefix-options bitfield. - lldp Bugfix Bug 596 LLDP TIA Network Policy Decode is not correct - Camel make it possible to dissect based on OID. svn path=/trunk/; revision=16822
2005-12-16Get rid of duplicted dissector tables for MTP3 Service indicator and SCCP ssn:sAnders Broman3-5/+2
svn path=/trunk/; revision=16815
2005-12-16From Graeme Lunt:Anders Broman4-12/+5
* DOP - This has now been successfully tested and so is now enabled by default and workaround code removed. Also now uses the correct EXPORTs from the other modules/dissectors. * X509SAT - Most of the selected attributes are now supported in addition to the DirectoryString syntax attributes. This includes restoring the correct DirectoryString syntax and also providing the basic syntaxes (e.g. OBJECT IDENTIFIER, PrintableString). The latter requires a sed line in the Makefile which I assume should be OK? Not all the SAT can be defined in x509sat - so some have been included in x509if and x509af - though x509sat.cnf contains the master list and references the other dissectors where appropriate. (I still prefer a syntax registration approach but I don't think that is going to be agreed in the short term.) * X509IF - a mechanism to register some formating, based upon the hf_index, that is used in the cnf file. * A couple of fixes identified by Stig. svn path=/trunk/; revision=16814
2005-12-14Fix Bug 628 Bugzilla 2.18.3 Anders Broman1-5/+1
CAMEL - Connect decoding error - Calledparty number included first two octets svn path=/trunk/; revision=16804
2005-12-14Add makefilesAnders Broman2-2/+3
svn path=/trunk/; revision=16800
2005-12-14From Grame Lunt:Anders Broman22-135/+343
Attached is a patch that updates - * DOP - This has now been successfully tested and so is now enabled by default and workaround code removed. Also now uses the correct EXPORTs from the other modules/dissectors. * X509SAT - Most of the selected attributes are now supported in addition to the DirectoryString syntax attributes. This includes restoring the correct DirectoryString syntax and also providing the basic syntaxes (e.g. OBJECT IDENTIFIER, PrintableString). The latter requires a sed line in the Makefile which I assume should be OK? Not all the SAT can be defined in x509sat - so some have been included in x509if and x509af - though x509sat.cnf contains the master list and references the other dissectors where appropriate. (I still prefer a syntax registration approach but I don't think that is going to be agreed in the short term.) * X509IF - a mechanism to register some formating, based upon the hf_index, that is used in the cnf file. * A couple of fixes identified by Stig. Note the patc for dop did not apply don't regenerate dissectors yet. svn path=/trunk/; revision=16799