wireshark/epan
Guy Harris 893ad69c74 Handle OSPF V3 prefixes similarly to the way other IPv6 prefixes are
handled (but not the same, as the prefix length in OSPF is rounded up to
a multiple of 4 bytes, not just a byte).  This simplifies the code, and
keeps us from overflowing the buffer we allocate if the prefix length is
> 128 (we now just report that as an error).

svn path=/trunk/; revision=16507
2005-11-15 10:56:18 +00:00
..
dfilter Dump the range when printing an MK_RANGE operator. 2005-10-31 03:33:14 +00:00
dissectors Handle OSPF V3 prefixes similarly to the way other IPv6 prefixes are 2005-11-15 10:56:18 +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
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 Preparations for h223 2005-10-04 05:16:26 +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
AUTHORS
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
ChangeLog
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 Updates for foundry addresses/protocols 2005-09-28 17:16:30 +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 Frame numbers are unsigned, and they start at 1; 0 is what's used for 2005-09-11 22:25:33 +00:00
expert.h Move the definition of GNUC_FORMAT_CHECK() to its own header, use it in 2005-09-13 04:00:47 +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 Francesco Fondelli; Add dcp support 2005-09-20 15:18:28 +00:00
ipproto.h Francesco Fondelli; Add dcp support 2005-09-20 15:18:28 +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 fvalue_get_integer64(), for completeness. 2005-10-30 23:01:12 +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
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
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
README
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 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
sha1.h
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
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 one leak less... 2005-09-28 21:33:44 +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
t35.c
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 If bytes_to_str() is passed a zero length value, return an empty string 2005-10-28 15:08:14 +00:00
to_str.h Export "bytestring_to_str()", and use it when adding the link-layer 2005-08-28 06:44:06 +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 one step further... 2005-10-01 15:19:36 +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
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

$Id$

XXX - put something here