wireshark/epan
Tim Potter 89d7f897a2 Display more info for some PXE DHCP options:
- Display UUID for tag #97 (Client machine identifier)
  - Display UNDI major and minor version for tag #94 (Client network 
    interface identifier) 
  - Use value strings for tag #93 (Client system architecture)

The byte ordering is messed up for the GUID though.

svn path=/trunk/; revision=17541
2006-03-09 04:31:10 +00:00
..
dfilter
dissectors Display more info for some PXE DHCP options: 2006-03-09 04:31:10 +00:00
ftypes Fix bug 764. Always initialize the members of the tuple on creation. 2006-02-23 21:22:54 +00:00
addr_and_mask.c
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
address.h
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
arcnet_pids.h
arptypes.h
asn1.c ep_strdup stack buffer before returning it. 2006-03-07 05:24:02 +00:00
asn1.h
atalk-utils.c
atalk-utils.h
AUTHORS
base64.c
base64.h
bitswap.c
bitswap.h
bridged_pids.h
ChangeLog
charsets.c
charsets.h
chdlctypes.h
circuit.c
circuit.h
column-utils.c Mike Hall: 2006-01-20 08:48:43 +00:00
column-utils.h
column.c from Daniele Orlandi: 2006-03-02 21:29:15 +00:00
column.h
column_info.h from Daniele Orlandi: 2006-03-02 21:29:15 +00:00
conversation.c
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
dtd.h
dtd_grammar.lemon
dtd_parse.h
dtd_parse.l
dtd_preparse.l
emem.c From Jeff Morriss: 2006-03-07 16:31:47 +00:00
emem.h Rename set_string_hash... into se_tree_xxx_string as proposed by ronnie for consistency whith its real nature. 2006-03-07 14:10:30 +00:00
enterprise-numbers
epan.c
epan.h
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
exceptions.h
exntest.c
expert.c Don't se_leak expert_info records. 2006-02-13 23:20:38 +00:00
expert.h
filesystem.c Include tchar.h only if we're running Windows. Fixup whitespace. 2006-03-08 22:13:21 +00:00
filesystem.h Add a routine to attempt to get the absolute pathname of the executable 2006-02-12 03:15:29 +00:00
follow.c
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 + retap_packets() 2006-03-05 02:01:16 +00:00
g_ascii_strtoull.c
g_ascii_strtoull.h
gnuc_format_check.h
greproto.h
h225-persistentdata.c
h225-persistentdata.h
iax2_codec_type.h
in_cksum.c
in_cksum.h
inet_aton.c
inet_aton.h
inet_ntop.c
inet_pton.c
inet_v6defs.h
ip_opts.h
ipproto.c
ipproto.h
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
lapd_sapi.h
libethereal.def Use Unicode for all native Win32 calls. Unicode Windows applications 2006-03-08 20:55:32 +00:00
llcsaps.h
make-sminmpec.pl
Makefile.am
Makefile.common eXtenstion options access to the -X command line options 2006-02-07 22:08:12 +00:00
Makefile.nmake From Bill Meier 2006-02-09 07:03:54 +00:00
NEWS
nlpid.h
nstime.c
nstime.h
oid_resolv.c From Grame Lunt: 2005-12-16 07:18:52 +00:00
oid_resolv.h
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
oui.h
packet.c Initialize a return value. Found by Coverity. 2006-03-07 16:28:25 +00:00
packet.h Add register_postdissector() to the API. 2006-01-24 00:26:57 +00:00
packet_info.h
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
prefs-int.h
prefs.c Map "mtp3.net_addr_format" to "mtp3.addr_format", for backwards 2006-01-29 23:10:05 +00:00
prefs.h
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 Display g_error messages in the console window unconditionally, if preferences aren't loaded yet. 2006-02-11 03:50:25 +00:00
proto.h Add "proto_tree_add_XXX_format_value()" routines, which are like the 2006-02-09 04:18:23 +00:00
ptvcursor.h
radius_dict.l Make sure we don't try to close an already-closed file. 2005-12-20 02:50:04 +00:00
range.c
range.h
README
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
sctpppids.h
sha1.c
sha1.h
sigcomp-udvm.c Fix a bug reported by coverity. 2006-03-07 06:15:06 +00:00
sigcomp-udvm.h
sigcomp_state_hdlr.c
sigcomp_state_hdlr.h
slab.h
sminmpec.h
sna-utils.c
sna-utils.h
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 a possible NULL pointer dereference (coverity bug id 32) 2006-03-07 14:44:25 +00:00
stats_tree.h
stats_tree_priv.h
stream.c
stream.h
strutil.c Use Unicode for all native Win32 calls. Unicode Windows applications 2006-03-08 20:55:32 +00:00
strutil.h Use Unicode for all native Win32 calls. Unicode Windows applications 2006-03-08 20:55:32 +00:00
t35.c
t35.h
tap.c
tap.h
timestamp.c
timestamp.h
to_str.c From Mike Duigou: 2006-02-03 06:31:01 +00:00
to_str.h
tpg.c
tpg.h
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 some inflateEnd() calls to free up stuff associated with a stream 2006-01-07 03:36:37 +00:00
tvbuff.h
value_string.c
value_string.h
x264_prt_id.h
xdlc.c
xdlc.h
xmlstub.c
xmlstub.h

$Id$

XXX - put something here