aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pagp.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-35/+35
2023-09-19Use `register_dissector()` for more protocolsDavid Perry1-3/+3
2021-10-04to_str: pull scope arg up into tvb_ether_to_strEvan Huus1-4/+4
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2020-01-10Use symbolic values for Cisco's LLC PIDsJoerg Mayer1-1/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-27Remove manual setting of pinfo->current_proto.Michael Mann1-2/+0
2015-11-25create_dissector_handle -> new_create_dissector_handleMichael Mann1-6/+7
2015-04-22Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-82/+33
2014-10-04Add editor modelines; Reformat as appropriate.Bill Meier1-389/+402
2014-09-06Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-17/+27
2014-07-05convert to proto_tree_add_subtree[_format]Michael Mann1-5/+2
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix some trivial warnings.Jakub Zawadzki1-0/+3
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-42/+22
2012-10-11Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)'Bill Meier1-3/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-03-03There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-32/+17
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-5/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-4/+4
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-13From Didier Gautheron:Anders Broman1-3/+1
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-7/+7
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-3/+1
2009-04-07Use some default true_false_string's.Bill Meier1-6/+1
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-3/+3
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-2/+2
2005-07-24some more dissectors converted to ep_tvb_get_stringRonnie Sahlberg1-4/+2
2005-06-15Add missing hf entries. Fixes bug 240.Gerald Combs1-0/+10
2005-04-07updating Mark C Browns informationRonnie Sahlberg1-1/+2
2004-09-05From Mark C. Brown: Cisco Port Aggregation Protoool support.Guy Harris1-0/+578