aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-knet.c
AgeCommit message (Collapse)AuthorFilesLines
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-08-15convert GStrings to more "ephemeral friendly" use.Michael Mann1-14/+12
svn path=/trunk/; revision=44515
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-03-06Use tvb_new_subset_remaining() rather than tvb_new_subset();Bill Meier1-5/+5
#include <styring.h> not req'd (in a few cases); Minor reformating & whitespace cleanup. svn path=/trunk/; revision=41374
2012-01-14Use REPORT_DISSECTOR_BUG() instead of g_print(); Other minor cleanup.Bill Meier1-16/+17
svn path=/trunk/; revision=40504
2011-11-27Fix Coverity CID 1330, "Missing Break" by adding some /* FALLTHRU */'s.Chris Maynard1-0/+2
svn path=/trunk/; revision=40019
2011-11-27Various Minor cleanup:Bill Meier1-61/+102
- Remove unneeded #includes; - Use val_to_str_const() in several places; - Reformat long lines; - Fix whitepace and indentation. svn path=/trunk/; revision=40016
2011-11-26Fix a wrong copy/paste....Alexis La Goutte1-1/+1
svn path=/trunk/; revision=40011
2011-11-26From Kari Vatjus-Anttila via ↵Alexis La Goutte1-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 svn path=/trunk/; revision=40010