wireshark/epan
Ronnie Sahlberg a809b11b2b check in a version of wkssvc that contains all the constructs of the etehreal dissector.
the generated dissector is still "ugly" compared to the handwritten one so there needs a bit of conformance file magic and maybe pidl enhancements before it can go in.


svn path=/trunk/; revision=16651
2005-12-02 11:33:34 +00:00
..
dfilter Dump the range when printing an MK_RANGE operator. 2005-10-31 03:33:14 +00:00
dissectors check in a version of wkssvc that contains all the constructs of the etehreal dissector. 2005-12-02 11:33:34 +00:00
ftypes Fix usage of PRI[du]64 - they just replace the "letter" part of the 2005-11-03 04:30:35 +00:00
AUTHORS
ChangeLog
Makefile.am Add sminmpec.c to maintainer-clean 2005-10-09 07:33:07 +00:00
Makefile.common Move the ptvcursor.c code to epan/proto, and make ptvcursor_add() handle 2005-10-22 05:43:09 +00:00
Makefile.nmake Get rid of "dtd_grammar.out" on a "make distclean". 2005-09-12 19:50:45 +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 Use <wiretap/file_util.h> to include "file_util.h"; otherwise, the 2005-11-07 02:47:09 +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 Missed files 2005-10-11 05:56:51 +00:00
afn.h Missed files 2005-10-11 05:56:51 +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 Fix a couple of errors found by valgrind. 2005-09-20 17:24:23 +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 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-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 replace *a lot* of file related calls by their GLib counterparts. This is necessary for the switch to GTK 2.6 (at least on WIN32). 2005-11-06 22:43:25 +00:00
column.h More 'char*' -> 'const char*' changes to fix warnings. 2005-07-23 11:41:25 +00:00
column_info.h fix a comment typo 2005-08-24 18:35:54 +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
dtd.h remove location from dtd_build_data_t avoiding to (double) free it. 2005-10-06 22:01:52 +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 Add a header file to declare routines defined in lexer and used in 2005-09-12 19:32:35 +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 from albert chan 2005-11-10 21:52:55 +00:00
emem.c Add "ep_strdup_vprintf()" and "se_strdup_vprintf()", for completeness. 2005-10-10 08:24:56 +00:00
emem.h Add "ep_strdup_vprintf()" and "se_strdup_vprintf()", for completeness. 2005-10-10 08:24:56 +00:00
enterprise-numbers Update enterprise-numbers from http://www.iana.org/assignments/enterprise-numbers 2005-10-06 18:50:40 +00:00
epan.c add doxygen comments to column-utils.h and do a slight code cleanup 2005-10-02 14:56:27 +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 ethertype for TIPC 2005-11-21 19:01:07 +00:00
except.c get rid of warnings about qualifier discarding 2005-09-27 06:09:14 +00:00
except.h get rid of warnings about qualifier discarding 2005-09-27 06:09:14 +00:00
exceptions.h If a dissector writer directly throws DissectorError, don't punish the 2005-08-06 21:38:43 +00:00
exntest.c Exception handling fixes, and a fix to packet-frame.c, 2005-08-04 13:54:46 +00:00
expert.c from Greg Morris: 2005-11-25 23:42:52 +00:00
expert.h from Greg Morris: 2005-11-25 23:42:52 +00:00
filesystem.c Use <wiretap/file_util.h> to include "file_util.h"; otherwise, the 2005-11-07 02:47:09 +00:00
filesystem.h More 'char*' -> 'const char*' changes to fix warnings. 2005-07-23 11:41:25 +00:00
follow.c various code cleanup: 2005-08-08 18:50:39 +00:00
follow.h
frame_data.c get rid of one more gmemchunk 2005-08-13 06:21:37 +00:00
frame_data.h Frame numbers are unsigned, and they start at 1; 0 is what's used for 2005-09-11 22:25:33 +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 Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
h225-persistentdata.c EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! 2005-08-24 21:31:56 +00:00
h225-persistentdata.h
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
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 export dissect_per_object_identifier_str() and dissect_ber_object_identifier_str() from libethereal 2005-11-23 07:47:22 +00:00
llcsaps.h From Jochen Friedrich 2005-10-25 05:56:21 +00:00
make-sminmpec.pl Autogenerate the sminmpec.c file from iana's enterprise-numbers file 2005-07-24 03:36:21 +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
osi-utils.c The previous checkin for packet-isup.c was accidentally checked in along 2005-09-12 07:44:11 +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 From Jeff Snyder: 2005-10-03 18:34:21 +00:00
packet.h Squelch more const pointer warnings. 2005-08-06 10:31:27 +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 Use eth_dir_open(), not g_dir_open(); g_dir_open() isn't available in 2005-11-07 08:36:25 +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 Don't pass signed characters to the <ctype.h> macros. 2005-11-10 07:42:23 +00:00
prefs.h from Richard van der Hoff: 2005-10-12 21:26:27 +00:00
proto.c Don't pass signed characters to the <ctype.h> macros. 2005-11-10 07:42:23 +00:00
proto.h Have show_exception() take a "const char *" as its exception message, 2005-09-28 16:16:37 +00:00
ptvcursor.h
radius_dict.l Add a new "ipxnet" type for the RADIUS dictionary, for IPX network 2005-09-26 08:48:19 +00:00
range.c convert to g_snprintf() 2005-09-01 19:05:00 +00:00
range.h
reassemble.c Don't try to reassemble a zero-length fragment. Add a comment to 2005-09-20 17:23:19 +00:00
reassemble.h fix reassembling problem I've introduced yesterday, by using fragment_add_seq_next() function instead of fragment_add() 2005-09-12 00:16:57 +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 Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +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 I think this is the check that was intended.... 2005-09-21 01:39:00 +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 Keep the list of possible "-z" arguments sorted, so we can display them 2005-08-31 19:43:37 +00:00
stat_cmd_args.h Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals with 2005-08-20 20:06:05 +00:00
stats_tree.c Get rid of unused function. 2005-11-26 03:08:17 +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 Instead of checking if this is a new packet at every call to avoid recounting the packets at every rerun remove the tap listener of this stats tree. 2005-09-22 17:01:06 +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 replace some more silly rotating buffers with ep_alloc() calls 2005-08-17 09:36:20 +00:00
strutil.h g_strlcat() and g_ascii_isprint() don't exist in GTK+ at all - they 2005-11-17 04:15:01 +00:00
t35.c Add Sony and Nokia VendorID:s 2005-05-19 20:33:59 +00:00
t35.h
tap.c Move the APIs for registering and processing "-z" command-line arguments 2005-08-19 09:29:41 +00:00
tap.h Move the APIs for registering and processing "-z" command-line arguments 2005-08-19 09:29:41 +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 Add TIPC address as address type and use it in TIPC. 2005-12-01 20:02:45 +00:00
to_str.h Add TIPC address as address type and use it in TIPC. 2005-12-01 20:02:45 +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 Trivial warning fixes 2005-11-22 12:51:14 +00:00
tvbparse.h add a debugging function that creates a tree exploding the parsed elements 2005-09-29 20:07:29 +00:00
tvbtest.c
tvbuff.c as tvb functions are frequently used by a lot of dissectors, use DISSECTOR_ASSERT() like instead of g_assert throughout tvbuff, so a malicious dissector won't crash Ethereal (at least at the ways we can detect it) 2005-09-23 18:27:30 +00:00
tvbuff.h fix/add doxygen comments 2005-09-21 20:11:55 +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