aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isis-clv.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-27Fix proto_tree_add_item( encoding args;wmeier1-2/+2
2011-09-19Don't assign the return value of proto_tree_add_text() if it's not going to b...cmaynard1-1/+1
2011-05-18Mark a function arg as _U_wmeier1-1/+1
2011-05-18Don't assign to an unused 'proto_item *': Coverity 939 [UNUSED];wmeier1-2/+10
2011-01-16Use tvb_memeql().morriss1-2/+2
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. guy1-1/+1
2008-03-13From Hariharan Ananthakrishnan:gerald1-4/+6
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
2005-09-01Use "proto_item_append_text()" rather than filling up an allocatedguy1-41/+39
2005-08-30move an array off the stack into emem allocated memorysahlberg1-9/+10
2005-08-30change g_string_sprintf() into g_snprintf()sahlberg1-70/+34
2005-04-22Fix a buffer overflow in isis_dissect_nlpid_clv().gerald1-17/+33
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+590