Commit Graph

8285 Commits

Author SHA1 Message Date
Ronnie Sahlberg a6d080537b Update to SMB
Change the AndX command fields  to only place a filterable field in the tree when smb.cmd is NOT 0xff
If smb.cmd is 0xFF just place a text entry in the field instead.

This makes it more intuitive for users that try to use filters such as
smb.cmd!=0xXY   since the filter will no longer behave "unexpectedly" and fail to filter out any of the AndX commands.

Yes,   they should really use !smb.cmd==0xXY instead but one cant explain this to every single user.

I dont think anyone would ever want to filter for smb.cmd==0xFF anyway

svn path=/trunk/; revision=8178
2003-08-17 21:21:50 +00:00
Ronnie Sahlberg efaebc3ded Update authors with the author of h225 h245 and the per support
svn path=/trunk/; revision=8177
2003-08-17 21:16:06 +00:00
Guy Harris 36aabc7c1d From Erwin Rol:
Update e-mail address.

	Register the ARP dissector, as the RT-Net dissector tries to
	find it.

svn path=/trunk/; revision=8176
2003-08-17 01:05:21 +00:00
Guy Harris add318fc93 From Shiang-Ming Huang: STUN (RFC 3489) support.
svn path=/trunk/; revision=8175
2003-08-17 00:54:25 +00:00
Guy Harris e956aac299 Sigh. I think I once tried making the last argument to "col_set_str()"
be a "const gchar *", and it ended up being like pulling a thread out of
a sweater - more things had to change, which meant still more things had
to change, and I might've even run into something that didn't change
very well at all.  (Or perhaps that was constifying something else.)

For now, we just cast away the constness in calls to "col_set_str()";
the column code won't actually overwrite the string.

svn path=/trunk/; revision=8174
2003-08-17 00:52:03 +00:00
Guy Harris bf258889fb From Joakim Wiberg: various fixes and cleanups, including fixes to
malformed packets caused by unconnected send and support for connected
class 3 data.

svn path=/trunk/; revision=8173
2003-08-16 01:53:41 +00:00
Guy Harris 45208cd1d5 From Ronnie Sahlberg: patch to set up conversations to use RTP and RTCP
based on H.245 information.

svn path=/trunk/; revision=8172
2003-08-16 00:51:04 +00:00
Guy Harris 1c66a793f3 There's no such function as "delete_giop_user_module()", so don't put it
in the list of exported functions.

svn path=/trunk/; revision=8171
2003-08-16 00:38:28 +00:00
Guy Harris 20d2c86dc1 Get rid of an unused variable.
svn path=/trunk/; revision=8170
2003-08-16 00:31:16 +00:00
Guy Harris c45515079b From Alfred Koebler:
add interpretation of chain position;

	add a preference to interpret the new file format used by fw
	monitor options -u/-s.

svn path=/trunk/; revision=8169
2003-08-16 00:29:15 +00:00
Gerald Combs 4b8a07fe42 Make the AH and ESP sequence numbers BASE_DEC, since no one objected to
http://www.ethereal.com/lists/ethereal-dev/200308/msg00189.html.

svn path=/trunk/; revision=8168
2003-08-16 00:11:07 +00:00
Guy Harris 76d14c168e In "dissect_transaction2_request_parameters()", "bc" gets decremented as
we go through the data, so we can't compare it with the current offset
minus the starting offset - we should just test, and use, its value
directly, as, at the end, it reflects the amount of data left.

svn path=/trunk/; revision=8167
2003-08-15 23:57:52 +00:00
Tim Potter 439c6381a7 Some fixes for UNIX CIFS extensions. There's still a problem in the trans2
find response and we end up displaying malformed frame even though all data
has been dissected.

svn path=/trunk/; revision=8166
2003-08-15 03:23:31 +00:00
Richard Sharpe 26285280d0 Apply Greg Morris' buffer overflow prevention patch to the find enhancements.
svn path=/trunk/; revision=8165
2003-08-14 22:32:45 +00:00
Tim Potter 06e38e5c2c Removed references to CIFS TR section numbers from various value_strings.
The strings are now in COL_INFO and the section numbers were cluttering it
up.

svn path=/trunk/; revision=8164
2003-08-14 00:24:13 +00:00
Tim Potter c690c5cb76 Make some abbreviations to some value_strings to save COL_INFO real estate:
transaction -> trans, information -> info.

