aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isis-clv.c
AgeCommit message (Collapse)AuthorFilesLines
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
svn path=/trunk/; revision=32411
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
svn path=/trunk/; revision=32367
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
svn path=/trunk/; revision=26091
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris1-1/+1
epan/dissectors/packet-ncp2222.inc is a bit hard to fix, so we're not ready to enable that warning by default yet. Throw in some casts to handle GLib routines that take arbitrary non-const pointers (they can later return the pointers, and some callers might want to modify or free up those pointers in cases where they're known to be writable or allocated). Use ep_tvb_memdup() rather than a combination of ep_alloc() and tvb_memcpy(). Clean up some indentation. svn path=/trunk/; revision=25601
2008-03-13From Hariharan Ananthakrishnan:Gerald Combs1-4/+6
I have added two new display filters to support filtering based on LSP-ID and hostname for ISIS protocol. svn path=/trunk/; revision=24621
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
directory to the epan directory. Some of them should perhaps ultimately be moved to epan/dissectors, if they pertain only to stuff exported by a particular dissector. Fix Gerald's e-mail address in files we're moving. svn path=/trunk/; revision=15844
2005-09-01Use "proto_item_append_text()" rather than filling up an allocatedGuy Harris1-41/+39
buffer. This fixes one place where the "NLPID(s):" wasn't being put into the protocol tree item. svn path=/trunk/; revision=15658
2005-08-30move an array off the stack into emem allocated memoryRonnie Sahlberg1-9/+10
svn path=/trunk/; revision=15619
2005-08-30change g_string_sprintf() into g_snprintf()Ronnie Sahlberg1-70/+34
svn path=/trunk/; revision=15618
2005-04-22Fix a buffer overflow in isis_dissect_nlpid_clv().Gerald Combs1-17/+33
svn path=/trunk/; revision=14161
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+590
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410