aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pcli.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-16Have register_decode_as_next_proto create dissector table.Michael Mann1-10/+3
2017-07-11Expand register_decode_as_next_proto to include prompt string.Michael Mann1-19/+1
2017-01-06Convert some easily identifiable pinos.Michael Mann1-3/+3
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-15/+11
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-4/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-4/+4
2015-11-18create_dissector_handle -> new_create_dissector_handleMichael Mann1-12/+16
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-07-22PCLI: Expand protocol supportLuke Mewburn1-43/+157
2015-05-22Expand a comment.Guy Harris1-3/+39
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
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