aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pcep.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-19More conversions of proto_tree_add_item() 'encoding' argwmeier1-28/+28
2011-10-18From Roberto Morro via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=64...morriss1-6/+13
2011-09-17Update sub-object types of XRO to match RFC 5521. Fixes https://bugs.wiresha...cmaynard1-11/+9
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-2/+0
2011-02-18From Roberto Morro via bug #5701: Change the PCEP dissector's portsfisher1-2/+3
2011-02-09Use tvb_bytes_to_str_punct() instead of bytestring_to_str(tvb_get_ptr(), ...)morriss1-5/+5
2011-02-03Store the result of tvb_get_ntohs() in a guint16 instead of a guint8 to avoid amorriss1-11/+11
2011-02-03From Roberto Morro:jake1-206/+514
2011-01-15Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().morriss1-125/+125
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-22From Kovarththanan Rajaratnam:stig1-60/+60
2009-06-22From Kovarththanan Rajaratnam:stig1-200/+200
2008-12-20Fix various typos and spelling errors (mostly in text strings)wmeier1-2/+2
2008-12-17Fix typos and spelling (mostly in text strings) wmeier1-13/+13
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-16/+16
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2008-08-25#include <prefs.h> not req'dwmeier1-1/+0
2008-05-14Fix some of the Errors/warnings detected by checkapi.wmeier1-1/+3
2007-12-29According to draft-ietf-pce-pcep-09, the LOAD-BALANCING object has noguy1-9/+4
2007-12-29Have a filled COL_INFO, even if tree is NULLjake1-5/+3
2007-12-28Rename packet-pce.c to packet-pcep.c to match the protocol name.guy1-0/+2345