aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kerberos4.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2011-11-09Fix a number of proto_tree_add_item() encoding args.wmeier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-8/+8
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-4/+4
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-8/+8
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofguy1-3/+3
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-14/+14
2009-02-06#include <conversation.h> not req'd ....wmeier1-1/+0
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.wmeier1-1/+1
2006-09-04krb4 is a new style dissector and is called through a handle from krb5 which ...sahlberg1-4/+4
2006-09-04make the heuristics for detecting kerberos4 strongersahlberg1-1/+16
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-08-02Some warning fixes for "no previous declaration"jmayer1-1/+1
2005-02-25The Kerberos 4 dissector is now a dissector that can reject packets, soguy1-1/+1
2005-02-25add support to call krb4 for suspected krb4 stuff soming in on udp port 88sahlberg1-0/+1
2004-10-03minor kerberos4 update handle app-req properlysahlberg1-2/+64
2004-09-19Make the Kerberos 4 dissector a "new-style" dissector, so it canguy1-8/+6
2004-09-18add decoding of werido special transac versions of kerberos 4sahlberg1-7/+21
2004-09-17new protocol : Kerberos v4sahlberg1-0/+372