aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isis-clv.c
AgeCommit message (Collapse)AuthorFilesLines
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