aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Collapse)AuthorFilesLines
2007-09-27Updated to include the ranap header file.Stig Bjørlykke1-2/+4
svn path=/trunk/; revision=23002
2007-09-27Convert asn1/dap/Jörg Mayer6-71/+119
svn path=/trunk/; revision=22997
2007-09-27add forgotten makefilesTomas Kukosa8-0/+298
svn path=/trunk/; revision=22995
2007-09-27put next few simple ASN.1 dissectors into the new makefile structureTomas Kukosa9-246/+93
svn path=/trunk/; revision=22994
2007-09-25fix a typo in the source files target, took me more than an hour to find it ↵Ulf Lamping1-1/+3
:-((( svn path=/trunk/; revision=22963
2007-09-25Change some additional protocols to the new build systemJörg Mayer28-333/+502
svn path=/trunk/; revision=22958
2007-09-25Convert acp133 to new build structure.Jörg Mayer10-155/+98
Update some svn:ignore files, remove no longer needed Makefiles svn path=/trunk/; revision=22957
2007-09-25Fix:Anders Broman1-1/+0
packet-ldap-template.c(1330) : error C2220: warning treated as error - no object file generated packet-ldap-template.c(1330) : warning C4101: 'gss_len' : unreferenced local var iable NMAKE : fatal error U1077: 'cl' : svn path=/trunk/; revision=22956
2007-09-25remove trailing backslash on the last line of listTomas Kukosa1-1/+1
svn path=/trunk/; revision=22952
2007-09-25put few simple ASN.1 dissectors into the new makefile structureTomas Kukosa18-247/+508
svn path=/trunk/; revision=22951
2007-09-25- Rework the Makefile structure to generate external -cnf filesJörg Mayer8-79/+258
a protocol depends on. - Make sure we need to add asn files to only 1 Makefile instead of 3 (Makefile, Makefile.nmake, ../Makefile.am) - Change the Makefiles of the camel protocol to use the new structure. svn path=/trunk/; revision=22950
2007-09-25only set ldap_info->first_auth_frame to 0 first time we see the Ronnie Sahlberg1-17/+18
authentication packet or else we will get inconsistent dissection when clicking on packets. (inconsistent as in : a certain packet might/might not be dissected as LDAP/SASL depending on which packets we clicked on previously) svn path=/trunk/; revision=22949
2007-09-25not all SASL protected blobs use a GSS wrapper for the payload so we Ronnie Sahlberg1-18/+21
cant check that the payload starts with BER tag 0x60 and an oid. instead check that the length byte (first 4 bytes) look sane and if SASL authentication has been negotiated on the connection also, sometimes clients will mix both non-SASL and SASL protected LDAP traffic on the same tcp connection by initially performing simple unauthenticated searches on the database before performing the Bind. svn path=/trunk/; revision=22948
2007-09-25add support for yet another random combination of authentication Ronnie Sahlberg1-0/+9
wrappers that can be used when connecting with sasl svn path=/trunk/; revision=22945
2007-09-24improvements in ROS handling in Q.932 and H.450Tomas Kukosa13-195/+175
move common ROS code into ros/ros-*.cnf files svn path=/trunk/; revision=22936
2007-09-24Get rid of the remains of NET-SNMP in the build process.Jörg Mayer1-14/+0
svn path=/trunk/; revision=22934
2007-09-18Remove the autogenerated file. Will fix the camel build process tomorrowJörg Mayer1-1/+0
to automatically regenerate inap-exp.cnf if it doesn't exist. svn path=/trunk/; revision=22905
2007-09-18Remove autogenerated file:Jörg Mayer1-47/+0
# Do not modify this file. # It is created automatically by the ASN.1 to Wireshark dissector compiler # ./inap-exp.cnf svn path=/trunk/; revision=22903
2007-09-18And add it to the Makefile...Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=22901
2007-09-18Added inap-exp.cnf as camel depends on this.Stig Bjørlykke1-0/+47
svn path=/trunk/; revision=22900
2007-09-18Adding SYNC-SIG.asn twice is not such a good idea...Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=22899
2007-09-18Added missing MAP-Errors.asn in unix Makefile.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=22898
2007-09-18missing SYNC-SIG.asn in unix makefileTomas Kukosa1-1/+1
svn path=/trunk/; revision=22897
2007-09-18PER: fix bitstring handling if SIZE(n) where n<=16Tomas Kukosa1-0/+11
SABP: implement some forgotten code svn path=/trunk/; revision=22896
2007-09-17Updated tcap Makefile to also build ANSI TCAP on unix.Stig Bjørlykke1-2/+8
svn path=/trunk/; revision=22893
2007-09-17(Again, this time for ANSI MAP) From Florent Drouin: malloc the size of the ↵Jeff Morriss1-1/+1
structure, not the size of a pointer to the structure. Hopefully this will fix bug 1844. svn path=/trunk/; revision=22892
2007-09-17From Florent Drouin: malloc the size of the structure, not the size of a ↵Jeff Morriss1-1/+1
pointer to the structure. Hopefully this will fix bug 1844. svn path=/trunk/; revision=22891
2007-09-17Support of QSIG ExtensionsTomas Kukosa3-31/+55
svn path=/trunk/; revision=22888
2007-09-17Modified some ASN1 Makefiles to compile on unix.Stig Bjørlykke9-17/+28
Added some clean targets. Removed asn1/x501 directory. svn path=/trunk/; revision=22886
2007-09-17add missing file and change file attributesTomas Kukosa10-1619/+1619
svn path=/trunk/; revision=22885
2007-09-17SABP protocol implemented (not tested as traces are not available)Tomas Kukosa12-0/+1638
svn path=/trunk/; revision=22884
2007-09-14Try to get the Windows buildbot going by avoiding namespace collision.Jaap Keuter1-11/+10
svn path=/trunk/; revision=22871
2007-09-13eliminate an anonymous enum.Luis Ontanon1-1/+2
svn path=/trunk/; revision=22868
2007-09-13Remove debug code.Anders Broman1-1/+0
svn path=/trunk/; revision=22867
2007-09-13Try to protect the hash table...Anders Broman3-10/+24
svn path=/trunk/; revision=22866
2007-09-13Given the opportunity I check in the changes to snmp I got in this machine.Luis Ontanon1-51/+86
- Indexing (implied and not) is OK now, however indexes for related tables (AUGMENT, EXTEND, etc) are registered many times. svn path=/trunk/; revision=22861
2007-09-13Regenerate with -X and -T option.Anders Broman3-3/+3
Should "sha-1 OBJECT IDENTIFIER..." etc be registerd as oid names? svn path=/trunk/; revision=22858
2007-09-12Warning fixes.Anders Broman4-12/+13
svn path=/trunk/; revision=22855
2007-09-12Use the new ANSI TCAP dissector.Anders Broman8-168/+276
svn path=/trunk/; revision=22854
2007-09-06Fixed a warning: 'j' may be used uninitialized in this function.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=22815
2007-09-06Get rid of get_ber_last_reated_item() and fix dissection of wIN-TriggerList.Anders Broman2-218/+250
svn path=/trunk/; revision=22807
2007-09-05Fix the asn1 code for WIN-TriggerList and systemMyTypeCode plusAnders Broman2-15/+21
a copy-paste error in the hf fields. svn path=/trunk/; revision=22796
2007-09-05Check object_identifier_id before use.Stig Bjørlykke1-2/+3
svn path=/trunk/; revision=22794
2007-09-05Include expert.h and while at it change to use -X and -T options for asn2wrs.Anders Broman4-4/+5
svn path=/trunk/; revision=22792
2007-09-04Rewrote handling of parameters to get rid of "funky" oid strings.Stig Bjørlykke3-36/+57
Added expert info for unknown binding-parameters. svn path=/trunk/; revision=22786
2007-09-04ANSI MAP systemMyTypeCode should be OPTIONALAnders Broman1-6/+6
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1820 svn path=/trunk/; revision=22783
2007-09-03Incorrectly decoded IMSI in RANAP prot./id-CommonID procedureAnders Broman2-0/+13
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1713 svn path=/trunk/; revision=22778
2007-08-30Remeove file not to be included.Anders Broman1-1/+0
svn path=/trunk/; revision=22737
2007-08-30Get rid of tab after backslash, to eliminate warning.Guy Harris1-1/+1
svn path=/trunk/; revision=22735
2007-08-29Makefile.am Try to get the latest state of asn1 files into the dist.Anders Broman1-3/+0
Try again ;) svn path=/trunk/; revision=22732