aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pcep.c
AgeCommit message (Collapse)AuthorFilesLines
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
svn path=/trunk/; revision=29344
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
svn path=/trunk/; revision=29340
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke1-60/+60
More header field info cleanup in plugins/* and epan/dissectors/* svn path=/trunk/; revision=28811
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke1-200/+200
Move header field info declarations into function scope. This is the first step. Another patch will be submitted which actually scrubs the header field info declarations (remove empty blurbs, etc.) svn path=/trunk/; revision=28797
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-2/+2
svn path=/trunk/; revision=27065
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-13/+13
svn path=/trunk/; revision=27028
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-16/+16
svn path=/trunk/; revision=26648
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
svn path=/trunk/; revision=26091
2008-08-25#include <prefs.h> not req'dBill Meier1-1/+0
svn path=/trunk/; revision=26089
2008-05-14Fix some of the Errors/warnings detected by checkapi.Bill Meier1-1/+3
svn path=/trunk/; revision=25290
2007-12-29According to draft-ietf-pce-pcep-09, the LOAD-BALANCING object has noGuy Harris1-9/+4
TLVs, and has a fixed length; fix the dissector for it to check for an exact length and not to look for TLVs. svn path=/trunk/; revision=23967
2007-12-29Have a filled COL_INFO, even if tree is NULLJaap Keuter1-5/+3
svn path=/trunk/; revision=23966
2007-12-28Rename packet-pce.c to packet-pcep.c to match the protocol name.Guy Harris1-0/+2345
svn path=/trunk/; revision=23965