aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-prp.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-13prefs_register_protocol_obsolete protocols with only obsolete prefsChuck Craft1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-11-20Remove unused dissector registration prototypes, fix typoJoão Valverde1-1/+0
2016-12-25Remove individual post-dissect enable preferences.Michael Mann1-34/+14
2016-06-24Indicate how this should be done.Guy Harris1-0/+7
2016-06-23Fix "disable this protocol by default".Guy Harris1-0/+2
2016-06-23Fix some of the brokenness in the PRP redundancy control trailer dissector.Guy Harris1-0/+14
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-25create_dissector_handle -> new_create_dissector_handleMichael Mann1-9/+8
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+13
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-12- Forward declaration of register functions.Anders Broman1-0/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-01-19Localize a global variable; Do minor reformatting.Bill Meier1-10/+10
2011-11-14Remove uneeded #includes, forward refs & check_col();Bill Meier1-3/+2
2011-10-31From Martin Renold via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5730Alexis La Goutte1-201/+93
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier1-4/+4
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-8/+8
2011-01-21From Tobias Klauser:Anders Broman1-2/+2
2011-01-21Adress => Address corrections (also in comments).Sake Blok1-3/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-10-22From Tobias Klauservia https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=53...Jeff Morriss1-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-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-4/+4
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-12/+12
2008-09-22Minor cleanup related to proto_reg_handoffBill Meier1-1/+1
2008-03-04From Sven Meier: update the PRP dissector to the newest version of the standa...Jeff Morriss1-194/+251
2008-02-27Rather than always disabling the protocol at startup, just add a preference t...Jeff Morriss1-15/+33
2008-02-27From Sven Meier (on -dev in 6/2007):Jeff Morriss1-0/+304