Put value_string data in COL_INFO for trans2 query{path,file}info.

svn path=/trunk/; revision=8163
2003-08-13 04:03:11 +00:00
Tim Potter eea3681c62 Fixes for testing all variations of query fsinfo. There were a few
transpositions of subcommand numbers, and the query object id case was not
implemented.  I'm not sure about the query fs label info as it doesn't seem
to exist as a server procedure except in Samba.

svn path=/trunk/; revision=8162
2003-08-13 00:05:00 +00:00
Tim Potter 50765130a6 Put CLDAP instead of LDAP in COL_INFO for LDAP over UDP.
svn path=/trunk/; revision=8161
2003-08-12 20:14:05 +00:00
Tim Potter 3f6e918109 Save and restore the value of pinfo->current_proto when calling a
dissector in call_dissector_through_handle().

svn path=/trunk/; revision=8160
2003-08-12 20:09:38 +00:00
Gerald Combs bb9f332da6 Change the control message names, error codes, and result codes to more
closely match what's in RFC 2637.

svn path=/trunk/; revision=8159
2003-08-12 02:05:41 +00:00
Richard Sharpe 2f8c75aed1 Applied the "Updated find capabilities...." from Greg Morris.
svn path=/trunk/; revision=8158
2003-08-11 22:41:10 +00:00
Guy Harris f2faba5cf2 From Lars Roland:
enable decoding of fastStart elements;

	make the output in the Protocol and Info columns look like the
	old plugin's output.

svn path=/trunk/; revision=8157
2003-08-10 19:43:25 +00:00
Guy Harris e3ba589cbe Put an item into the protocol tree for the non-ESP marker.
Set the protocol tree item for IPSEC-over-UDP to the length of the
IPSEC-over-UDP header - i.e., don't include the actual ISAKMP or ESP
data in that item.

svn path=/trunk/; revision=8156
2003-08-10 19:08:02 +00:00
Guy Harris f430e35c13 Register the dissector by name - the "UDP Encapsulation of IPsec
Packets" dissector uses it.

svn path=/trunk/; revision=8155
2003-08-08 23:08:02 +00:00
Guy Harris 97c3b27852 Handle NAT-keepalive packets.
Clear the Info column before dissecting.

Use "proto_tree_add_item()" to create the top-level entry - the string
used in the "proto_tree_add_protocol_format()" call was the protocol's
long name, so "proto_tree_add_item()" would use it.

Don't register the dissector by name - nobody uses it.

svn path=/trunk/; revision=8154
2003-08-08 23:06:47 +00:00
Guy Harris 82ead653d3 Change Lo�c Minier's e-mail address.
svn path=/trunk/; revision=8153
2003-08-08 22:49:00 +00:00
Guy Harris 3b40c7efcb From Niels Koot: fix to SUA subdissection code:
do subdissection even if no protocol tree is being built;

	don't put subdissection data in global variables.

svn path=/trunk/; revision=8152
2003-08-08 18:05:03 +00:00
Guy Harris 3395cda0ec The InterSwitch Link Frame Format document on the Cisco site moved.
svn path=/trunk/; revision=8151
2003-08-08 17:57:44 +00:00
Guy Harris 663a127b5d A bufsize of 0 makes no sense in either "tvb_get_nstringz()" or
"tvb_get_nstringz0()", as it means there's no room even for the
terminating NUL; abort if "_tvb_get_nstringz()" is passed a bufsize of
0.

Don't throw an exception in "tvb_get_nstringz0()" if
"_tvb_get_nstringz()" returns 0 - that just means we have an empty
string.

svn path=/trunk/; revision=8150
2003-08-08 08:19:50 +00:00
Guy Harris 1f6c9444a0 From Ronnie Sahlberg: use conversations for messages with port numbers
and IP addresses specifying the addresses and ports for future RTP/RTCP
traffic.

svn path=/trunk/; revision=8149
2003-08-07 21:31:39 +00:00
Guy Harris 3098e57cec From Brad Hards: supply the full list of IP protocol numbers from IANA.
svn path=/trunk/; revision=8148
2003-08-07 21:08:07 +00:00
Guy Harris 3a9d1edd45 From Lo�c Minier: allow packets with no payload to participate in
reassembly, as the last packet of a fragmented WTP message can have a
payload length of 0.

