aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-knet.c
AgeCommit message (Collapse)AuthorFilesLines
2011-11-27Fix Coverity CID 1330, "Missing Break" by adding some /* FALLTHRU */'s.cmaynard1-0/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40019 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-27Various Minor cleanup:wmeier1-61/+102
- Remove unneeded #includes; - Use val_to_str_const() in several places; - Reformat long lines; - Fix whitepace and indentation. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40016 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-26Fix a wrong copy/paste....alagoutte1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40011 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-26From Kari Vatjus-Anttila via ↵alagoutte1-0/+859
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5956 kNet (KristalliNet) dissector for Wireshark kNet is a connection-oriented network protocol for transmitting arbitrary application-specific messages between network hosts. It is designed primarily for applications that require a method for rapid space-efficient real-time communication. kNet is an application-level protocol which can be ran either over UDP, TCP or SCTP transports. From me : * Add Modelines information and fix trailing whitespace * Merge packet-knet.h in packet-knet.c * Make Checkhf happy * Fix Clang/GCC Warning about unused variable * Add Authors info & CMakeList.txt git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40010 f5534014-38df-0310-8fa8-9805f1628bb7