aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Collapse)AuthorFilesLines
2006-05-21name changeRonnie Sahlberg116-233/+233
svn path=/trunk/; revision=18197
2006-05-17Decode Ext-GeographicalInformation.Anders Broman5-1/+262
svn path=/trunk/; revision=18182
2006-05-17Fix decoding of Ext-GeographicalInformation.Anders Broman3-25/+33
svn path=/trunk/; revision=18181
2006-05-16PER:Anders Broman3-4/+14
Adapt dissect_per_octet_string to unaligned PER. Call rrlp dissector from ulp dissector. svn path=/trunk/; revision=18176
2006-05-15PER Enumerated is working now.Anders Broman1-11/+0
svn path=/trunk/; revision=18165
2006-05-15Don't throw an exception in oid_to_subid_buf() if the generated OID isGuy Harris1-36/+34
zero-length - oid_to_subid_buf() can be called when we're not in the middle of a dissection, and throwing a "dissector bug" assertion in that case is itself a bug. svn path=/trunk/; revision=18164
2006-05-15regenerated with new asn2ethTomas Kukosa10-36/+14
svn path=/trunk/; revision=18158
2006-05-15updated to H.235.0:09/2005 and H.235.8:09/2005 Tomas Kukosa6-73/+193
svn path=/trunk/; revision=18157
2006-05-15H.225, H.245, H.450 regenerated with new asn2ethTomas Kukosa7-11/+26
svn path=/trunk/; revision=18156
2006-05-14Remove stupid code.Anders Broman1-12/+0
svn path=/trunk/; revision=18148
2006-05-13snmp: Hopfully fix bug Bug 925.Anders Broman2-5/+15
Add packet-ulp.c missing from last commit. svn path=/trunk/; revision=18144
2006-05-13Make dissect_per_constrained_integer handle unaligned PER.Anders Broman3-15/+35
Add ULP TCP port preference decode IPv4/IPv6 fields. svn path=/trunk/; revision=18143
2006-05-10"Field Information" context menu item that will bring up a web page ↵Graeme Lunt1-1/+1
reference to a field type of FT_OID svn path=/trunk/; revision=18125
2006-05-10Add 3GPP Radio Resource LCS Protocol (RRLP) packet dissectorAnders Broman7-2/+1274
svn path=/trunk/; revision=18124
2006-05-10Preparations to be able to handle unaligned PER.Anders Broman6-2/+8
svn path=/trunk/; revision=18119
2006-05-09- Some minor asn1 correctionsAnders Broman3-19/+72
- Dissect Enumerated correctly - Add message to info col. svn path=/trunk/; revision=18117
2006-05-08LDAP attribute type dissector framework including support for "netlogon" ↵Graeme Lunt4-344/+359
attribute and PKI attributes svn path=/trunk/; revision=18109
2006-05-08Better split between dissectors and fixes for s4406 SEQ OF defined extensionsGraeme Lunt5-9/+47
svn path=/trunk/; revision=18108
2006-05-08FT_STRING => FT_OID where applicableGraeme Lunt2-2/+2
svn path=/trunk/; revision=18107
2006-05-08Fix bug 926 OID wrongly decoded.Anders Broman1-13/+26
svn path=/trunk/; revision=18106
2006-05-07Fix an ASN1 error and use the IAANA registered ports.Anders Broman2-6/+15
svn path=/trunk/; revision=18102
2006-05-04From LEGO fix "Dissector bug, Protocol H248"Anders Broman1-2/+2
svn path=/trunk/; revision=18093
2006-05-04force the AssertionValue type to be displayed as a STRING instead of as hex ↵Ronnie Sahlberg1-0/+1
BYTES. Most of the time AssertionValue will contain an ascii string so make it always display as a string to make the display "correct" most of the time insterad of being "wrong" most of the time. There are situations when AssertionValue contains binary data though and in those cases the display will be "wrong" (but not more wrong than the old dissector anyway) What someone really should do (someone interested in ldap that is) to make it more correct would be to implement a dissector for AssertionValue in the template file and having the dissector check if any of the bytes of the octet string has a value <32 and if so display it in hex as 0x..... It all bytes have values >=32 then it shoudlk display it as a string "... instead. Someone interested in ldap may spend time on this refinement. svn path=/trunk/; revision=18089
2006-05-03Use the asn2eth generated snmp dissector.Anders Broman2-4/+14
svn path=/trunk/; revision=18086
2006-05-03Add dissection of country code if number is in international format and ↵Anders Broman2-4/+35
Number plan is E164. svn path=/trunk/; revision=18085
2006-05-03Fix Bug 916 PurgeMS decoding error in GSM MAP.Anders Broman3-21/+18
Get rid of som unused ASN1 code and some asn2eth warnings. svn path=/trunk/; revision=18084
2006-05-03do some template magic to make ethereal dissect CLDAP RPC again.Ronnie Sahlberg2-27/+84
i dont think it is the optimal way to solve this but it is better than nothing for the time being. svn path=/trunk/; revision=18083
2006-05-02Fix Bug 913 DateAndTime dissection error in CAMEL CallInfoReportArg Anders Broman1-4/+5
svn path=/trunk/; revision=18079
2006-05-02Makefiles for OMA UserPlane Location Protocol packet dissection..Anders Broman1-1/+11
svn path=/trunk/; revision=18077
2006-05-02Add OMA UserPlane Location Protocol packet dissectorAnders Broman6-0/+783
svn path=/trunk/; revision=18076
2006-05-02Preparations to restore CLDAP dissection, no need to regenerate the ↵Anders Broman1-1/+368
dissector yet. svn path=/trunk/; revision=18067
2006-05-01Include <epan/strutil.h> to define g_ascii_isprint() on systems withGuy Harris1-0/+1
GLib 1.2[.x]. svn path=/trunk/; revision=18061
2006-05-01Add a Makefile to generate the dissectors from UN*X.Guy Harris1-0/+16
svn path=/trunk/; revision=18060
2006-05-01Operation request/result correlation and timing.Graeme Lunt3-27/+244
svn path=/trunk/; revision=18058
2006-05-01Use the asn2eth generated ldap dissector.Anders Broman1-0/+10
svn path=/trunk/; revision=18057
2006-04-30Operational Attributes and SyntaxesGraeme Lunt7-21/+282
svn path=/trunk/; revision=18048
2006-04-30Request/result matching, port preference and display tweaksGraeme Lunt2-53/+417
svn path=/trunk/; revision=18042
2006-04-25Add distclean and maintainerclean rules.Guy Harris56-0/+225
svn path=/trunk/; revision=17999
2006-04-25Add distclean and maintainerclean rules.Guy Harris1-0/+4
svn path=/trunk/; revision=17998
2006-04-25Add the usual Makefile.nmake comment.Guy Harris1-105/+108
Change "cd.." to "cd .." - I don't know whether they're equivalent, but, if they're not, the former probably won't work. svn path=/trunk/; revision=17997
2006-04-21From Jeff Morris:Anders Broman1-29/+37
I tried out the 0.99.0pre1 release and I noticed that all my SCCP management messages (on SSN==1) were getting decoded as TCAP. Turns out that the INAP dissector (due to a bug) registers to SSN==1 by default (instead of 106 and 241). Rather than just fix that bug, the attached patch modifies the INAP dissector to use a range preference (like GSM MAP, TCAP, etc.). svn path=/trunk/; revision=17945
2006-04-20Fix bugs: Anders Broman3-4/+14
883 checkIMEIres dissection Error in GSM MAP - branch needed for v1,v2 on Response as well 884 The "absentSubscriberParam" can not be dissected in gsm-map - missing IMPLICIT. svn path=/trunk/; revision=17926
2006-04-06Add two missing *-exp.cnf filesAnders Broman3-26/+60
tcap.asn - whitespace changes svn path=/trunk/; revision=17828
2006-04-05Expand some value strings, get map_error from gsm_map use the added IE's.Anders Broman2-0/+3
svn path=/trunk/; revision=17818
2006-04-03Fix bug http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=850 problems with ↵Anders Broman3-19/+11
tagged assignments. Add som OID names. svn path=/trunk/; revision=17798
2006-03-30call OID subdissector for private extensiions, fix makefiles.Anders Broman17-29/+85
svn path=/trunk/; revision=17772
2006-03-30Fix an off-by-one error.Gerald Combs1-1/+2
svn path=/trunk/; revision=17771
2006-03-29Get rid of an unused variable.Guy Harris1-1/+0
svn path=/trunk/; revision=17764
2006-03-28Function should return a value.Jaap Keuter1-1/+1
svn path=/trunk/; revision=17752
2006-03-27From Jacques, OlivierAnders Broman2-0/+39
Here is a patch for gsm_map dissector that adds USSD string decoding (mainly used in processUnstructuredSS-Request, UnstructuredSS-Request, UnstructuredSS-Notify). For now, it assumes that it will be GSM 7 bits. It re-use packet-gsm_sms.c "gsm_sms_char_7bit_unpack" and "gsm_sms_char_ascii_decode" functions, as well as packet-smpp.c "smpp_handle_dcs" function. svn path=/trunk/; revision=17739