summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-h248_2.c
AgeCommit message (Collapse)AuthorFilesLines
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
svn path=/trunk/; revision=54135
2013-02-02Restore hf[] entry commented out by mistake in SVN #47389.Bill Meier1-1/+1
svn path=/trunk/; revision=47448
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-15/+17
(found by checkhf) svn path=/trunk/; revision=47389
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45017
2012-08-24Add period separator for "base" proto filter name.Michael Mann1-1/+1
svn path=/trunk/; revision=44650
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-06-05from Alex Lindberg:Anders Broman1-1/+1
Update to packet-h248.c and associated h248 dissecorts. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7332 svn path=/trunk/; revision=43107
2012-04-26Correct value for Baudot50 Jakub Zawadzki1-1/+1
From H.248.2: Gateway control protocol: Facsimile, text conversation and call discrimination packages (page 23) [URL: http://www.itu.int/rec/dologin_pub.asp?lang=e&id=T-REC-H.248.2-200501-I!!PDF-E&type=items] svn path=/trunk/; revision=42263
2012-01-11Add a dissector for h248.2 packages.Anders Broman1-0/+157
svn path=/trunk/; revision=40439