aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netperfmeter.c
AgeCommit message (Collapse)AuthorFilesLines
2011-11-12Remove some unneeded 'if(pinfo)' tests;wmeier1-4/+2
Remove some unneeded forward refs. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39809 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-30From Thomas Dreibholz:etxrab1-5/+28
Update the NetPerfMeter protocol dissector to the latest version of NetPerfMeter (http://www.iem.uni-due.de/~dreibh/netperfmeter/). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6518 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39678 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
Also: remove trailing whitespace for a number of files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39503 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly ↵wmeier1-2/+2
reference an hf item (in hf[] with types: FT_NONE FT_BYTES FT_IPV6 FT_IPXNET FT_OID Note: Encoding field set to ENC_NA only if the field was previously TRUE|FALSE|ENC_LITTLE_ENDIAN|ENC_BIG_ENDIAN git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39260 f5534014-38df-0310-8fa8-9805f1628bb7
2011-02-10Obtained from Thomas Dreibholz: Update SCTP PPIDs.tuexen1-7/+10
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35895 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-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.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35224 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-13(Trivial): check_col() guard not needed for col_set_str; #include <stdio.h> ↵wmeier1-2/+1
not req'd. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30946 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-12From Thomas Dreibholz:jake1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30943 f5534014-38df-0310-8fa8-9805f1628bb7