Commit graph

10611 commits

Author SHA1 Message Date
Ronnie Sahlberg
3ef2019b2c update doc with better description of SUM/COUNT/MIN/MAX/AVG.
svn path=/trunk/; revision=10561
2004-04-08 05:19:38 +00:00
Ronnie Sahlberg
f0b05d3149 update tcp so that it will print the string "(relative sequence/ack number)" in the header for the fields affected by using human readable sequence and ack numbers.
svn path=/trunk/; revision=10560
2004-04-08 05:09:28 +00:00
Guy Harris
2184232ca2 From Duncan Laurie: the LUN field in IPMI packets is only in the lower 2
bits.

svn path=/trunk/; revision=10559
2004-04-07 06:18:55 +00:00
Guy Harris
9cf3a7d97d From Jouni Malinen: add support for the 802.11i/RSN pre-authentication
Ethertype.

svn path=/trunk/; revision=10558
2004-04-07 06:04:22 +00:00
Ronnie Sahlberg
55aab5b071 make service response time statistics work for "unknown" rpc programs.
all proicedures will however get "interesting" names such as "proc-1" etc
except procedure 0 which is ALWAYS "NULL"

svn path=/trunk/; revision=10557
2004-04-07 04:31:32 +00:00
Ronnie Sahlberg
561d8c9cb0 when dealing with unknown rpc programs, create a fake program/version/procedure table so that we can get service response time tables working later.
svn path=/trunk/; revision=10556
2004-04-07 03:57:34 +00:00
Ulf Lamping
cbcacf7e48 from Thomas Palmer: add a preference setting for filter toolbar placement
svn path=/trunk/; revision=10555
2004-04-06 19:02:18 +00:00
Gerald Combs
38f778743a Remove an extraneous 'break'.
svn path=/trunk/; revision=10554
2004-04-06 16:08:56 +00:00
Ronnie Sahlberg
fb40dcdc75 Add support to decrypt the encrypted part of AS/TSG -REP PDUs.
Now we only need application 25/26 to be dissected as well for it to be
useful ...

svn path=/trunk/; revision=10553
2004-04-05 00:49:32 +00:00
Ronnie Sahlberg
63945d3d79 Added some more principal name types from the kerberos draft
svn path=/trunk/; revision=10552
2004-04-05 00:28:41 +00:00
Ronnie Sahlberg
15d886fc59 Love contributed great help to get the heimdal decryption support working
(wherein we also discovered an obscure bug inside heimdal itself)  Great thanks to Love.

svn path=/trunk/; revision=10551
2004-04-04 07:12:25 +00:00
Anders Broman
061bb9ee8f As pointed out by Chernishov Yury - strip of leading spaces of parameters
svn path=/trunk/; revision=10550
2004-04-03 22:33:45 +00:00
Anders Broman
37f056b42b From Chernishov Yury Don't destroy SIP dissector entrys in info column for application/isup
svn path=/trunk/; revision=10549
2004-04-03 22:15:37 +00:00
Guy Harris
22d9288594 In "get_unicode_or_ascii_string()", treat a negative length argument as
a very large unsigned integer (which it probably is), and trim it at
INT_MAX, and fix the handling of too-long ASCII strings so that the
"..." gets inserted.  Make sure that all the bytes of the string exist
before truncating the string length to the buffer length, so that the
appropriate exception is thrown.

svn path=/trunk/; revision=10548
2004-04-03 03:50:44 +00:00
Ronnie Sahlberg
929c732949 Add a new preference option so that users that really really want to can
tell ethereal "I dont care if the heuristics are too weak" "I want to see the ONC-RPC layer for these weird protocols that are not known to ethereal"   "If I get a lot of false positives it is my own fault and I will not complain"

This allows ethereal to dissect the rpc layer (and do request/response matching) even for those onc-rpc protocols that ethereal doesnt know about yet.

