aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pcep.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-15Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().Jeff Morriss1-125/+125
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke1-60/+60
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke1-200/+200
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-2/+2
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-13/+13
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-16/+16
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-08-25#include <prefs.h> not req'dBill Meier1-1/+0
2008-05-14Fix some of the Errors/warnings detected by checkapi.Bill Meier1-1/+3
2007-12-29According to draft-ietf-pce-pcep-09, the LOAD-BALANCING object has noGuy Harris1-9/+4
2007-12-29Have a filled COL_INFO, even if tree is NULLJaap Keuter1-5/+3
2007-12-28Rename packet-pce.c to packet-pcep.c to match the protocol name.Guy Harris1-0/+2345