aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ulp
AgeCommit message (Collapse)AuthorFilesLines
2007-05-25get rid of few warningsTomas Kukosa1-0/+14
svn path=/trunk/; revision=21933
2007-05-24No longer needed as nothing is exported.Anders Broman1-12/+0
svn path=/trunk/; revision=21925
2007-05-24fix rrlp subdissector callingTomas Kukosa2-19/+21
svn path=/trunk/; revision=21921
2007-05-15ULP regenerated from OMA UserPlane Location Protocol Candidate Version 1.0 ↵Tomas Kukosa8-662/+614
– 22 Jan 2007 svn path=/trunk/; revision=21778
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.Anders Broman2-2/+3
svn path=/trunk/; revision=21635
2006-10-31change the signature for the get_pdu_len() function pointer passed to ↵Ronnie Sahlberg2-3/+3
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 Lamping1-1/+1
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-05-31Complete reasembly code.Anders Broman1-4/+10
svn path=/trunk/; revision=18279
2006-05-31Add some missing *-exp-cnf filesAnders Broman1-0/+12
svn path=/trunk/; revision=18261
2006-05-30Preparations for reassembly. Currently there is a problem with the rrlp ↵Anders Broman1-1/+22
dissector... svn path=/trunk/; revision=18258
2006-05-22- fix bugs in dissect_per_octet_string() introduced with unaligned variantTomas Kukosa1-7/+7
- step to new ASN.1 API - pass asn_ctx_t* through PER dissectors instead of packet_info* - PER ALIGNED/UNALIGNED flag moved to asn_ctx_t - PER created tree item pointer moved to asn_ctx_t - add nbap into PER dissectors in asn1/Makefile.nmake - use add_oid_str_name() instead of register_ber_oid_name() in H.225 and H.245 - export asn_ctx_init from library - PER dissectors regenerated svn path=/trunk/; revision=18209
2006-05-21- asn2eth renamed to asn2wrsTomas Kukosa2-5/+5
- remove obsolete -X option from makefiles - not generate enumerated map table for BER dissector will be regenerated later svn path=/trunk/; revision=18199
2006-05-21name changeRonnie Sahlberg2-4/+4
svn path=/trunk/; revision=18197
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-15regenerated with new asn2ethTomas Kukosa3-12/+4
svn path=/trunk/; revision=18158
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-10Preparations to be able to handle unaligned PER.Anders Broman1-0/+1
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-07Fix an ASN1 error and use the IAANA registered ports.Anders Broman2-6/+15
svn path=/trunk/; revision=18102
2006-05-02Add OMA UserPlane Location Protocol packet dissectorAnders Broman6-0/+783
svn path=/trunk/; revision=18076