svn path=/trunk/; revision=10547
2004-04-03 00:29:08 +00:00
Ronnie Sahlberg
9948a13158 If the packet is short, dont try to create a blob item that spans beyound the end of the short packet since that will raise an exception and we wont even attempt to dissect those (kerberos usually) bytes that we do have in the packet.
svn path=/trunk/; revision=10546
2004-04-02 22:01:21 +00:00
Ronnie Sahlberg
696c4f22d9 dont bail out just because we dont have the entire security blob present in
a pdu.
even for short frames, try to pass on as mush as possible to gssapi.

svn path=/trunk/; revision=10545
2004-04-02 21:38:34 +00:00
Guy Harris
a1d95cbec1 From Olivier Biot: support AT_STRINGZ columns.
svn path=/trunk/; revision=10544
2004-04-02 09:04:12 +00:00
Guy Harris
1adc05c157 From Mark C. Brown: add support for FDDI and Token Ring cards.
Set the file encapsulation the same way it's done for iptrace captures -
leave it as "unknown" to start with, and, for each packet we see, set it
to the packet's encapsulation type if the file encapsulation type is
unknown and set it to "per-packet" if the file encapsulation type is
"known" but isn't the type of that packet, so files that have all the
same type of packet have that type as the file type and packets that
*don't* have all the same type of packet have "per-packet".

svn path=/trunk/; revision=10543
2004-04-02 08:27:26 +00:00
Guy Harris
46180d236b From Devin Heitmueller: do a better job of decoding the AIM messaging
SNAC for outgoing and incoming subtypes.

svn path=/trunk/; revision=10542
2004-04-02 07:59:22 +00:00
Guy Harris
78becd2967 From Rolf Fiedler: fix a comment, and fix the code to get the packet
length.

svn path=/trunk/; revision=10541
2004-04-02 07:40:37 +00:00
Guy Harris
61225e45b7 From Devin Heitmueller: do YMSG desegmentation.
svn path=/trunk/; revision=10540
2004-04-02 07:28:43 +00:00
Guy Harris
9f879f7a22 Get rid of an extra "=" at the end of the file.
svn path=/trunk/; revision=10539
2004-04-02 05:19:42 +00:00
Guy Harris
82fa825629 Get rid of CRs.
svn path=/trunk/; revision=10538
2004-04-02 05:07:42 +00:00
Anders Broman
2d1214d0b1 Fix a copy paste error
svn path=/trunk/; revision=10537
2004-04-01 20:34:51 +00:00
Ronnie Sahlberg
df48f692e4 add dissection of the canonicalize bit which some windows clients use
svn path=/trunk/; revision=10536
2004-04-01 09:15:24 +00:00
Guy Harris
62f25e195c Get rid of CR's.
svn path=/trunk/; revision=10535
2004-03-31 21:04:16 +00:00
Guy Harris
0f9c41f8a5 Get rid of CR's.
svn path=/trunk/; revision=10534
2004-03-31 20:57:42 +00:00
Anders Broman
12d2805f88 Add RADIUS AVP 101, the value string to go with it and some ACC vendor AVP:s
svn path=/trunk/; revision=10533
2004-03-31 20:25:40 +00:00
Anders Broman
46e9c492e1 Add dissection of user to user indicators parameter, Split some lines and some white space changes
svn path=/trunk/; revision=10532
2004-03-31 20:23:05 +00:00
Jörg Mayer
83190e4f91 configure.in merging has been done. Add another point
svn path=/trunk/; revision=10531
2004-03-31 01:31:00 +00:00
Jörg Mayer
05956eb71c No longer needed after merging epan/configure.in into configure.in
svn path=/trunk/; revision=10530
2004-03-31 01:25:59 +00:00
Anders Broman
7110cabe28 Fixed some cut-and-paste errors, added some RADIUS AVPS sorted some value string...
svn path=/trunk/; revision=10529
2004-03-30 20:56:43 +00:00
Guy Harris
5eb39c4638 From Albert Chin: "config.h" should come before all other #includes.
svn path=/trunk/; revision=10528
2004-03-30 19:37:31 +00:00
Guy Harris
af3a427ffd From Albert Chin: the Sun WorkShop 5.0 compiler and HP-UX 10.20 compiler
don't allow you to initialize aggregates with an initializer that
includes non-constant values.

