wireshark/epan
Ronnie Sahlberg 7edd136c88 implement decryption of and dissection of
EncKrbCredPart

Packet 18 in sample capture kerberos-Delegation.zip on the wiki contains this structure.



svn path=/trunk/; revision=18069
2006-05-02 08:42:19 +00:00
..
dfilter new field type FT_OID for OBJECT IDENTIFIERs 2005-12-02 13:16:58 +00:00
dissectors implement decryption of and dissection of 2006-05-02 08:42:19 +00:00
ftypes Make the GUIDs in various data structures e_guid_t's rather than arrays 2006-03-19 20:45:45 +00:00
AUTHORS
ChangeLog
Makefile.am From Diego Petteno and Daniel Black: add more libraries to the list of 2006-04-27 19:12:50 +00:00
Makefile.common add guid-utils.h to Makefile.common 2006-03-10 12:57:22 +00:00
Makefile.nmake Add some dependencies for libethereal.dll, so it gets re-build, if someone just changes a source file in a subdirectory (e.g. a dissector) 2006-03-18 03:32:10 +00:00
NEWS
README
addr_and_mask.c Don't collide with the "regular" IPv6 defintions in at least some 2005-09-12 06:21:35 +00:00
addr_and_mask.h
addr_resolv.c I don't see any reason why we should only have to look for a hosts file in the personal preferences file, but not in the datafile path, as we doing it for a lot of other config files at runtime. 2006-03-02 00:06:15 +00:00
addr_resolv.h Francesco Fondelli; Add dcp support 2005-09-20 15:18:28 +00:00
address.h Add TIPC address as address type and use it in TIPC. 2005-12-01 20:02:45 +00:00
adler32.c
adler32.h
afn.c Expand the set of #defines in afn.h (and give a URL for the *current* 2006-01-28 23:18:19 +00:00
afn.h Expand the set of #defines in afn.h (and give a URL for the *current* 2006-01-28 23:18:19 +00:00
aftypes.h Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
arcnet_pids.h Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
arptypes.h
asn1.c include emem.h 2006-03-11 11:18:56 +00:00
asn1.h Move def of subid_t to format-oid.h don't include asn1.h in cops any more. 2005-11-08 22:18:06 +00:00
atalk-utils.c replace some more silly rotating buffers with ep_alloc() calls 2005-08-17 09:36:20 +00:00
atalk-utils.h various code cleanup: 2005-08-08 18:50:39 +00:00
base64.c Fix more "no previous declaration" warnings 2005-08-02 04:34:35 +00:00
base64.h
bitswap.c - Include the .h files in their .c files. 2005-08-20 16:19:22 +00:00
bitswap.h
bridged_pids.h Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
charsets.c
charsets.h
chdlctypes.h Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
circuit.c more gmemchunk -> se_alloc() conversions 2005-08-13 02:24:11 +00:00
circuit.h
column-utils.c Mike Hall: 2006-01-20 08:48:43 +00:00
column-utils.h in svn 15335 the tcp analysis was changed to do its stuff and to populate (prepend to) COL_INFO before callking the subdissectors 2005-10-04 13:34:52 +00:00
column.c from Daniele Orlandi: 2006-03-02 21:29:15 +00:00
column.h More 'char*' -> 'const char*' changes to fix warnings. 2005-07-23 11:41:25 +00:00
column_info.h from Daniele Orlandi: 2006-03-02 21:29:15 +00:00
conversation.c start converting gmemchunk into se_alloc() in /epan 2005-08-13 02:19:03 +00:00
conversation.h
crc16.c
crc16.h
crc32.c
crc32.h
crypt-des.c
crypt-des.h
crypt-md4.c
crypt-md4.h
crypt-md5.c
crypt-md5.h
crypt-rc4.c
crypt-rc4.h
doxygen.cfg.in Add newlines to the ends of the files. 2006-05-02 07:56:21 +00:00
dtd.h svn properties 2006-03-20 19:53:07 +00:00
dtd_grammar.lemon remove location from dtd_build_data_t avoiding to (double) free it. 2005-10-06 22:01:52 +00:00
dtd_parse.h svn properties 2006-03-20 19:51:06 +00:00
dtd_parse.l "./dtd_parse.l", line 167: warning, rule cannot be matched 2005-10-07 08:36:23 +00:00
dtd_preparse.l Close the files after reading! 2006-03-11 18:19:48 +00:00
emem.c Fix logic used to test protection under Windows OT. Only initialize 2006-04-28 16:40:39 +00:00
emem.h rename se_tree_lookup32_less_than_or_equal() 2006-03-18 09:01:42 +00:00
enterprise-numbers Update enterprise-numbers 2005-12-09 16:24:05 +00:00
epan.c OBJECT IDENTIFIER name resolution moved to oid_resolv.c 2005-12-06 11:45:55 +00:00
epan.h add some comments, has to be extended 2005-08-02 07:30:38 +00:00
epan_dissect.h
etypes.h Add ethertypes and value_str for IEC 61850 2006-01-17 21:50:43 +00:00
ex-opt.c svn:keywords and svn:eol-style 2006-02-07 22:18:05 +00:00
ex-opt.h Add newline to end of file to quiten compiler warning. 2006-02-10 02:10:33 +00:00
except.c Win32: call an existing debugger if a DissectorError is thrown. This preserves the call stack of the bug making debugging much easier. 2006-01-22 16:32:45 +00:00
except.h get rid of warnings about qualifier discarding 2005-09-27 06:09:14 +00:00
exceptions.h SCSI is fairly unique among the ethereal protocols in that it is sometimes normal for a PDU we receive back froma device to be truncated. 2006-03-13 10:29:00 +00:00
exntest.c Exception handling fixes, and a fix to packet-frame.c, 2005-08-04 13:54:46 +00:00
expert.c Assure that pinfo is a valid pointer. Related to Coverity CID 112 2006-03-12 16:42:10 +00:00
expert.h from Greg Morris: 2005-11-25 23:42:52 +00:00
filesystem.c It's g_strdup_printf(), not g_sprintf_alloc(). 2006-05-01 08:09:39 +00:00
filesystem.h Handle the case where we *can't* determine the pathname in which to find 2006-05-01 06:51:14 +00:00
follow.c various code cleanup: 2005-08-08 18:50:39 +00:00
follow.h
frame_data.c minor code cleanup 2006-01-24 19:03:09 +00:00
frame_data.h minor code cleanup 2006-01-24 19:03:09 +00:00
funnel.c * add an option to funnel_register_menu to retap the packets right after been called 2006-02-05 20:02:41 +00:00
funnel.h TextWindow: 2006-03-30 19:42:49 +00:00
g_ascii_strtoull.c
g_ascii_strtoull.h
gnuc_format_check.h Move the definition of GNUC_FORMAT_CHECK() to its own header, use it in 2005-09-13 04:00:47 +00:00
greproto.h From: Deepak Jain 2005-12-09 16:14:42 +00:00
guid-utils.h Make the GUIDs in various data structures e_guid_t's rather than arrays 2006-03-19 20:45:45 +00:00
h225-persistentdata.c Make the GUIDs in various data structures e_guid_t's rather than arrays 2006-03-19 20:45:45 +00:00
h225-persistentdata.h Make the GUIDs in various data structures e_guid_t's rather than arrays 2006-03-19 20:45:45 +00:00
iax2_codec_type.h Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
in_cksum.c
in_cksum.h
inet_aton.c
inet_aton.h
inet_ntop.c 128 bytes isn't much room for the stack; revert to using an on-the-stack 2005-09-01 11:32:14 +00:00
inet_pton.c
inet_v6defs.h
ip_opts.h Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
ipproto.c add two new ip protocol numbers 2005-12-02 10:25:05 +00:00
ipproto.h add two new ip protocol numbers 2005-12-02 10:25:05 +00:00
ipv4.c Coverity CID 103 pointed me to this section of code. The buffer 2006-03-08 13:36:40 +00:00
ipv4.h
ipv6-utils.h Don't collide with the "regular" IPv6 defintions in at least some 2005-09-12 06:21:35 +00:00
lapd_sapi.h Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
libethereal.def rename some value_Strings from ..._val to ..._vals 2006-04-25 01:42:35 +00:00
llcsaps.h From Jochen Friedrich 2005-10-25 05:56:21 +00:00
make-sminmpec.pl Maybe Id will work now 2005-12-09 16:40:06 +00:00
nlpid.h Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
nstime.c EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! 2005-08-24 21:31:56 +00:00
nstime.h EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! 2005-08-24 21:31:56 +00:00
oid_resolv.c From Grame Lunt: 2005-12-16 07:18:52 +00:00
oid_resolv.h Set svn:keywords to Id to get RCS IDs expanded. 2005-12-06 21:07:50 +00:00
osi-utils.c Remove dead code. Due the to if() test that checks for specific 2006-03-07 22:38:51 +00:00
osi-utils.h removal of even more sprintf 2005-08-20 02:33:33 +00:00
oui.h (on behalf of the PROFIBUS Nutzerorganisation e.V. Deutschland): 2005-11-12 10:09:02 +00:00
packet.c fix some typos in a comment 2006-03-16 23:18:15 +00:00
packet.h Add register_postdissector() to the API. 2006-01-24 00:26:57 +00:00
packet_info.h More 'char*' -> 'const char*' changes to fix warnings. 2005-07-23 11:41:25 +00:00
pint.h
plugins.c Add code to check whether the app was started with special privileges 2006-02-06 03:11:34 +00:00
plugins.h
ppptypes.h Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
prefs-int.h Constify to remove a bunch of warnings. Add some casts to squelch 2005-07-24 19:01:28 +00:00
prefs.c Map "mtp3.net_addr_format" to "mtp3.addr_format", for backwards 2006-01-29 23:10:05 +00:00
prefs.h from Richard van der Hoff: 2005-10-12 21:26:27 +00:00
privileges.c Move the code to relinquish set-UID and set-GID privileges to a routine 2006-02-06 10:27:27 +00:00
privileges.h Move the code to relinquish set-UID and set-GID privileges to a routine 2006-02-06 10:27:27 +00:00
proto.c Squelch a compiler warning (for a problem that doesn't actually occur). 2006-03-29 21:53:26 +00:00
proto.h add proto_all_finfos() that will return a GPtrArray containing every finfo found in a tree. 2006-03-27 19:28:02 +00:00
ptvcursor.h
radius_dict.l Bug 796 2006-03-23 00:57:56 +00:00
range.c convert to g_snprintf() 2005-09-01 19:05:00 +00:00
range.h
reassemble.c simply use DISSECTOR_ASSERT() to detect tvb problems instead of my previous commit 2006-01-22 19:31:42 +00:00
reassemble.h add fragment_get_reassembled_id so the handed id doesn't need to be a packet number (experimental) 2006-01-22 16:47:16 +00:00
report_err.h
req_resp_hdrs.c
req_resp_hdrs.h
rtp_pt.h Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
sctpppids.h Update PPIDs to latest IANA regsitration status. 2006-04-05 20:24:48 +00:00
sha1.c The fopen() is used only if you build this as a stand-alone SHA-1 test 2005-11-17 23:50:08 +00:00
sha1.h Constify arguments. 2005-11-17 11:48:30 +00:00
sigcomp-udvm.c Fix a bug reported by coverity. 2006-03-07 06:15:06 +00:00
sigcomp-udvm.h From Timo Metsala 2005-08-25 19:23:15 +00:00
sigcomp_state_hdlr.c make n a guint32 to not wrap around at 65536 2005-09-29 20:22:55 +00:00
sigcomp_state_hdlr.h Add bounds checking in several places to the SigComp UDVM. Use memset() 2005-09-07 20:09:40 +00:00
slab.h
sminmpec.h Add some more vendors 2005-06-16 22:06:12 +00:00
sna-utils.c removal of even more sprintf 2005-08-20 02:33:33 +00:00
sna-utils.h removal of even more sprintf 2005-08-20 02:33:33 +00:00
stat_cmd_args.c add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
stat_cmd_args.h add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
stats_tree.c Fix bug 710 and avoid having it crash when more than one instance are open at once. 2006-03-15 01:41:39 +00:00
stats_tree.h More 'char*' -> 'const char*' changes to fix warnings. 2005-07-23 11:41:25 +00:00
stats_tree_priv.h Fix bug 710 and avoid having it crash when more than one instance are open at once. 2006-03-15 01:41:39 +00:00
stream.c from albert chin 2005-11-11 04:35:22 +00:00
stream.h The "extern" in "struct _fragment_items" doesn't do anything, as data 2005-10-03 22:02:47 +00:00
strutil.c Properly grow our buffers for utf_8to16(). 2006-04-27 14:58:46 +00:00
strutil.h Use Unicode for all native Win32 calls. Unicode Windows applications 2006-03-08 20:55:32 +00:00
t35.c From Lukasz Apiecionek 2005-12-02 19:33:40 +00:00
t35.h
tap.c new function fetch_tapped_data() 2005-12-07 13:12:39 +00:00
tap.h new function fetch_tapped_data() 2005-12-07 13:12:39 +00:00
timestamp.c timestamp display precision: 2005-08-25 21:29:54 +00:00
timestamp.h timestamp display precision: 2005-08-25 21:29:54 +00:00
to_str.c Squelch a compiler warning. 2006-03-29 21:54:22 +00:00
to_str.h new FT_GUID handling - big/little endian supported 2006-03-10 11:58:22 +00:00
tpg.c one step further... 2005-10-01 15:19:36 +00:00
tpg.h one step further... 2005-10-01 15:19:36 +00:00
tvbparse.c Add heuristic dissection of XML 2006-02-09 13:05:32 +00:00
tvbparse.h Add heuristic dissection of XML 2006-02-09 13:05:32 +00:00
tvbtest.c
tvbuff.c add guid-utils.h to Makefile.common 2006-03-10 12:57:22 +00:00
tvbuff.h new FT_GUID handling - big/little endian supported 2006-03-10 11:58:22 +00:00
value_string.c Get rid of a no-longer-used variable. 2005-09-15 09:09:00 +00:00
value_string.h Get rid of the private "my_match_strval()" routine in many dissectors; 2005-06-26 19:56:52 +00:00
x264_prt_id.h Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
xdlc.c removal of even more sprintf 2005-08-20 02:33:33 +00:00
xdlc.h
xmlstub.c
xmlstub.h fix/add doxygen comments 2005-09-21 20:11:55 +00:00

README

$Id$

XXX - put something here