aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/kerberos
AgeCommit message (Collapse)AuthorFilesLines
2011-04-10Rename ws_stat to ws_stat64, and make it take a pointer to a ws_statb64Guy Harris1-2/+2
as an argument, along the lines of ws_fstat64, and, on Windows, make it use _wstati64, to handle 64-bit file sizes. svn path=/trunk/; revision=36547
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
keys to have _uint in their names, to match the routines that handle dissector tables with string keys. (Using _port can confuse people into thinking they're intended solely for use with TCP/UDP/etc. ports when, in fact, they work better for things such as Ethernet types, where the binding of particular values to particular protocols are a lot stronger.) svn path=/trunk/; revision=35224
2010-05-11Reflect changes made in SVN #32752Bill Meier1-4/+8
svn path=/trunk/; revision=32753
2010-01-01Add to the ASN1 kerberos changes made in the non-asn1 version of kerberosBill Meier2-6/+6
(the changes comitted in SVN #31400 which fixed bug #4363). [I hope I've done this properly.... :) ] svn path=/trunk/; revision=31402
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam1-1/+0
svn path=/trunk/; revision=30409
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
svn path=/trunk/; revision=29344
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+2
svn path=/trunk/; revision=29340
2009-04-08(Trivial) Fix some spelling & etc in commentsBill Meier1-1/+1
svn path=/trunk/; revision=27996
2009-04-08More Ethereal --> WiresharkBill Meier1-2/+2
svn path=/trunk/; revision=27995
2009-03-15As suggested by Jakub Zawadzki: g_free() is NULL safe, so we don't need ↵Bill Meier1-5/+5
check against it (This change is to the currently unused asn1/kerberos/packet-kerberos-template.c). svn path=/trunk/; revision=27726
2008-10-17Further updates: dissect error-code and e-data.Anders Broman4-12/+186
svn path=/trunk/; revision=26486
2008-10-16Add asn1 file from Heimdal use som stuff from it add more dissection in the ↵Anders Broman5-47/+810
template and .cnf file. svn path=/trunk/; revision=26484
2008-10-15This file is not needed.Anders Broman1-417/+0
svn path=/trunk/; revision=26468
2008-10-15Now Kerberos compiles, a lot of work remains to get it into shape.Anders Broman5-71/+491
svn path=/trunk/; revision=26467
2008-10-15Start of an asn2wrs generated kerberos dissector. Most of the hand crafted ↵Anders Broman8-0/+2302
stuff is in the template file but it's not yet accessed from the asn2wrs generated code. - Work in progress. svn path=/trunk/; revision=26460