aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sflow.c
AgeCommit message (Collapse)AuthorFilesLines
2003-06-14Put in a "break;" after the labels in the final clause of a switchGuy Harris1-1/+2
statement - GCC lets you get away with no statement after those labels, but some other compilers (e.g., MSVC++ 6.0) don't. svn path=/trunk/; revision=7886
2003-06-13From Jeff Rizzo: sFlow support.Guy Harris1-0/+1067
svn path=/trunk/; revision=7879