aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netperfmeter.c
AgeCommit message (Collapse)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
keys to have _uint in their names, to match the routines that handle dissector tables with string keys. (Using _port can confuse people into thinking they're intended solely for use with TCP/UDP/etc. ports when, in fact, they work better for things such as Ethernet types, where the binding of particular values to particular protocols are a lot stronger.) svn path=/trunk/; revision=35224
2009-11-13(Trivial): check_col() guard not needed for col_set_str; #include <stdio.h> ↵Bill Meier1-2/+1
not req'd. svn path=/trunk/; revision=30946
2009-11-12From Thomas Dreibholz:Jaap Keuter1-0/+443
NetPerfMeter is an Open Source TCP/UDP/SCTP/DCCP network performance metering application for Linux, FreeBSD and MacOS X. It can be downloaded here: http://www.exp-math.uni-essen.de/~dreibh/netperfmeter/ . The protocol used by this application for the transport of control and data is called NetPerfMeter protocol. The attached patch is a dissector to decode its packets. svn path=/trunk/; revision=30943