summaryrefslogtreecommitdiff
path: root/asn1
AgeCommit message (Collapse)AuthorFilesLines
2006-12-10From Stig Bjorlykke:Stephen Fisher1-1/+1
This patch fixes a small typo in the s4406 dissector. svn path=/trunk/; revision=20093
2006-12-08Get rid of UCD SNMP support (it's not longer supported andJörg Mayer1-40/+20
superseeded by net-snmp). Replace some_snmp by net_snmp where appropriate. svn path=/trunk/; revision=20071
2006-12-07Revert some dissector_handle_t to static changes to make it compile again.Anders Broman1-2/+2
svn path=/trunk/; revision=20064
2006-12-07As ponted out by Stig Bjørlykke change a whole bunch of dissector_handle_t ↵Anders Broman6-9/+9
to static. svn path=/trunk/; revision=20062
2006-11-27We got rid of ldap/Lightweight-Directory-Access-Protocol-V3.asn.orig, soGuy Harris1-1/+0
don't try to put it into the distribution. svn path=/trunk/; revision=20006
2006-11-27Note that this isn't just cut and pasted from RFC 2251.Guy Harris1-0/+2
svn path=/trunk/; revision=20005
2006-11-27remove file that is not usedRonnie Sahlberg1-346/+0
bug 1247 svn path=/trunk/; revision=19997
2006-11-26Fix property typo: svm:keywords --> svn:keywordsBill Meier1-1/+1
svn path=/trunk/; revision=19993
2006-11-26Fix some property typos (eg: svn:kwywords, swn:keywords, etc)Bill Meier1-1/+1
Add 'svn:eol-style native' for a few .[hc] files svn path=/trunk/; revision=19992
2006-11-21Revert changes to have named bits in the bitstring of unknown length.Anders Broman1-516/+1
svn path=/trunk/; revision=19954
2006-11-15Add OID translation for some more Generic codecs.Anders Broman1-1/+31
svn path=/trunk/; revision=19900
2006-11-14nikai@nikai.net:Jörg Mayer1-1/+0
Remaining fixes from: http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1225 svn path=/trunk/; revision=19895
2006-11-08Sorry that should have been static int. Corrcted now.Anders Broman1-1/+1
svn path=/trunk/; revision=19869
2006-11-08Make Wireshark build on my system (gcc 4.1.0) againJörg Mayer1-1/+1
svn path=/trunk/; revision=19868
2006-11-08Use h248v3.asn.Anders Broman1-2/+2
svn path=/trunk/; revision=19867
2006-11-08Make things build on my system againJörg Mayer1-1/+1
svn path=/trunk/; revision=19866
2006-11-07Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1206Anders Broman3-6/+33
MEGACO message cannot be decoded correctly for ServiceChange Command And decoding of serviceChangeReason. svn path=/trunk/; revision=19861
2006-11-06Fix bug 1207, simple swap of the two text strings.Jaap Keuter1-2/+2
svn path=/trunk/; revision=19819
2006-11-06Don't remove a preference, make it obsolete instead.Jaap Keuter1-0/+2
svn path=/trunk/; revision=19818
2006-11-05Tidy up of information column for NTLM authentication.Graeme Lunt1-1/+12
Related to Bug 1148. svn path=/trunk/; revision=19810
2006-11-04General updates to:Graeme Lunt3-14/+101
*) Remove maximum LDAP PDU size check - they can get large with either large attributes (e.g. CRLs, SPIFs) or with lots of results (see http://www.wireshark.org/lists/wireshark-users/200610/msg00197.html). The max size preference is also removed. *) Support for dissecting LDAP controls including server side sorting and paged results. A new BER function is introduced to see if there is a dissector for a given OID. *) Remove reference to removed BER preference in the LDAP reassembly preference. *) Mark a LDAPURL as a URL svn path=/trunk/; revision=19792
2006-11-03Dissect h324ext_h223lcparm.Anders Broman2-1/+3
svn path=/trunk/; revision=19786
2006-10-31change the signature for the get_pdu_len() function pointer passed to ↵Ronnie Sahlberg5-7/+7
tcp_dissect_pdus() to also include a packet_info pointer. there are many reasons why some protocols actually need to be able to access the pinfo structure while determining the pdu size svn path=/trunk/; revision=19751
2006-10-29put every python script name into "" so the call won't fail on Win32 native ↵Ulf Lamping62-62/+62
python. The problem is the slash in e.g.: @$(PYTHON) ../../tools/make-dissector-reg.py is interpreted as an option instead of being part of the path. I didn't wanted to use backslashes as this might introduce new problems with cygwin's python port. svn path=/trunk/; revision=19730
2006-10-26Fix more Ubuntu warnings.Anders Broman2-73/+50
svn path=/trunk/; revision=19711
2006-10-25Remove some unused asn1 code(not in spec) to get rid of some Ubuntu warnings.Anders Broman1-263/+4
svn path=/trunk/; revision=19688
2006-10-25Fix Id markingAnders Broman1-1/+1
svn path=/trunk/; revision=19686
2006-10-25Add more paranoid pointer checks. Fixes CID 219.Gerald Combs1-64/+64
svn path=/trunk/; revision=19684
2006-10-15Fix Event dissection which was broken when going to V3.Anders Broman1-3/+6
and add a few parameters. svn path=/trunk/; revision=19544
2006-10-15Upadte to H.248 V3 and add some annex E parameters.Anders Broman3-7/+6
svn path=/trunk/; revision=19543
2006-10-11fix for 1148Ronnie Sahlberg3-2/+30
pretty horrible hack to store an ntlmssp blob inside an ldap string the info column is not entirely pretty but the payload is at least decoded svn path=/trunk/; revision=19490
2006-10-10Clean up some compiler warnings.Guy Harris1-1/+1
svn path=/trunk/; revision=19473
2006-10-09Add ASN1 for H248 v3. The aim is to replace the current asn1 file after some ↵Anders Broman1-0/+1081
more testing. svn path=/trunk/; revision=19463
2006-10-08H248:Anders Broman1-0/+2
Lost a line in last commit. ISUP Export a value string. svn path=/trunk/; revision=19454
2006-10-06Add a few packages and fix dissecton of a_codecs and handle the case whenAnders Broman1-2/+3
hf_param = -1. svn path=/trunk/; revision=19445
2006-10-04Added the possibillity of Statistic pkg as well.Anders Broman2-1/+11
svn path=/trunk/; revision=19436
2006-10-04Put back the bugfixes froim Revision 19190/19356Anders Broman1-8/+88
Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1091 "h248_handle was declared localy, udp port was not added at register. Added a few more packagenames." svn path=/trunk/; revision=19434
2006-10-04Finally got it to complie.Anders Broman1-2/+144
svn path=/trunk/; revision=19427
2006-10-04more cleanup... almost there...Luis Ontanon2-45/+4
svn path=/trunk/; revision=19426
2006-10-03From Florent.Drouin@alcatel.fr:Anders Broman1-0/+16
I did improve the OID management in the tcap dissector. Now, when a tcap message is reveived, without upper layer, the ACN is saved in the TCAP context, and can be used for the next messages of the dialogue. It is used only when the upper layer session is opened with Tcap only messages. svn path=/trunk/; revision=19414
2006-10-03Get it to compile...Luis Ontanon1-5/+1
svn path=/trunk/; revision=19412
2006-10-03MSVCC does not like mixing code and variable declarationsLuis Ontanon1-1/+2
svn path=/trunk/; revision=19409
2006-10-03H.248 packages...Luis Ontanon4-1175/+533
few things to be fixed: - // comments, - not every hf_xxx used might be registered some packages from the current h248 dissector are still missing. svn path=/trunk/; revision=19407
2006-09-30From Reinhard Speyerer:Anders Broman4-8/+8
Update asn1/umts_rrc*/Makefile for the renamed asn2eth.py -> asn2wrs.py. svn path=/trunk/; revision=19385
2006-09-30A new field information flag, FI_URL, to indicate a field contains a URL.Graeme Lunt3-1/+10
This is used to display the field underlined and to allow the user to double-click on it (like FT_FRAMENUM) to open the URL in the configured browser. Example usage in the x509ce and logotype certificate extensions. svn path=/trunk/; revision=19383
2006-09-29Add some more package names.Anders Broman1-1/+14
svn path=/trunk/; revision=19356
2006-09-27From Florent Drouin:Anders Broman6-92/+367
Here are some patches and a new module to introduce the notion of Tcap context for a Tcap transaction. For each Tcap transaction, several parameters, like session identifier, start time or OID, will be saved in a hash table, to keep these informations available for the next messages. This context is then given to the upper layer, and can be used, for example, to generate transaction-associated statistics. Moreover, the Upper protocol, detected in the Begin of the TCAP transaction ( according to the OID ), is saved in the context, and will be reused for the next messages of the transaction. This help the decoding of SS7 messages, without any SSN configuration in the "wireshark preferences". You will have too, the possibility to apply a filter to see only the messages related to a TCAP transaction. (tcap.srt.session_id=XXX) To enable the use of the Tcap context, you have 2 new parameters in the preferences, - SRT, enable search for a Tcap context for any TCAP messages - persistentSRT, keep the Tcap context, even after the transaction has been closed. This is mandatory with Wireshark, to have a clean display of the stats. There is 2 new timers in the preferences for the statistics, to tune the retransmission timeout, and messages lost timeout. svn path=/trunk/; revision=19341
2006-09-22When dissecting LDAP, the assumption was made that the maximum LDAP PDU size ↵Graeme Lunt1-2/+8
will be 65535. Anything bigger than this was considered not to be LDAP. However, LDAP can have PDU sizes bigger than this - a CRL can easily grow to be bigger than this, for example. This patch makes the the maximum valid LDAP PDU size a preference. The default value for this new preference is 65535 for backwards compatibility. svn path=/trunk/; revision=19288
2006-09-20Dont use itu_ssnAnders Broman1-1/+1
svn path=/trunk/; revision=19263
2006-09-19From Graham Addis:Anders Broman1-3/+10
In dissect_geographical_description the longitude is multiplied by 260 and should be by 360(degrees). Also it would be good to display to 5 decimal places. svn path=/trunk/; revision=19260