svn path=/trunk/; revision=10527
2004-03-30 19:36:50 +00:00
Guy Harris
37df1a5847 From Albert Chin: on IRIX, if -la depends on -lb, you must link with -lb
-la.

svn path=/trunk/; revision=10526
2004-03-30 19:34:32 +00:00
Guy Harris
dcb34d662c From Jouni Malinen: add support for the most likely EAPOL-Key packet
type.

svn path=/trunk/; revision=10525
2004-03-30 19:15:24 +00:00
Guy Harris
6d3871ec70 Back out the previous change, as it checked in older versions of
config.guess and config.sub.

svn path=/trunk/; revision=10524
2004-03-30 19:07:51 +00:00
Guy Harris
0dd6a7d96d From Ryuji Somegawa: fix AirLink record dissection.
svn path=/trunk/; revision=10523
2004-03-30 19:01:24 +00:00
Guy Harris
3db0b315b7 From Lars Roland: Tethereal version of SIP statistics tap, and fixes to
the Ethereal version.

svn path=/trunk/; revision=10522
2004-03-30 18:55:47 +00:00
Guy Harris
1ca8d227a2 From Lars Roland: have "make clean" and "make distclean" clean up the
new Cisco VoIP plugins.

svn path=/trunk/; revision=10521
2004-03-30 18:45:04 +00:00
Guy Harris
36abac74a4 From Duncan Sargeant: include "moduleinfo.h" so that the plugins get the
right version number.

svn path=/trunk/; revision=10520
2004-03-30 18:30:28 +00:00
Guy Harris
51c9b679ad From Michael Kopp: add support for vendor-specific items for the Cisco
VPN 3000 Concentrator, Cisco VPN 5000 Concentrator and Cisco Broadband
Service Manager.

svn path=/trunk/; revision=10519
2004-03-30 18:23:54 +00:00
Guy Harris
a4317c1099 The extension ID field in a Private Extension IU is 2 bytes, so the
length of the IU must be at least 2 bytes in order to dissect the
contents.

Just use "proto_tree_add_item()" to add the value of the private
extension, and do so only if it's not zero-length.

svn path=/trunk/; revision=10518
2004-03-30 18:14:22 +00:00
Guy Harris
c02f779c36 Fix the length used for the protocol tree item for Mobile IPv6 options.
svn path=/trunk/; revision=10517
2004-03-30 17:52:15 +00:00
Guy Harris
b1941bb98f From Devin Heitmueller: put back the info level for the user info
request.

svn path=/trunk/; revision=10516
2004-03-30 17:38:45 +00:00
Richard Sharpe
fc71b11d56 Add the mask for an NT ACL ACE to the summary list for each ACE. This
means we don't have to expand the ACE to see what the permission mask is.

There are a couple of other places where this could be used, but I have not
done anything about them.

svn path=/trunk/; revision=10515
2004-03-30 07:39:05 +00:00
Guy Harris
9348381d23 It *appears* that if you don't explicitly request that a file chooser
dialog be centered on its parent, it still gets so centered; we remove
the call to do so from the GTK+ >= 2.4 file selection dialog creation
code.

svn path=/trunk/; revision=10514
2004-03-29 23:14:43 +00:00
Guy Harris
e4544c4f87 In a "save" dialog, the "yes" button should be a "Save" button, not an
"Open" button.

svn path=/trunk/; revision=10513
2004-03-29 23:03:01 +00:00
Guy Harris
f76d50c881 Add another wrapper routine, "file_selection_set_extra_widget()", to set
the "extra options" portion of a file selection dialog, and use it
rather than #if'ed code.

svn path=/trunk/; revision=10512
2004-03-29 22:55:13 +00:00