aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Collapse)AuthorFilesLines
2005-08-22Fix decoding of sendIdentificationArg/Res and ProvideSubscriberLocationAnders Broman4-164/+18
svn path=/trunk/; revision=15510
2005-08-21remove sprintf from gsm_aAnders Broman1-1/+1
Do the update for the .cnf file too. svn path=/trunk/; revision=15497
2005-08-20There's no longer a need to individually remove items fromGuy Harris2-9/+2
acse_ctx_oid_table - destroying the hash table will destroy the hash table items, and the destroy function no longer has any work to do because the OID strings are now allocated with se_strdup() (and thus get freed when the capture is closed). Regenerate packet-acse.c, which also regenerates acse-exp.cnf. svn path=/trunk/; revision=15480
2005-08-19from Jeff SnyderRonnie Sahlberg1-24/+13
H245 updates make multiple pdus/frame work update to have nu limit on the max number of tappable pdus per frame svn path=/trunk/; revision=15441
2005-08-19some ememificationLuis Ontanon1-8/+1
svn path=/trunk/; revision=15433
2005-08-19add the $Id:$Luis Ontanon2-0/+4
svn path=/trunk/; revision=15432
2005-08-18From Tim Endean:Anders Broman2-86/+108
Small patch to ber.c The tcap dissector has been updated to use this length. I have not tested other asn.1 dissectors to ensure that they correctly use the indefinite encoding flag instead of the length value returning zero. There may also be some problems when re-assembly is needed, but the ability to deal with indefinite length is much more useful. For developers the get_ber_length now returns the length of the pdu including the EOC, where you have dissectors that use packet-ber.c the eoc may need to be dealt with separately. The tcap dissector has had numerous changes to make it less cluttered, and the useful feature of the previous version where a dialogue could be filtered out by selecting either the source or destination transaction ID has been incorporated into this version. svn path=/trunk/; revision=15414
2005-08-18several times replacing:Ulf Lamping1-1/+1
sprintf -> g_snprintf snprintf -> g_snprintf vsnprintf -> g_vsnprintf strdup -> g_strdup svn path=/trunk/; revision=15412
2005-08-18- dissect_per_restricted_character_string() returns value in tvbbuff_t ↵Tomas Kukosa3-13/+13
instead of char - asn2eth: fixed CHOICE tag handling #.FN_PARS support for BIT STRING and all string types intersection of SIZE and FROM constraints for string is handled - new asn2eth features used in h225 and h245 - PER dissectors regeneration svn path=/trunk/; revision=15408
2005-08-17 from Tomas Kukosa, remove a redundant g_strdup()Anders Broman1-3/+2
svn path=/trunk/; revision=15387
2005-08-17from Tomas Kukosa, remove a redundant g_strdup()Ronnie Sahlberg1-3/+1
svn path=/trunk/; revision=15379
2005-08-13some more gmemchunk -> se_alloc() updatesRonnie Sahlberg1-12/+2
there are only 5 gmemchunks left but they have different litetime for their allocations than the 100+ ones that have been removed. The remaining 5 should be converted some other way. svn path=/trunk/; revision=15328
2005-08-11avoid throwing a malformed packetLuis Ontanon1-0/+1
svn path=/trunk/; revision=15298
2005-08-11Change a switch into an "if else if else if else" that fixes the "too large ↵Luis Ontanon1-17/+12
for switch" in HP-UX 10.20 . The generated file has a lot of indentation changes due probably to a change in asn2eth. The underlying reason for which I added this code (dissect_ber_integer() would not add as a "filterable" field if it is larger than 4 bytes, should be handled in dissect_ber_integer() ) remains there. Should we change dissect_ber_integer() itself to make sure that a 5 byte unsigned integer which fits in 4 bytes gets added to the tree as "filterable"? svn path=/trunk/; revision=15294
2005-08-05Add eol-style and keywords propertiesJörg Mayer1-1/+1
svn path=/trunk/; revision=15219
2005-08-05Add unix makefile for work in progress GSM-SS dissectorRonnie Sahlberg1-0/+16
svn path=/trunk/; revision=15217
2005-08-03Use the new fn_par functions, fix of a bug and export functions used by gsm_ss.Anders Broman4-39/+184
svn path=/trunk/; revision=15203
2005-08-03First checkin of asn2eth generated gsm ss dissector - work in progress not ↵Anders Broman5-0/+1086
ready to replace the existing dissector yet. svn path=/trunk/; revision=15202
2005-08-02Fix svn properties where needed:Jörg Mayer47-394/+394
Remove svn:executable Add svn:eol-style Add svn:keywords svn path=/trunk/; revision=15178
2005-08-02set svn:eol-style and svn:keywordsJörg Mayer5-5/+5
svn path=/trunk/; revision=15177
2005-08-02Fix "no previous declaration" warningsJörg Mayer3-150/+150
Remove trailing ^M (cr) from some files svn path=/trunk/; revision=15175
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-2/+2
svn path=/trunk/; revision=15174
2005-08-02Fix more "no previous declaration" warnings - the forgotten filesJörg Mayer2-0/+2
svn path=/trunk/; revision=15170
2005-08-01- update ftam.cnf for new asn2eth compilerTomas Kukosa3-130/+109
- usage of #.FN_PARS in h225 and h245 dissectors - PER dissectors regenerated svn path=/trunk/; revision=15162
2005-07-30More char -> const char warning fixesJörg Mayer1-1/+1
svn path=/trunk/; revision=15155
2005-07-26Upade asn code for map_dialouge and use some functions from gsm_map.Anders Broman4-105/+151
svn path=/trunk/; revision=15105
2005-07-26ExportAnders Broman3-1/+19
AddressString ExtensionContainer SecurityHeader ProtectedPayload To be used by MAP_dialouge svn path=/trunk/; revision=15104
2005-07-26Fixes from Gisle Vanem.Gerald Combs1-2/+2
svn path=/trunk/; revision=15101
2005-07-22fix for new asn2ethTomas Kukosa1-2/+2
svn path=/trunk/; revision=14990
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choiceRonnie Sahlberg13-54/+54
svn path=/trunk/; revision=14980
2005-07-19Fix an unpack_digits off by one error.Anders Broman1-1/+1
svn path=/trunk/; revision=14953
2005-07-16new protocolRonnie Sahlberg6-0/+291
RFC3770 Wlan Certificate Extensions svn path=/trunk/; revision=14935
2005-07-13fix a stringLuis Ontanon1-1/+1
svn path=/trunk/; revision=14915
2005-07-12Fix some more signed vs. unsigned warnings.Guy Harris3-59/+59
svn path=/trunk/; revision=14903
2005-07-11Dissect some more fieldsAnders Broman3-7/+240
svn path=/trunk/; revision=14896
2005-07-09Fix up a bunch of arguments to "dissect_ber_identifier()" to match itsGuy Harris6-11/+12
current signature ("class" is a "gint8 *", not a "guint8 *", and "tag" is a "gint32 *", not a "guint32 *"). Re-generate the dissectors from the ASN.1 and the .cnf files in the cases where the arguments were fixed in a .cnf file. Give some dissectors the right svn:keywords and svn:eol-style settings. svn path=/trunk/; revision=14885
2005-07-08Add some missing IMPLICIT tags, and use FN_PARS directive.Anders Broman3-13/+13
svn path=/trunk/; revision=14877
2005-07-07avoid few warnings from asn2eth compilerTomas Kukosa2-3/+1
svn path=/trunk/; revision=14869
2005-07-06more usage of #.FN_PARS directive and usage of DEFAULT_BODY parameterTomas Kukosa2-41/+41
svn path=/trunk/; revision=14864
2005-07-05Call proto_tree_add_guid_hidden() for an FT_GUID value. Fixes bugs 274,Gerald Combs1-1/+1
276, and 277. svn path=/trunk/; revision=14859
2005-07-05more usage of #.FN_PARSTomas Kukosa1-8/+5
svn path=/trunk/; revision=14857
2005-07-04Add dissection of BSS-MAP elements and a fix to dissect Tele and Bearer ↵Anders Broman2-4/+50
service again. svn path=/trunk/; revision=14849
2005-07-04usage of FT_GUID field type in H.225 dissectorTomas Kukosa1-0/+1
svn path=/trunk/; revision=14847
2005-07-04- use tvb instead of offset and length in dissect_per_octet_string() for ↵Tomas Kukosa7-105/+113
value returning - asn2eth: #.FN_PARS support for OCTET STRING - usage of #.FN_PARS in h225 and h245 - h225: ParallelH245Control support - h245: better support of NonStandardParameter - usage of MAX_OID_STR_LEN constant - all PER dissectors regenerated svn path=/trunk/; revision=14844
2005-07-03New protocol :Ronnie Sahlberg7-0/+2467
MMS Manufacturing Message Specification svn path=/trunk/; revision=14836
2005-07-03export a few more symbols from acseRonnie Sahlberg2-0/+12
svn path=/trunk/; revision=14835
2005-06-30fix a bug in the conformance file for CMIP to make it compile againRonnie Sahlberg1-2/+2
(semi-recent changes to asn2eth and PARAM handling makes us have to use double %% in some BODY statements) at the same time, regenerate it so it also benefit from bugfixes to handling of indefinite length svn path=/trunk/; revision=14823
2005-06-29fix a typo for the name of a bitRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=14817
2005-06-28Fix to SendAuthenticationInfoRes.Anders Broman1-9/+11
svn path=/trunk/; revision=14807
2005-06-28addition of NBS9 Ronnie Sahlberg2-230/+273
and bugfix for FTAM where we sometimes forgot to check if the tag was implicit. svn path=/trunk/; revision=14802