aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h248
AgeCommit message (Collapse)AuthorFilesLines
2005-11-22Trivial warning fixesJörg Mayer1-2/+2
svn path=/trunk/; revision=16561
2005-11-02Some cleanup,Luis Ontanon2-21/+57
- Improve expert info - Remove the debug tree (one warning unused function, will go) - Make Sure Pending messages have a cmdmsg (and so a colinfo label) svn path=/trunk/; revision=16383
2005-11-02- terminate a value_stringLuis Ontanon2-8/+52
- wildcard field subdissector svn path=/trunk/; revision=16378
2005-11-01- add a counter for pending messagesLuis Ontanon2-30/+29
- do not use a value string for context ids - remove the plugin registration as it is not supposedd to be a plugin svn path=/trunk/; revision=16375
2005-11-01- Embryonic Transaction & Context tracingLuis Ontanon3-129/+809
svn path=/trunk/; revision=16372
2005-09-22Fix a bunch of places where we were calling "dissect_ber_octet_string()"Guy Harris2-48/+54
with a non-null pointer-to-pointer-to-tvbuff and not checking whether the returned tvbuff pointer was non-null. svn path=/trunk/; revision=15948
2005-09-19sometimes it seems that we have the text based h248/megaco running ontop ofRonnie Sahlberg1-0/+16
m3ua and not the binary one. make the binary dissector check if it is really the text based one to be used and if so call that dissector instead. svn path=/trunk/; revision=15862
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
directory to the epan directory. Some of them should perhaps ultimately be moved to epan/dissectors, if they pertain only to stuff exported by a particular dissector. Fix Gerald's e-mail address in files we're moving. svn path=/trunk/; revision=15844
2005-09-07Set "COPYCMD=/Y" and remove the "/Y" from each XCOPY command in orderGerald Combs1-2/+2
to fix compilation under Windows NT. This should fix bug 403. The changes were made using "find . -name Makefile.nmake | xargs perl -pi.bak -e 's: /y::i'". They appear to work under XP, but if anything broke I blame Larry Wall. svn path=/trunk/; revision=15710
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-07-30More char -> const char warning fixesJörg Mayer1-1/+1
svn path=/trunk/; revision=15155
2005-07-13fix a stringLuis Ontanon1-1/+1
svn path=/trunk/; revision=14915
2005-06-20if exists call the h248term subdissector.Luis Ontanon2-3/+8
svn path=/trunk/; revision=14717
2005-06-06- make sure there's something to add to colinfo.Luis Ontanon1-4/+8
- auditValueRequest is a request too svn path=/trunk/; revision=14567
2005-05-20some cosmetic fixesLuis Ontanon2-12/+13
svn path=/trunk/; revision=14401
2005-05-13- make sure contextId and transactionId are added to the tree as filterable ↵Luis Ontanon2-5/+253
fields even if they are larger than 4 octets - set COL_INFO to something useful svn path=/trunk/; revision=14361
2005-05-10- export Audio Codec modes from isup/biccLuis Ontanon1-2/+8
- detailed dissection of GSM/UMTS speech code list ETSI 126 103 (3gpp 26.103 v3.0.0) - use it for H.248 svn path=/trunk/; revision=14343
2005-02-23Add dissection of packet tdmcAnders Broman1-26/+55
svn path=/trunk/; revision=13483
2005-02-03Add dissection of some more packages.Anders Broman2-2/+129
svn path=/trunk/; revision=13264
2005-01-31support H.248 BER over SCTP PPID 7Ronnie Sahlberg1-0/+2
svn path=/trunk/; revision=13213
2005-01-16When using Cygwin's python asn2eth.pyLars Roland1-6/+24
generates dissectors with mixed EOL! SVN doesn't allow you to commit such files. Add a target to all nmake makefiles in asn1 subdirectory which will fix these files. svn path=/trunk/; revision=13077
2005-01-16Supply Makefile.nmake files.Guy Harris1-0/+23
svn path=/trunk/; revision=13072
2005-01-16Make the Makefile look like the h235 Makefiles, with the new rules.Guy Harris1-2/+13
Get rid of their "executable" property, and set svn:keywords to Id and svn:eol-style to native if they're not already set. svn path=/trunk/; revision=13071
2004-12-13update of the asn2eth compiler to use the types ber_[choice|sequence]_t ↵Ronnie Sahlberg1-1/+1
instead of ber_[choice|sequence] regenerated all dissectors fixed the choice/sequence struct to use unsigned entities for class and tag (to reduce some compiler warning and because it should be signed quantities) svn path=/trunk/; revision=12740
2004-12-12updates from tomas and andersRonnie Sahlberg1-2/+2
create some missing makefiles for autogenerated dissectors finish the transition to the new ber integer dissetor helper signature and regenerate all ber dissectors svn path=/trunk/; revision=12724
2004-12-12update h248 to use the new integer dissector phasing out useage ofg the ↵Ronnie Sahlberg2-2/+7
old dissector so we later can switch over. svn path=/trunk/; revision=12719
2004-10-13final massaging to get rid of the last remaining compiler warnings for megacoRonnie Sahlberg1-7/+11
svn path=/trunk/; revision=12288
2004-10-12get rid of some more compiler warningsRonnie Sahlberg1-2/+1
svn path=/trunk/; revision=12287
2004-10-12massage the h248 files so that it compiles with asn2eth without warningsRonnie Sahlberg2-25/+61
svn path=/trunk/; revision=12286
2004-10-12Pretify EventName and SignalNameAnders Broman3-9/+100
svn path=/trunk/; revision=12270
2004-10-07Handle dissection of some packagees Property ID:s, get rid of ↵Anders Broman1-10/+103
h248-package-bcp as there is only one parameter in this package. svn path=/trunk/; revision=12227
2004-10-05Add example template for how to add h248 extension packages to the megaco ↵Ronnie Sahlberg1-2/+36
dissector svn path=/trunk/; revision=12206
2004-10-05minor update preparations to have a dissector table for property identifiersRonnie Sahlberg3-2/+12
svn path=/trunk/; revision=12205
2004-10-05Set svn:keywords to Id to expand RCS IDs, and set svn:eol-style toGuy Harris3-24/+24
native to canonicalize line endings. svn path=/trunk/; revision=12203
2004-10-04Fix some editing misstakes from this morningAnders Broman1-153/+153
svn path=/trunk/; revision=12197
2004-10-04Updated packetname value string.Anders Broman1-1/+153
svn path=/trunk/; revision=12194
2004-10-03stub prettification of PackageNameRonnie Sahlberg3-1/+39
to be filled in by telco people svn path=/trunk/; revision=12193
2004-10-03prettify mtpAddressRonnie Sahlberg3-2/+46
svn path=/trunk/; revision=12188
2004-10-03new protocol : h248 Megaco v2Ronnie Sahlberg4-0/+1137
binary encoding svn path=/trunk/; revision=12186