aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h248/packet-h248-template.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-31Update value strings.etxrab1-1/+83
2008-12-17Fix some typos and spelling (mostly in text strings)wmeier1-1/+1
2008-12-16Fix some spelling/typoswmeier1-1/+1
2008-11-04Move prefs processing from registered init fcn to proto_reg_handoff fcnwmeier1-47/+33
2008-06-27Fix some checkAPIs warnings.gerald1-35/+33
2008-01-13Update package name from IANA's list.etxrab1-0/+64
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofetxrab1-1/+1
2008-01-04Get rid of ber_last_created_item().etxrab1-12/+12
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibguy1-2/+2
2007-05-15actx in the rest of dissect_ber..()letxrab1-11/+19
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab1-28/+30
2007-04-13 Have the h248term handle evaluated as late as possible.lego1-1/+5
2007-03-27megacolego1-1/+0
2007-03-25Remove the context tracing from packet-h248.c ( migrated to <epan/gcp.c> )lego1-731/+10
2007-03-18add a tap to h248lego1-13/+21
2007-03-18make sure curr_info.sig is not-NULL before derreferencing it.lego1-1/+1
2007-03-18make sure curr_info.evt is not-NULL before derreferencing it.lego1-2/+2
2007-03-17dissect H.248 over TPKT over TCPlego1-4/+35
2007-03-03- have the signal name to be in the right subtreelego1-19/+6
2007-03-03+ improve dissection of PkdNamelego1-8/+109
2007-02-25+ some cosmetic changes to package dissection.lego1-47/+50
2007-02-23fix some bugs introduced in the latest releases and add value_strings for par...lego1-30/+36
2007-02-21+ add some more packages from 3GPP TS 29.232lego1-4/+4
2007-01-31Extend the events valuestring with Bearer Modification Support Event.etxrab1-0/+1
2007-01-31Merge Anders' and my own fixes to some bugslego1-22/+1
2007-01-30Fix bug 1328 and related bugs found when examining the trace.etxrab1-1/+4
2007-01-29Update value strings.etxrab1-23/+31
2007-01-04the widcards: Choose and All were inverted (again?)lego1-2/+2
2007-01-02Oops: wireshark.com --> wireshark.orgwmeier1-1/+1
2007-01-02More ethereal --> wiresharkwmeier1-2/+2
2007-01-02Ehtereal[sic] -> Wireshark. :-)guy1-3/+4
2006-11-08Sorry that should have been static int. Corrcted now.etxrab1-1/+1
2006-11-08Make Wireshark build on my system (gcc 4.1.0) againjmayer1-1/+1
2006-11-07Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1206etxrab1-2/+11
2006-11-06Fix bug 1207, simple swap of the two text strings.jake1-2/+2
2006-10-25Add more paranoid pointer checks. Fixes CID 219.gerald1-64/+64
2006-10-10Clean up some compiler warnings.guy1-1/+1
2006-10-08H248:etxrab1-0/+2
2006-10-06Add a few packages and fix dissecton of a_codecs and handle the case whenetxrab1-2/+3
2006-10-04Added the possibillity of Statistic pkg as well.etxrab1-1/+2
2006-10-04Put back the bugfixes froim Revision 19190/19356etxrab1-8/+88
2006-10-04more cleanup... almost there...lego1-3/+1
2006-10-03MSVCC does not like mixing code and variable declarationslego1-1/+2
2006-10-03H.248 packages...lego1-1108/+372
2006-09-29Add some more package names.etxrab1-1/+14
2006-09-11Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1091etxrab1-9/+43
2006-09-04Declare "dissect_h248_Name()" and "dissect_h248_Value()" before they'reguy1-1/+7
2006-09-04From Oleg Kostenko:etxrab1-50/+461
2006-08-14rename some structures and defines from the se_tree to the emem_tree prefixsahlberg1-12/+12
2006-06-20From Albert Chin:etxrab1-11/+26