aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kerberos4.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-18Reformat comment giving Kerberos 4 specification.Guy Harris1-7/+7
2017-11-18URL for the document.Guy Harris1-0/+3
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-4/+3
2016-12-14packet-kerberos4.c: Use encodings instead of boolean little vs big endian.Michael Mann1-17/+16
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-2/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-10-04Add editor modelines; Reformat as appropriate.Bill Meier1-106/+119
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-3/+3
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+3
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-2/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-11-09Fix a number of proto_tree_add_item() encoding args.Bill Meier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-8/+8
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-4/+4
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-8/+8
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-3/+3
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-14/+14
2009-02-06#include <conversation.h> not req'd ....Bill Meier1-1/+0
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.Bill Meier1-1/+1
2006-09-04krb4 is a new style dissector and is called through a handle from krb5 which ...Ronnie Sahlberg1-4/+4
2006-09-04make the heuristics for detecting kerberos4 strongerRonnie Sahlberg1-1/+16
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-08-02Some warning fixes for "no previous declaration"Jörg Mayer1-1/+1
2005-02-25The Kerberos 4 dissector is now a dissector that can reject packets, soGuy Harris1-1/+1
2005-02-25add support to call krb4 for suspected krb4 stuff soming in on udp port 88Ronnie Sahlberg1-0/+1
2004-10-03minor kerberos4 update handle app-req properlyRonnie Sahlberg1-2/+64
2004-09-19Make the Kerberos 4 dissector a "new-style" dissector, so it canGuy Harris1-8/+6
2004-09-18add decoding of werido special transac versions of kerberos 4Ronnie Sahlberg1-7/+21
2004-09-17new protocol : Kerberos v4Ronnie Sahlberg1-0/+372