aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ulp
AgeCommit message (Collapse)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45015
2012-06-28Update Free Software Foundation address.Jakub Zawadzki4-4/+4
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-1/+1
proto_tree_add_item() calls. svn path=/trunk/; revision=42562
2012-02-20From e.yimjia Add LPP decoding support in ULP protocol dissector \n ↵Anders Broman2-0/+10
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6851 svn path=/trunk/; revision=41085
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-4/+0
them and then copying them over). The "all" target to builds these dissectors now (instead of "generate_files" and/or "copy_files"). asn2wrs's "-O" option now means "the dissector goes in this directory" (rather than "all output goes in this directory"); it also means that the "-s" (single output file) option is now required. Fix things up so that it's possible to build all of the ASN.1 dissectors in one shot. Fix building of conformance files when doing out-of-source-tree builds. Unfortunately "make all" in the asn1 directory always builds something--I think because of circular depedencies. svn path=/trunk/; revision=39333
2011-01-27The attemt to pretify MSISDN and IMSI breaks the dissection.Anders Broman1-27/+0
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5593 svn path=/trunk/; revision=35679
2011-01-19Updated to OMA-TS-ULP-V2_0-20100806-DAnders Broman3-1107/+1119
with asn1 files from eyimjia. Files hand edited to pass as2wrs. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5593 (Does not fix the bug) svn path=/trunk/; revision=35577
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
keys to have _uint in their names, to match the routines that handle dissector tables with string keys. (Using _port can confuse people into thinking they're intended solely for use with TCP/UDP/etc. ports when, in fact, they work better for things such as Ethernet types, where the binding of particular values to particular protocols are a lot stronger.) svn path=/trunk/; revision=35224
2010-12-06Make some (preference) variables static.Jeff Morriss1-3/+3
svn path=/trunk/; revision=35134
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-2/+0
svn path=/trunk/; revision=32417
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
svn path=/trunk/; revision=32405
2010-01-13From Didier Gautheron:Anders Broman1-4/+2
check_col.diff Remove redundant calls to check_col() if it guards only one columns function with one parameter after the column type. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4394 svn path=/trunk/; revision=31519
2010-01-01Update to OMA-TS-ULP-V2_0-20091208-CAnders Broman4-554/+1803
svn path=/trunk/; revision=31397
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam1-1/+0
svn path=/trunk/; revision=30409
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-2/+0
svn path=/trunk/; revision=27390
2008-11-04Minor cleanup mostly related to proto_reg_handoffBill Meier1-15/+22
Remove code for unused handles; Localize handles to proto_reg_handoff as appropriate; Localize "saved_prefs" to proto_reg_handoff; In some cases: move "once-only" code in proto_reg_handoff so that it's executed only the first time thru proto_reg_handoff; Properly delete/add port when pref changed (packet_ulp); svn path=/trunk/; revision=26697
2007-12-19asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer1-0/+1
Spotted by Tomas Kukosa. svn path=/trunk/; revision=23921
2007-10-10- Change Makefiles to include preincJörg Mayer2-1/+3
- Add missing new directories to asn1/Makefile.nmake svn path=/trunk/; revision=23141
2007-10-10comment out NEED_PACKET_PROTO_H as it is tested now for defining not for valueTomas Kukosa1-1/+1
svn path=/trunk/; revision=23126
2007-09-27add forgotten makefilesTomas Kukosa2-0/+74
svn path=/trunk/; revision=22995
2007-09-27put next few simple ASN.1 dissectors into the new makefile structureTomas Kukosa2-55/+22
svn path=/trunk/; revision=22994
2007-08-13Register by name.(Add the template file as well).Anders Broman1-0/+2
svn path=/trunk/; revision=22493
2007-07-03Fix dissection of IP addresses in unaligned PER.Anders Broman2-2/+30
Add dissection of MSISDN and IMSI to the ULP dissector. svn path=/trunk/; revision=22233
2007-06-20Show IPv4/IPv6 addresses as such.Anders Broman1-0/+4
svn path=/trunk/; revision=22147
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