aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h248
AgeCommit message (Collapse)AuthorFilesLines
2008-01-13Update package name from IANA's list.Anders Broman1-0/+64
svn path=/trunk/; revision=24078
2008-01-13transactionId wasn't processed for:Anders Broman1-2/+23
SegmentReply/transactionId TransactionReply/transactionId TransactionPending/transactionId Fixes bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2165 svn path=/trunk/; revision=24077
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman1-1/+1
dissect_ber_boolean() to return a value and update asn2wrs to generate the new signature. Regenerate all BER dissectors. svn path=/trunk/; revision=24015
2008-01-04Get rid of ber_last_created_item(). (Final?)Anders Broman1-2/+2
svn path=/trunk/; revision=24010
2008-01-04Get rid of ber_last_created_item().Anders Broman1-12/+12
svn path=/trunk/; revision=24009
2007-12-19asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer1-1/+2
Spotted by Tomas Kukosa. svn path=/trunk/; revision=23921
2007-12-10ANSI TCAP regenerated and tested with -T -X asn2wrs optionsTomas Kukosa1-1/+1
asn2wrs has -T (tagged types support) and -X (new BER sttructures) default behavior remove all -T and -X usage svn path=/trunk/; revision=23823
2007-11-07Update to use the -X and -T asn2wrs flags.Anders Broman1-7/+11
svn path=/trunk/; revision=23394
2007-11-07Update to use the -X and -T asn2wrs flags.Anders Broman1-1/+1
svn path=/trunk/; revision=23390
2007-10-11- Remove -e option if the generated -exp.cnf file isn't used.Jörg Mayer1-1/+1
- Add EXPORT_FILES to all files that still contain -e. svn path=/trunk/; revision=23145
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-07convert to new Makefile structureJörg Mayer4-59/+96
svn path=/trunk/; revision=23085
2007-09-17Modified some ASN1 Makefiles to compile on unix.Stig Bjørlykke1-1/+1
Added some clean targets. Removed asn1/x501 directory. svn path=/trunk/; revision=22886
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-2/+2
routines and routines using those routines. GLib might use different modifiers for 64-bit quantities than the platform's C library does. svn path=/trunk/; revision=21990
2007-05-15actx in the rest of dissect_ber..()lAnders Broman2-14/+22
svn path=/trunk/; revision=21773
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman2-39/+41
svn path=/trunk/; revision=21753
2007-04-24extraInfo was not propperly tagged causing ber decoding errors.Luis Ontanon1-2/+2
Fixes Bug 1554 svn path=/trunk/; revision=21557
2007-04-13 Have the h248term handle evaluated as late as possible.Luis Ontanon1-1/+5
svn path=/trunk/; revision=21413
2007-03-27megacoLuis Ontanon1-1/+0
- replace #pragma for #include - move register function and remove prototype h248 - have dissector being called through megaco instead of registering to the same sctp.ppi svn path=/trunk/; revision=21234
2007-03-25migrate packet-megaco.c from plugins/megaco to epan/dissectorsLuis Ontanon1-0/+4
svn path=/trunk/; revision=21191
2007-03-25Remove the context tracing from packet-h248.c ( migrated to <epan/gcp.c> )Luis Ontanon3-919/+47
svn path=/trunk/; revision=21188
2007-03-18add a tap to h248Luis Ontanon3-15/+49
svn path=/trunk/; revision=21054
2007-03-18make sure curr_info.sig is not-NULL before derreferencing it.Luis Ontanon1-1/+1
similar to Bug 1451 svn path=/trunk/; revision=21050
2007-03-18make sure curr_info.evt is not-NULL before derreferencing it.Luis Ontanon1-2/+2
fixes Bug 1451 svn path=/trunk/; revision=21048
2007-03-17dissect H.248 over TPKT over TCPLuis Ontanon1-4/+35
svn path=/trunk/; revision=21046
2007-03-06Pubate Satienpoch keeps finding typos and incongruences in H.248 packages:Luis Ontanon1-1/+1
- for Q.1950 I used the value_string for GB events as the value_string for the parameters of BNC change. > In observed event descriptor, it is called “eventName”, but in event descriptor, > it is called “pkgdName”. It should be “eventName” in both cases. svn path=/trunk/; revision=20986
2007-03-03- have the signal name to be in the right subtreeLuis Ontanon1-19/+6
svn path=/trunk/; revision=20966
2007-03-03+ improve dissection of PkdNameLuis Ontanon2-9/+110
+ complete H.248.1 E.1 Generic Package svn path=/trunk/; revision=20965
2007-02-25+ some cosmetic changes to package dissection.Luis Ontanon1-47/+50
+ add more Q.1950 packages and parameters svn path=/trunk/; revision=20920
2007-02-23fix some bugs introduced in the latest releases and add value_strings for ↵Luis Ontanon2-44/+56
param, evt, sig and stat ids s well as "sub-parameters". svn path=/trunk/; revision=20908
2007-02-21+ add some more packages from 3GPP TS 29.232Luis Ontanon1-4/+4
- fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1385 svn path=/trunk/; revision=20885
2007-01-31Extend the events valuestring with Bearer Modification Support Event.Anders Broman1-0/+1
svn path=/trunk/; revision=20657
2007-01-31Merge Anders' and my own fixes to some bugsLuis Ontanon2-27/+14
- most paramaters have data set to NULL, have them added to the tree - avoid the context tracing mecanism bailing out if a ContextList appears in the packet. - in q9150 do not attempt to dissect sdp unless we believe it is sdp (BTW we need heuristics for sdp and other potential payloads of this parameter..) svn path=/trunk/; revision=20649
2007-01-30Fix bug 1328 and related bugs found when examining the trace.Anders Broman1-1/+4
svn path=/trunk/; revision=20634
2007-01-29Update value strings.Anders Broman1-23/+31
svn path=/trunk/; revision=20612
2007-01-04the widcards: Choose and All were inverted (again?)Luis Ontanon1-2/+2
svn path=/trunk/; revision=20314
2007-01-02Oops: wireshark.com --> wireshark.orgBill Meier2-2/+2
Also: 1 additional Ethereal --> Wireshark svn path=/trunk/; revision=20272
2007-01-02More ethereal --> wiresharkBill Meier2-4/+4
svn path=/trunk/; revision=20270
2007-01-02Ehtereal[sic] -> Wireshark. :-)Guy Harris1-3/+4
Give a little more detail in the comment in the H.248 dissector about "MEGACO" vs. "H.248". svn path=/trunk/; revision=20262
2006-11-08Sorry that should have been static int. Corrcted now.Anders Broman1-1/+1
svn path=/trunk/; revision=19869
2006-11-08Make Wireshark build on my system (gcc 4.1.0) againJörg Mayer1-1/+1
svn path=/trunk/; revision=19868
2006-11-08Use h248v3.asn.Anders Broman1-2/+2
svn path=/trunk/; revision=19867
2006-11-08Make things build on my system againJörg Mayer1-1/+1
svn path=/trunk/; revision=19866
2006-11-07Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1206Anders Broman3-6/+33
MEGACO message cannot be decoded correctly for ServiceChange Command And decoding of serviceChangeReason. svn path=/trunk/; revision=19861
2006-11-06Fix bug 1207, simple swap of the two text strings.Jaap Keuter1-2/+2
svn path=/trunk/; revision=19819
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-10-25Add more paranoid pointer checks. Fixes CID 219.Gerald Combs1-64/+64
svn path=/trunk/; revision=19684
2006-10-15Fix Event dissection which was broken when going to V3.Anders Broman1-3/+6
and add a few parameters. svn path=/trunk/; revision=19544
2006-10-15Upadte to H.248 V3 and add some annex E parameters.Anders Broman3-7/+6
svn path=/trunk/; revision=19543
2006-10-10Clean up some compiler warnings.Guy Harris1-1/+1
svn path=/trunk/; revision=19473