aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248_annex_e.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2014-12-23Deleting unneccessary #includes from dissectors.Martin Mathieson1-3/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+2
2014-09-30Add editor modelines; Adjust whitespace; Remove boilerplate commentsBill Meier1-2/+13
2014-06-19Remove "pkg" prefix from display filters.Michael Mann1-81/+81
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-14Don't cast away constness.Guy Harris1-1/+1
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2013-02-06Fix missing hf field array entries:Bill Meier1-43/+64
2013-02-03#if 0 unused hf[] entries & etc.Bill Meier1-1/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-24minor display filter field typosMichael Mann1-1/+1
2012-07-11failure cause is an OCTET STRING not a string.Anders Broman1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-09Do not use BASE_NONE for FT_*INT* types.Chris Maynard1-1/+1
2012-06-05from Alex Lindberg:Anders Broman1-40/+69
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-2/+2
2012-04-10Squelch a "dereferencing type-punned pointer" warning when compiling with GCC...pascal1-1/+1
2012-03-13H.248 Annex E dissector does not properly dissect event parametersAnders Broman1-88/+712
2011-12-13The last element of an h248_pkg_param_t should be a pointer.Guy Harris1-8/+8
2011-12-13h248_e_implicit = FALSE;Anders Broman1-21/+21
2011-02-11Register a bunch of ett_ variables.Jeff Morriss1-12/+17
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-23/+23
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesSebastien Tandel1-4/+4
2007-03-03- have the signal name to be in the right subtreeLuis Ontanon1-1/+1
2007-03-03+ improve dissection of PkdNameLuis Ontanon1-6/+46
2007-02-25remove warningsLuis Ontanon1-7/+3
2007-02-23fix some bugs introduced in the latest releases and add value_strings for par...Luis Ontanon1-30/+83
2007-01-30Fix bug 1328 (Still Malformed packet) update some of the other packages.Anders Broman1-16/+16
2007-01-02Oops: wireshark.com --> wireshark.orgBill Meier1-1/+1
2007-01-02More ethereal --> wiresharkBill Meier1-2/+2
2006-11-25Make dissecton of some of the annex packages work again.Anders Broman1-2/+3
2006-10-18Add part of E.5 Basic DTMF Generator PackageAnders Broman1-1/+54
2006-10-15Fix Event dissection which was broken when going to V3.Anders Broman1-1/+31
2006-10-15Upadte to H.248 V3 and add some annex E parameters.Anders Broman1-0/+14
2006-10-14Fix a compiler warning by doing what I suspect was intended.Guy Harris1-1/+1
2006-10-10Get rid of CR's at the ends of lines, set svn:keywords and svn:eol-styleGuy Harris1-114/+114
2006-10-06Add a few packages and fix dissecton of a_codecs and handle the case whenAnders Broman1-9/+113
2006-10-04Added the possibillity of Statistic pkg as well.Anders Broman1-3/+8
2006-10-04more cleanup... almost there...Luis Ontanon1-3/+3
2006-10-03H.248 packages...Luis Ontanon1-0/+198