aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pcli.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-18PCLI: do not register UDP port 9000 by default as it is not allocated to this...Pascal Quantin1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-2/+3
2013-10-26Fix indent and add modelines infoAlexis La Goutte1-67/+78
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-3/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-4/+1
2012-03-15Update the link to the specification.Chris Maynard1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-7/+7
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-09-24Remove check_col() guardKovarththanan Rajaratnam1-3/+1
2009-09-23Use col_set_str instead of col_add_fstri/col_add_str when adding constant str...Kovarththanan Rajaratnam1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-0/+164