wireshark/epan
Guy Harris 39ad72864f No, they don't use BER for the variable portion of a PDU; update the
comment appropriately.

Make a bunch of routines static.

Don't just dissect stuff past the end of the variable portion as data -
the protocol spec doesn't appear to say there's anything after that.

Don't pass the offset to the routines to dissect the different types of
PDUs, just have them start at 0.

Use guint8 for 8-bit unsigned quantities.

Rename the routine to dissect Abort PDUs to match the other PDU
dissectors.

svn path=/trunk/; revision=13611
2005-03-06 02:24:49 +00:00
..
dfilter Make the "maintainer-clean" rules get rid of some additional generated 2005-02-14 20:33:57 +00:00
dissectors No, they don't use BER for the variable portion of a PDU; update the 2005-03-06 02:24:49 +00:00
ftypes Make the "maintainer-clean" rules get rid of some additional generated 2005-02-14 20:33:57 +00:00
AUTHORS Update my email address in various places since my old one no longer works 2003-01-26 19:35:31 +00:00
ChangeLog Give libethereal its own configuration file, and have that configuration 2000-10-16 23:18:05 +00:00
Makefile.am Make the "maintainer-clean" rules get rid of some additional generated 2005-02-14 20:33:57 +00:00
Makefile.common Get stats_tree compiled 2005-02-25 04:02:00 +00:00
Makefile.nmake Make the "maintainer-clean" rules get rid of some additional generated 2005-02-14 20:33:57 +00:00
NEWS Give libethereal its own configuration file, and have that configuration 2000-10-16 23:18:05 +00:00
README Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
addr_and_mask.c Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
addr_and_mask.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
addr_resolv.c From Francisco Alcoba: 2005-02-22 01:55:04 +00:00
addr_resolv.h From Francisco Alcoba: 2005-02-22 01:55:04 +00:00
address.h From Francisco Alcoba: 2005-02-22 01:55:04 +00:00
adler32.c The first argument to "adler32_bytes()" is only passed on to 2004-12-30 23:56:12 +00:00
adler32.h The first argument to "adler32_bytes()" is only passed on to 2004-12-30 23:56:12 +00:00
afn.c Move various tables into the epan directory. 2004-09-29 00:52:45 +00:00
afn.h Move various tables into the epan directory. 2004-09-29 00:52:45 +00:00
arptypes.h From Yaniv Kaul: add Ethernet address-to-name (or, at least, address-to- 2004-12-26 22:26:02 +00:00
asn1.c Move the following files from /trunk to /trunk/epan: 2005-02-09 23:38:00 +00:00
asn1.h Move the following files from /trunk to /trunk/epan: 2005-02-09 23:38:00 +00:00
atalk-utils.c Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
atalk-utils.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
base64.c Move the base-64 routines to "epan/base64.c". 2004-09-10 23:16:00 +00:00
base64.h Move the base-64 routines to "epan/base64.c". 2004-09-10 23:16:00 +00:00
bitswap.c Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
bitswap.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
charsets.c Move the stuff to handle ASCII <-> EBCDIC conversions to 2004-09-10 22:59:37 +00:00
charsets.h Move the stuff to handle ASCII <-> EBCDIC conversions to 2004-09-10 22:59:37 +00:00
circuit.c Fix a comment. 2005-02-03 01:24:07 +00:00
circuit.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
column-utils.c From Francisco Alcoba: 2005-02-22 01:55:04 +00:00
column-utils.h Make the "col_data" field in a "column_info" structure a pointer to an 2004-12-30 23:57:29 +00:00
column.c Move the column preferences stuff to epan (the rest of the preferences 2004-09-29 02:54:22 +00:00
column.h Move the column preferences stuff to epan (the rest of the preferences 2004-09-29 02:54:22 +00:00
column_info.h Make the "col_data" field in a "column_info" structure a pointer to an 2004-12-30 23:42:02 +00:00
conversation.c Check in the missing part of Jon Ringle's patch (the part that actually 2005-02-03 01:08:39 +00:00
conversation.h Check in the missing part of Jon Ringle's patch (the part that actually 2005-02-03 01:08:39 +00:00
crc16.c Move various checksum routines and headers to epan. 2004-09-28 00:06:32 +00:00
crc16.h Move various checksum routines and headers to epan. 2004-09-28 00:06:32 +00:00
crc32.c Move various checksum routines and headers to epan. 2004-09-28 00:06:32 +00:00
crc32.h Move various checksum routines and headers to epan. 2004-09-28 00:06:32 +00:00
crypt-des.c Move the DES, MD4, MD5, and RC4 source files and headers into epan, and 2004-09-27 23:29:22 +00:00
crypt-des.h Move the DES, MD4, MD5, and RC4 source files and headers into epan, and 2004-09-27 23:29:22 +00:00
crypt-md4.c Move the DES, MD4, MD5, and RC4 source files and headers into epan, and 2004-09-27 23:29:22 +00:00
crypt-md4.h Move the DES, MD4, MD5, and RC4 source files and headers into epan, and 2004-09-27 23:29:22 +00:00
crypt-md5.c Move the DES, MD4, MD5, and RC4 source files and headers into epan, and 2004-09-27 23:29:22 +00:00
crypt-md5.h Move the DES, MD4, MD5, and RC4 source files and headers into epan, and 2004-09-27 23:29:22 +00:00
crypt-rc4.c Move the DES, MD4, MD5, and RC4 source files and headers into epan, and 2004-09-27 23:29:22 +00:00
crypt-rc4.h Move the DES, MD4, MD5, and RC4 source files and headers into epan, and 2004-09-27 23:29:22 +00:00
doxygen.cfg.in fix doxygen generation 2004-10-27 04:03:31 +00:00
epan.c Move the tap infrastructure to the epan directory. 2004-09-29 00:06:36 +00:00
epan.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
epan_dissect.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
except.c Remove some unneeded backslashes. 2004-12-29 16:25:06 +00:00
except.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
exceptions.h Rename the FieldError exception to DissectorError. 2005-01-16 23:30:55 +00:00
filesystem.c "gtk_entry_get_text()" returns a "const char *" - assign the result to 2004-12-31 00:26:36 +00:00
filesystem.h "gtk_entry_get_text()" returns a "const char *" - assign the result to 2004-12-31 00:26:36 +00:00
follow.c Move the following files from /trunk to /trunk/epan: 2005-02-09 23:38:00 +00:00
follow.h Move the following files from /trunk to /trunk/epan: 2005-02-09 23:38:00 +00:00
frame_data.c Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
frame_data.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
g_ascii_strtoull.c Some UN*Xes don't have any "strtou*" routine to convert a string to a 2004-09-03 18:14:00 +00:00
g_ascii_strtoull.h Some UN*Xes don't have any "strtou*" routine to convert a string to a 2004-09-03 18:14:00 +00:00
gdebug.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
h225-persistentdata.c Move h225-persistentdata.[ch] to epan, 2005-02-08 19:36:20 +00:00
h225-persistentdata.h Move h225-persistentdata.[ch] to epan, 2005-02-08 19:36:20 +00:00
in_cksum.c Move various checksum routines and headers to epan. 2004-09-28 00:06:32 +00:00
in_cksum.h Move various checksum routines and headers to epan. 2004-09-28 00:06:32 +00:00
inet_aton.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
inet_aton.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
inet_ntop.c Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
inet_pton.c Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
inet_v6defs.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
ipproto.c Move various tables into the epan directory. 2004-09-29 00:52:45 +00:00
ipproto.h Move various tables into the epan directory. 2004-09-29 00:52:45 +00:00
ipv4.c Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
ipv4.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
ipv6-utils.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
libethereal.def Add register_all_plugin_tap_listeners() to libethereal.def 2005-02-27 23:43:12 +00:00
nstime.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
osi-utils.c Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
osi-utils.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
packet.c Move the following files from /trunk to /trunk/epan: 2005-02-09 23:38:00 +00:00
packet.h split capture_loop from capture.c, some more code cleanup 2004-10-30 17:50:51 +00:00
packet_info.h Make the DCE transport type an "int" so that -1 is a valid value and the 2005-02-25 23:44:44 +00:00
pint.h Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bit 2004-08-22 00:31:58 +00:00
plugins.c Preparations for dropping the old plugin api. 2005-03-05 06:28:10 +00:00
plugins.h The stats tree stuff should ultimately allow us to have plugin taps, so 2005-02-27 22:04:48 +00:00
prefs-int.h Remove the fixed maximum number of subranges in a range_t; dynamically 2004-10-16 23:32:24 +00:00
prefs.c From Graeme Hewson: rename the global preferences file to "preferences" 2005-03-01 00:05:57 +00:00
prefs.h From Nathan Jennings: add a preference that supplies a prefix for window 2004-12-02 11:30:24 +00:00
proto.c add another REPORT_DISSECTOR_BUG() call, if tfi->tree_type is existing and not in valid range. 2005-01-26 23:17:00 +00:00
proto.h Add a REPORT_DISSECTOR_BUG() macro to let caller-specified messages be 2005-01-17 00:18:39 +00:00
ptvcursor.c Move the following files from /trunk to /trunk/epan: 2005-02-09 23:38:00 +00:00
ptvcursor.h Move the following files from /trunk to /trunk/epan: 2005-02-09 23:38:00 +00:00
range.c Have "range_convert_range()" dynamically allocate a string large enough 2004-10-17 01:31:36 +00:00
range.h From Jeff Morriss: SSCOP over UDP and SSCF-NNI support. 2004-11-24 02:59:49 +00:00
reassemble.c Move the following files from /trunk to /trunk/epan: 2005-02-09 23:38:00 +00:00
reassemble.h Move the following files from /trunk to /trunk/epan: 2005-02-09 23:38:00 +00:00
report_err.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
req_resp_hdrs.c There's no guaranteee that "req_resp_hdrs_do_reassembly()" gets called 2005-01-20 04:37:03 +00:00
req_resp_hdrs.h There's no guaranteee that "req_resp_hdrs_do_reassembly()" gets called 2005-01-20 04:37:03 +00:00
sha1.c Move the SHA-1 code and header into epan, and give them RCS IDs. 2004-09-28 23:20:14 +00:00
sha1.h Move the SHA-1 code and header into epan, and give them RCS IDs. 2004-09-28 23:20:14 +00:00
sigcomp-udvm.c Bugfixes 2004-11-28 19:39:19 +00:00
sigcomp-udvm.h Add NL to last line 2004-12-20 10:56:25 +00:00
sigcomp_state_hdlr.c fix a typo: lenght -> length 2005-02-20 22:36:34 +00:00
sigcomp_state_hdlr.h Don't free string that don't need it. Added filter possibillity on Partial state 2004-11-23 22:02:00 +00:00
slab.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
sminmpec.c From Deepak Jain: L2TP v3 (draft 15) support. 2005-01-09 21:42:39 +00:00
sminmpec.h From Deepak Jain: L2TP v3 (draft 15) support. 2005-01-09 21:42:39 +00:00
sna-utils.c Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
sna-utils.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
stats_tree.c Several fixes to the stats_tree 2005-02-27 16:55:24 +00:00
stats_tree.h Several fixes to the stats_tree 2005-02-27 16:55:24 +00:00
stats_tree_priv.h Several fixes to the stats_tree 2005-02-27 16:55:24 +00:00
strutil.c Change number of bytes displayed in bytes_to_string to 48 to facilitate display of sha1 digest of 20 bytes. 2004-11-28 19:35:21 +00:00
strutil.h fix doxygen tags 2004-10-27 04:45:00 +00:00
t35.c Fix UK manufacturer codes 2004-09-30 18:12:34 +00:00
t35.h Move various tables into the epan directory. 2004-09-29 00:52:45 +00:00
tap.c Add a "get_addr_name()" routine that takes an "address *" and attempts 2004-12-30 02:10:24 +00:00
tap.h As we've made the tap_specific_data field of a tap_packet_t structure a 2005-01-01 02:57:02 +00:00
timestamp.c Make a bunch of source files non-executable. 2004-09-01 07:07:23 +00:00
timestamp.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
to_str.c Yniv Kaul: Small performance optimization 2005-02-03 23:18:23 +00:00
to_str.h "address_to_str()" and "address_to_str_buf()" don't modify the "address" 2005-01-01 12:29:26 +00:00
tvbtest.c Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
tvbuff.c From Chris Maynard: free up the z_stream we've allocated before failure 2005-01-05 10:19:36 +00:00
tvbuff.h Doxygen cleanups, from Mike Duigou. 2005-01-07 12:00:01 +00:00
value_string.c Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
value_string.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
xdlc.c Move the xDLC helper routines into epan. 2004-09-28 23:48:02 +00:00
xdlc.h Move the xDLC helper routines into epan. 2004-09-28 23:48:02 +00:00
xmlstub.c Move the following files from /trunk to /trunk/epan: 2005-02-09 23:38:00 +00:00
xmlstub.h fix a typo: lenght -> length 2005-02-20 22:36:34 +00:00

README

$Id$

XXX - put something here