aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isis-clv.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-02From "oss.2nerds":Anders Broman1-2/+8
2011-10-27Fix proto_tree_add_item( encoding args;Bill Meier1-2/+2
2011-09-19Don't assign the return value of proto_tree_add_text() if it's not going to b...Chris Maynard1-1/+1
2011-05-18Mark a function arg as _U_Bill Meier1-1/+1
2011-05-18Don't assign to an unused 'proto_item *': Coverity 939 [UNUSED];Bill Meier1-2/+10
2011-01-16Use tvb_memeql().Jeff Morriss1-2/+2
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris1-1/+1
2008-03-13From Hariharan Ananthakrishnan:Gerald Combs1-4/+6
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-09-01Use "proto_item_append_text()" rather than filling up an allocatedGuy Harris1-41/+39
2005-08-30move an array off the stack into emem allocated memoryRonnie Sahlberg1-9/+10
2005-08-30change g_string_sprintf() into g_snprintf()Ronnie Sahlberg1-70/+34
2005-04-22Fix a buffer overflow in isis_dissect_nlpid_clv().Gerald Combs1-17/+33
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+590