svn path=/trunk/; revision=8147
2003-08-07 18:28:33 +00:00
Guy Harris 9a555293e9 Fix up the handling of end-of-line comments if there's white space
between a protocol name and a comment.

svn path=/trunk/; revision=8146
2003-08-07 01:05:06 +00:00
Guy Harris 8d6301800f Document the disabled_protos file and the fact that you can save the
list of disabled protocols.

svn path=/trunk/; revision=8145
2003-08-07 00:56:30 +00:00
Guy Harris ddf6a8acf2 From Michael Lum: add the ability to have a preferences file containing
a list of disabled protocols, and to save that list from the Edit >
Protocols dialog box.

Add checks for read errors in "read_prefs()".

Clean up white space.

svn path=/trunk/; revision=8144
2003-08-07 00:41:28 +00:00
Guy Harris b6aa3275fd As per Bernd Becker's suggestion, add "register_giop_user_module()" and
"delete_giop_user_module()" to the list of exported functions on
platforms where a run-time loaded module can't directly access functions
from the main program.

svn path=/trunk/; revision=8143
2003-08-06 18:16:21 +00:00
Guy Harris cae5898ad4 Don't trust the payload length in SCTP DATA chunks to be bigger than the
data chunk header length.

Clean up white space.

svn path=/trunk/; revision=8142
2003-08-06 07:17:58 +00:00
Gerald Combs d4fd7c6e93 Remove the reference to the nonexistent packet-lwres.h; it was tripping up
distcheck.

svn path=/trunk/; revision=8141
2003-08-06 03:04:24 +00:00
Guy Harris e2bc6bed4d From Solomon Peachy: signal strength is signed, not unsigned.
svn path=/trunk/; revision=8140
2003-08-05 19:09:27 +00:00
Guy Harris ea836cdc6a Fix up white space.
svn path=/trunk/; revision=8139
2003-08-05 17:45:52 +00:00
Guy Harris 1e59d59b62 From Tomas Kukosa:
use the codeset value;

	allow subdissectors for user-specific IEs, and for codesets, to
	be registered.

svn path=/trunk/; revision=8138
2003-08-05 17:39:23 +00:00
Guy Harris e1c0d7eae4 From Lars Roland: get rid of "ip_to_str()", as it's just a copy of the
standard one in the Ethereal core, so that the plugin compiles on
Windows.

svn path=/trunk/; revision=8137
2003-08-05 17:12:07 +00:00
Guy Harris 11cf00c0ad From Lars Roland: make Makefile.nmake for lwres resemble the newer
Makefile.nmakes for other plugins, to make it build on Windows.

svn path=/trunk/; revision=8136
2003-08-05 17:09:54 +00:00
Guy Harris 2e5aa10e16 The source and destination networks are FT_IPXNET, not an integral type,
so use "proto_tree_add_ipxnet" routines, not "proto_tree_add_uint"
routines.

svn path=/trunk/; revision=8135
2003-08-05 05:45:04 +00:00
Guy Harris 38936362a6 Add the usual .cvsignore file.
svn path=/trunk/; revision=8134
2003-08-05 05:11:44 +00:00
Guy Harris ff9a155db3 LWRES support, from Oleg Terletsky.
svn path=/trunk/; revision=8133
2003-08-05 05:09:37 +00:00
Guy Harris d2e2149ff9 From Greg Morris: add support for case-insensitive full-text searches.
svn path=/trunk/; revision=8132
2003-08-05 00:01:27 +00:00
Guy Harris a6e6a7a364 From Greg Morris, with some changes: add "ipx.net", "ipx.node", and
"ipx.socket" hidden fields, which appear both for the source and
destination addresses and socket numbers.

svn path=/trunk/; revision=8131
2003-08-04 23:55:39 +00:00
Guy Harris f9ded39a63 From Lo�c Minier: if the field name for "x-wap.tod" is shown as a text
string, decode the value as a text string, as per 1.0, section 8.4.1.2
("Field Values"):

	If the field name is encoded in text format, textual values MUST
	be used.

svn path=/trunk/; revision=8130
2003-08-04 23:36:13 +00:00
Guy Harris 3d16d6a0c0 Register as a heuristic subdissector of SCTP.
Doing so obviates the need to register the dissector by name (that was
done to let the SCTP dissector explicitly call the SIP dissector), so
don't bother doing so.

svn path=/trunk/; revision=8129
2003-08-04 23:13:39 +00:00