aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipoib.c
AgeCommit message (Collapse)AuthorFilesLines
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
svn path=/trunk/; revision=54135
2013-11-29Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki1-0/+2
svn path=/trunk/; revision=53655
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-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-02-20(Trivial) Whitespace changesBill Meier1-7/+7
svn path=/trunk/; revision=41087
2011-12-03The cool kids say "dissector_add_uint()", not "dissector_add()", now.Guy Harris1-1/+1
svn path=/trunk/; revision=40074
2011-12-02from Petr Sumbera:Jaap Keuter1-0/+122
Solaris 11 snoop files with IP over Infiniband data are not recognized. Attached patch allows to view such data. svn path=/trunk/; revision=40072