aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248_3gpp.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-16[H248 3GPP] Add dissection of IP transport package.AndersBroman1-1/+58
2016-06-12Move Gateway Control Protocol (Context Tracking) into packet-h248.hMichael Mann1-0/+5
2014-12-23Deleting unneccessary #includes from dissectors.Martin Mathieson1-1/+0
2014-11-03tvb_length -> tvb_reported_lengthAndersBroman1-3/+3
2014-09-30Add editor modelines; Adjust whitespace; Remove boilerplate commentsBill Meier1-0/+12
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-03-27Add dissection of 3G Interface Type package and add some comments aboutAndersBroman1-0/+50
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-14Don't make claims of constness that can't be guaranteed in terms the CGuy Harris1-3/+3
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-03-19From beroset:Anders Broman1-4/+4
2013-02-05Rename 'hf_h248_package_3GUP' to 'proto_h248_package_3GUP'Bill Meier1-4/+4
2012-12-14fixMartin Kaiser1-2/+2
2012-12-13Revert back to the original patch which actuallly worked.Anders Broman1-3/+2
2012-12-13From John Batty:- the h248_3GCSD_properties_vals array was missing entry 0 th...Anders Broman1-3/+15
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-24Add period separator for "base" proto filter name.Michael Mann1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-05from Alex Lindberg:Anders Broman1-3/+3
2012-03-13H248 package updates from Alex Lindberg in bug https://bugs.wireshark.org/bug...Anders Broman1-0/+1
2011-10-27Fix proto_tree_add_item( encoding args;Bill Meier1-2/+2
2011-04-22Fix a few "equality comparison with extraneous parentheses" warningsStephen Fisher1-2/+2
2011-02-11Register a bunch of ett_ variables.Jeff Morriss1-31/+32
2010-12-06Fix various typos and spelling errors.Bill Meier1-1/+1
2009-09-28Only include config.h in C files, to avoid multiple inclusion.Stig Bjørlykke1-0/+4
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-20/+20
2009-05-08FT_BOOLEAN fields w/o bitmasks really should use BASE_NONE (not BASE_DEC,...).Bill Meier1-1/+1
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2008-01-04Get rid of ber_last_created_item().Anders Broman1-2/+2
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-2/+8
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesSebastien Tandel1-3/+3
2007-04-13fix some gcc warnings and put dissectors in CLEAN_DISSECTOR_SRCSebastien Tandel1-2/+2
2007-04-02Add decoding of TFO Codec and Codec ListLuis Ontanon1-4/+57
2007-02-25remove warningsLuis Ontanon1-14/+11
2007-02-23fix some bugs introduced in the latest releases and add value_strings for par...Luis Ontanon1-39/+103
2007-02-21+ add some more packages from 3GPP TS 29.232Luis Ontanon1-9/+298
2007-01-30Fix bug 1328 (Still Malformed packet) update some of the other packages.Anders Broman1-5/+7
2007-01-02Oops: wireshark.com --> wireshark.orgBill Meier1-1/+1
2007-01-02More ethereal --> wiresharkBill Meier1-2/+2
2006-10-13Set properties.Anders Broman1-2/+2
2006-10-10Fix a typo.Anders Broman1-1/+1
2006-10-04Added the possibillity of Statistic pkg as well.Anders Broman1-0/+1
2006-10-03H.248 packages...Luis Ontanon1-0/+167