aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248_2.c
AgeCommit message (Collapse)AuthorFilesLines
2014-09-30Add editor modelines; Adjust whitespace; Remove boilerplate commentsBill Meier1-79/+90
Change-Id: I1f5f83ed441f6009125cf2cbe5023af04986898a Reviewed-on: https://code.wireshark.org/review/4392 Reviewed-by: Bill Meier <wmeier@newsguy.com>
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-01-14Don't make claims of constness that can't be guaranteed in terms the CGuy Harris1-1/+1
compiler can verify. svn path=/trunk/; revision=54792
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