aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/kerberos
AgeCommit message (Collapse)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-6/+6
Also: remove trailing whitespace for a number of files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39503 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-14Don't generate the conformance file for exported types when building themorriss1-1/+1
dissector; instead built it only when the separate target (generate_export) is built. Built generate_export when building "all". This prevents the exp_*.cnf files from being regenerated each time another one of the exp_*.cnf files (which the current dissector depends on) has changed (despite the fact that the exported types does not depe Also fix the CLEANFILES definition so it actually cleans things. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39421 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingmorriss2-5/+2
them and then copying them over). The "all" target to builds these dissectors now (instead of "generate_files" and/or "copy_files"). asn2wrs's "-O" option now means "the dissector goes in this directory" (rather than "all output goes in this directory"); it also means that the "-s" (single output file) option is now required. Fix things up so that it's possible to build all of the ASN.1 dissectors in one shot. Fix building of conformance files when doing out-of-source-tree builds. Unfortunately "make all" in the asn1 directory always builds something--I think because of circular depedencies. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39333 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1 ↵wmeier1-3/+3
dissectors: Specifically: Replace FALSE|0 and TRUE|1 by ENC_BIG_ENDIAN|ENC_LITTLE_ENDIAN as the encoding parameter for proto_tree_add_item() calls which directly reference an item in hf[] which has a type of: FT_UINT8 FT_UINT16 FT_UINT24 FT_UINT32 FT_UINT64 FT_INT8 FT_INT16 FT_INT24 FT_INT32 FT_INT64 FT_FLOAT FT_DOUBLE git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39294 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-10Rename ws_stat to ws_stat64, and make it take a pointer to a ws_statb64guy1-2/+2
as an argument, along the lines of ws_fstat64, and, on Windows, make it use _wstati64, to handle 64-bit file sizes. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36547 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-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.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35224 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-11Reflect changes made in SVN #32752wmeier1-4/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32753 f5534014-38df-0310-8fa8-9805f1628bb7
2010-01-01Add to the ASN1 kerberos changes made in the non-asn1 version of kerberoswmeier2-6/+6
(the changes comitted in SVN #31400 which fixed bug #4363). [I hope I've done this properly.... :) ] git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31402 f5534014-38df-0310-8fa8-9805f1628bb7
2009-10-08Remove unused NEED_PACKET_PROTO_H variablekrj1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30409 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29344 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-4/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29340 f5534014-38df-0310-8fa8-9805f1628bb7
2009-04-08(Trivial) Fix some spelling & etc in commentswmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27996 f5534014-38df-0310-8fa8-9805f1628bb7
2009-04-08More Ethereal --> Wiresharkwmeier1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27995 f5534014-38df-0310-8fa8-9805f1628bb7
2009-03-15As suggested by Jakub Zawadzki: g_free() is NULL safe, so we don't need ↵wmeier1-5/+5
check against it (This change is to the currently unused asn1/kerberos/packet-kerberos-template.c). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27726 f5534014-38df-0310-8fa8-9805f1628bb7
2008-10-17Further updates: dissect error-code and e-data.etxrab4-12/+186
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26486 f5534014-38df-0310-8fa8-9805f1628bb7
2008-10-16Add asn1 file from Heimdal use som stuff from it add more dissection in the ↵etxrab5-47/+810
template and .cnf file. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26484 f5534014-38df-0310-8fa8-9805f1628bb7
2008-10-15This file is not needed.etxrab1-417/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26468 f5534014-38df-0310-8fa8-9805f1628bb7
2008-10-15Now Kerberos compiles, a lot of work remains to get it into shape.etxrab5-71/+491
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26467 f5534014-38df-0310-8fa8-9805f1628bb7
2008-10-15Start of an asn2wrs generated kerberos dissector. Most of the hand crafted ↵etxrab8-0/+2302
stuff is in the template file but it's not yet accessed from the asn2wrs generated code. - Work in progress. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26460 f5534014-38df-0310-8fa8-9805f1628bb7