obnox/wireshark/wip.git
19 years agoNew Plugin from Luis Ontanon:
lroland [Sat, 11 Dec 2004 01:00:17 +0000 (01:00 +0000)]
New Plugin from Luis Ontanon:
    MATE -- Meta Analysis and Tracing Engine

Won't be compiled by default.

It is still not possible to link the plugin on Win32.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12716 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoAdd functions to the old and the new plugin api for the MATE Plugin.
lroland [Sat, 11 Dec 2004 00:13:27 +0000 (00:13 +0000)]
Add functions to the old and the new plugin api for the MATE Plugin.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12715 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoDon't add the length twice if tree is built.
etxrab [Fri, 10 Dec 2004 17:26:11 +0000 (17:26 +0000)]
Don't add the length twice if tree is built.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12713 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoPacketCable byte view highlighting was offset 4 bytes for many tree view items.
gerald [Fri, 10 Dec 2004 16:14:08 +0000 (16:14 +0000)]
PacketCable byte view highlighting was offset 4 bytes for many tree view items.
Fix the offset.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12712 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoadd dissection of PN-IO IOxS field (should removed the gcc warning), some more code...
ulfl [Fri, 10 Dec 2004 15:18:29 +0000 (15:18 +0000)]
add dissection of PN-IO IOxS field (should removed the gcc warning), some more code cleanup

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12711 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoGet rid of C++/C99-style comments - not all C compilers accept them.
guy [Fri, 10 Dec 2004 11:20:48 +0000 (11:20 +0000)]
Get rid of C++/C99-style comments - not all C compilers accept them.

Fix some indentation.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12710 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoThe PacketCable MM code was displaying the secondary record keeping server
gerald [Thu, 9 Dec 2004 23:25:01 +0000 (23:25 +0000)]
The PacketCable MM code was displaying the secondary record keeping server
IP address where it should have displayed the CCC ID.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12708 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFrom Brian Caswell:
gerald [Thu, 9 Dec 2004 22:17:50 +0000 (22:17 +0000)]
From Brian Caswell:

The ACL parser will attempt to decode as many ACE structures as are
specified in the ACL structure.  If the number of ACE structures is
sufficiently large with one of the ACE structures specifying a size of
0, then the ACL parser will parse that ACE structure repeatedly,
eventually causing a denial of service to Ethereal.

I've attached a diff against HEAD that corrects the problem.  The diff
also corrects a few decoding errors in the NT ACL & ACE structures.  A
pcap is attached that reproduces the problem.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12706 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoRemove a duplicate entry.
gerald [Thu, 9 Dec 2004 21:58:45 +0000 (21:58 +0000)]
Remove a duplicate entry.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12704 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFrom Viorel Suman.
obiot [Thu, 9 Dec 2004 21:50:27 +0000 (21:50 +0000)]
From Viorel Suman.

Various GSM SMS fixes:

 - Wrong positions of the fields, located within the first octet
   of the GSM SMS TPDU.

 - One byte is skipped during RP-ERROR vs. RP-ACK detecting:
   Offset must be increased only when RP-ERROR is detected in
   order to avoid one byte skipping.

 - Improper dissect method is used to dissect SMS-DELIVER-REPORT.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12703 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoAdd PacketCable Event Message information to the "Info" column.
gerald [Thu, 9 Dec 2004 21:06:03 +0000 (21:06 +0000)]
Add PacketCable Event Message information to the "Info" column.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12702 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoTerminate value_strings with "{ 0, NULL }" instead of "{ 0, "Unknown" }".
gerald [Thu, 9 Dec 2004 19:52:59 +0000 (19:52 +0000)]
Terminate value_strings with "{ 0, NULL }" instead of "{ 0, "Unknown" }".
Otherwise, "tethereal -G values" fails on some platforms.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12701 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoNote that the link-layer types 170 and 171 are reserved (GFP-T is a bit
guy [Thu, 9 Dec 2004 19:12:28 +0000 (19:12 +0000)]
Note that the link-layer types 170 and 171 are reserved (GFP-T is a bit
ugly, as it encapsulates, for example, the 8B/10B code for gigabit
Ethernet and Fibre Channel, so code to read it might have to decode
that; GPF-F isn't so bad).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12700 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoImprove the byte length check from the last commit, and check for the same
gerald [Thu, 9 Dec 2004 19:06:59 +0000 (19:06 +0000)]
Improve the byte length check from the last commit, and check for the same
problem in other parts of the code.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12699 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoCheck for a bogus byte length.
gerald [Thu, 9 Dec 2004 18:46:27 +0000 (18:46 +0000)]
Check for a bogus byte length.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12698 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoAdd another token size check.
gerald [Thu, 9 Dec 2004 16:37:46 +0000 (16:37 +0000)]
Add another token size check.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12697 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoAdd a value string for 3gpp2 Service option values.
etxrab [Wed, 8 Dec 2004 19:43:21 +0000 (19:43 +0000)]
Add a value string for 3gpp2 Service option values.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12696 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFix the RCS ID.
guy [Wed, 8 Dec 2004 19:25:09 +0000 (19:25 +0000)]
Fix the RCS ID.

The "if()" gets rid of one GCC warning, but adds another one - we could
leave the warning in place, as a reminder that the dissector needs to be
finished, or we could just tag the parameter with _U_ to suppress the
warning.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12695 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoSquelch some compiler warnings.
guy [Wed, 8 Dec 2004 19:23:30 +0000 (19:23 +0000)]
Squelch some compiler warnings.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12694 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoCheck for an invalid header length.
gerald [Wed, 8 Dec 2004 15:19:10 +0000 (15:19 +0000)]
Check for an invalid header length.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12693 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFix the following:
jmayer [Wed, 8 Dec 2004 13:11:46 +0000 (13:11 +0000)]
Fix the following:
packet-ipmi.c:3568: warning: ISO C forbids initialization
        between function pointer and 'void *'
by declaring a proper function variable.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12692 f5534014-38df-0310-8fa8-9805f1628bb7

19 years ago(hopefully) removed some gcc warnings
ulfl [Wed, 8 Dec 2004 12:35:55 +0000 (12:35 +0000)]
(hopefully) removed some gcc warnings

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12691 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFrom Susanne Edlund: I have rewritten the bssgp dissector to comply with 3GPP v 6...
etxrab [Wed, 8 Dec 2004 07:15:46 +0000 (07:15 +0000)]
From Susanne Edlund: I have rewritten the bssgp dissector to comply with 3GPP v 6.5.0.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12690 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoAdd a URL for an old I-D for Etheric, and ask some questions about how
guy [Wed, 8 Dec 2004 06:21:47 +0000 (06:21 +0000)]
Add a URL for an old I-D for Etheric, and ask some questions about how
much ISUP stuff we should use?

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12689 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoJust use the parameter type definitions, and value_string table, from
guy [Wed, 8 Dec 2004 05:58:59 +0000 (05:58 +0000)]
Just use the parameter type definitions, and value_string table, from
the ISUP dissector; if that's not the right thing to do, put the old
tables back and *don't* include "packet-isup.h".

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12688 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoUndo previous patch: It was wrong
jmayer [Wed, 8 Dec 2004 05:26:40 +0000 (05:26 +0000)]
Undo previous patch: It was wrong

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12687 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoWhen we #include the prototype of a function/variable, it should not
jmayer [Wed, 8 Dec 2004 05:05:05 +0000 (05:05 +0000)]
When we #include the prototype of a function/variable, it should not
be declared static.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12686 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoaoe update
sahlberg [Tue, 7 Dec 2004 22:52:54 +0000 (22:52 +0000)]
aoe update

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12685 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoUpdates for 0.10.8.
gerald [Tue, 7 Dec 2004 22:26:10 +0000 (22:26 +0000)]
Updates for 0.10.8.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12683 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFrom Rene Pilz:
guy [Tue, 7 Dec 2004 21:09:05 +0000 (21:09 +0000)]
From Rene Pilz:

add the protocols GPRS Mobility Managment and GPRS Session
Mangement to gsm_a (dtap);

bug fix (RAND->128Bits=16Bytes != 12 Bytes).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12682 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoThe standard environment separator character under Windows is ";".
gerald [Tue, 7 Dec 2004 21:06:55 +0000 (21:06 +0000)]
The standard environment separator character under Windows is ";".
Net-SNMP expects this in the MIBS environment variable, so don't use
":" in the default MIB list if we're running under Windows.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12681 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoGet rid of an unused true_false_string value.
guy [Tue, 7 Dec 2004 18:21:21 +0000 (18:21 +0000)]
Get rid of an unused true_false_string value.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12680 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFrom Brett Kuskie: add more HTTP headers as filterable fields.
guy [Tue, 7 Dec 2004 17:59:58 +0000 (17:59 +0000)]
From Brett Kuskie: add more HTTP headers as filterable fields.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12679 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoAdd an entry for the new DLT_GPRS_LLC (so that nobody working on
guy [Tue, 7 Dec 2004 17:54:08 +0000 (17:54 +0000)]
Add an entry for the new DLT_GPRS_LLC (so that nobody working on
Ethereal, unaware that the Ethereal team does *NOT* control libpcap
format, thinks they can just grab 169 and use it for their own
purposes).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12678 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoCheck for a bogus length value.
gerald [Tue, 7 Dec 2004 16:17:50 +0000 (16:17 +0000)]
Check for a bogus length value.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12677 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agosvn propset svn:keywords Id svn:eol-style native .....
jmayer [Tue, 7 Dec 2004 11:13:58 +0000 (11:13 +0000)]
svn propset svn:keywords Id svn:eol-style native .....
Add $Id: $ where missing

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12676 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoupdate one of the command names
sahlberg [Tue, 7 Dec 2004 04:28:37 +0000 (04:28 +0000)]
update one of the command names

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12675 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agocreate a proper ETHERTYPE for ATAoverEthernet
sahlberg [Tue, 7 Dec 2004 03:16:34 +0000 (03:16 +0000)]
create a proper ETHERTYPE for ATAoverEthernet

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12674 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agonew protocol: ATAoverETHERNET (AoE)
sahlberg [Tue, 7 Dec 2004 03:00:21 +0000 (03:00 +0000)]
new protocol:  ATAoverETHERNET  (AoE)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12673 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoAdd more suboption length checks to dissect_bap_phone_delta_opt().
gerald [Mon, 6 Dec 2004 23:12:32 +0000 (23:12 +0000)]
Add more suboption length checks to dissect_bap_phone_delta_opt().

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12672 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoCheck for a bogus authentication subheader length.
gerald [Mon, 6 Dec 2004 22:32:50 +0000 (22:32 +0000)]
Check for a bogus authentication subheader length.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12671 f5534014-38df-0310-8fa8-9805f1628bb7

19 years ago(on behalf of the PROFIBUS Nutzerorganisation e.V. Deutschland):
ulfl [Mon, 6 Dec 2004 18:05:14 +0000 (18:05 +0000)]
(on behalf of the PROFIBUS Nutzerorganisation e.V. Deutschland):
first part of the PROFINET dissectors (PN-RT, PN-DCP and PN-IO) still some work to be done ...

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12670 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoupdates to pkix1implicit (we have to think about how to rewrite both pkix1eplicit...
sahlberg [Sun, 5 Dec 2004 21:47:49 +0000 (21:47 +0000)]
updates to pkix1implicit   (we have to think about how to rewrite both pkix1eplicit and pkix1implicit  to avoid the crap with duplicate definitions from x509)

New protocol : RFC3161  PKIX TimeStamp Protocol

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12669 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoGrab the last (and null) byte of the content type value.
gerald [Sun, 5 Dec 2004 18:40:35 +0000 (18:40 +0000)]
Grab the last (and null) byte of the content type value.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12668 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFix some typos
jmayer [Sat, 4 Dec 2004 15:42:18 +0000 (15:42 +0000)]
Fix some typos

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12667 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoUpdates by Martin Regner
jmayer [Sat, 4 Dec 2004 15:35:51 +0000 (15:35 +0000)]
Updates by Martin Regner

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12666 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoAdd a bit of info that should be present in a capture
jmayer [Sat, 4 Dec 2004 09:12:24 +0000 (09:12 +0000)]
Add a bit of info that should be present in a capture

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12665 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoAdd a URL for the BitTorrent protocol spec.
guy [Fri, 3 Dec 2004 20:51:10 +0000 (20:51 +0000)]
Add a URL for the BitTorrent protocol spec.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12664 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFrom Tomasz Mrugalski:
guy [Fri, 3 Dec 2004 09:51:16 +0000 (09:51 +0000)]
From Tomasz Mrugalski:

- option values updated to match RFC3898 (NIS/NIS+ options)
- FQDN option added (draft-ietf-dhc-dhcpv6-opt-fqdn-00.txt)
- Lifetime option added (draft-ietf-dhc-dhcpv6-opt-lifetime-00.txt)
- Long lasting typo corrected (those are identiTy associations, not
  identiFy associations)
- Fixed bug always reporting SIP DOMAIN option to be malformed (break was
  missing)
- Domains names are now parsed (in DOMAIN_LIST, SIP_SERVER_A, NIS_DOMAIN
  and NISPLUS_DOMAIN options).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12663 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agomake the tcp dissector distinguish between duplicate acks and window updates
sahlberg [Fri, 3 Dec 2004 05:53:09 +0000 (05:53 +0000)]
make the tcp dissector distinguish between duplicate acks and window updates

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12662 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoAdd some additional notes based on comments by Rick Jones.
guy [Thu, 2 Dec 2004 21:24:12 +0000 (21:24 +0000)]
Add some additional notes based on comments by Rick Jones.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12661 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoDon't export flags_set_truth from libethereal.dll. It can't be used in a plugin on...
lroland [Thu, 2 Dec 2004 20:16:17 +0000 (20:16 +0000)]
Don't export flags_set_truth from libethereal.dll. It can't be used in a plugin on win32 to initialize static variables, e.g. hf_register_info arrays.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12660 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoDon't ethclist.h in main.c, when we don't need it.
lroland [Thu, 2 Dec 2004 19:41:56 +0000 (19:41 +0000)]
Don't ethclist.h in main.c, when we don't need it.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12659 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoWe don't use our own clist for GTK+ 1.3[.x], either.
guy [Thu, 2 Dec 2004 19:17:40 +0000 (19:17 +0000)]
We don't use our own clist for GTK+ 1.3[.x], either.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12658 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFrom Nathan Jennings: add a preference that supplies a prefix for window
guy [Thu, 2 Dec 2004 11:30:24 +0000 (11:30 +0000)]
From Nathan Jennings: add a preference that supplies a prefix for window
titles.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12657 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFrom Francisco Alcoba: handle inverted time stamps without hanging.
guy [Thu, 2 Dec 2004 08:38:59 +0000 (08:38 +0000)]
From Francisco Alcoba: handle inverted time stamps without hanging.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12656 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFrom David Fort: the DNS RR type number for IPSECKEY will be changing to
guy [Thu, 2 Dec 2004 08:28:10 +0000 (08:28 +0000)]
From David Fort: the DNS RR type number for IPSECKEY will be changing to
45, so update the dissector.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12655 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoWe're not using our own clist for GTK+ 2.x, so call
guy [Thu, 2 Dec 2004 07:53:59 +0000 (07:53 +0000)]
We're not using our own clist for GTK+ 2.x, so call
"init_eth_clist_type()" only for GTK+ 1.2[.x].

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12654 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoperformance enhancement:
sahlberg [Thu, 2 Dec 2004 03:12:24 +0000 (03:12 +0000)]
performance enhancement:
 in some profiling runs   eth_clist_get_type() took ~6%   change this to just a variable and initialize it explicitely from main.c

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12653 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agomake ethereal compile with --without-pcap configuration option
sahlberg [Thu, 2 Dec 2004 00:12:54 +0000 (00:12 +0000)]
make ethereal compile with   --without-pcap  configuration option

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12652 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoMove the #ifdef/#endif a bit so that the entire chunk of
guy [Wed, 1 Dec 2004 23:55:43 +0000 (23:55 +0000)]
Move the #ifdef/#endif a bit so that the entire chunk of
live-capture-related-code is inside it.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12651 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agominor fix to tethereal to allow it to compile with --without-pcap
sahlberg [Wed, 1 Dec 2004 23:47:14 +0000 (23:47 +0000)]
minor fix to tethereal to allow it to compile with  --without-pcap

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12650 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoReplace GRE_FR with ETHERTYPE_RAW_FR.
gerald [Wed, 1 Dec 2004 23:18:20 +0000 (23:18 +0000)]
Replace GRE_FR with ETHERTYPE_RAW_FR.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12649 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoMake the Ericsson internal decode of IP addresses a preference instead of IF DEFS...
etxrab [Wed, 1 Dec 2004 21:59:03 +0000 (21:59 +0000)]
Make the Ericsson internal decode of IP addresses a preference instead of IF DEFS, default off.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12648 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoClean up a comment.
guy [Wed, 1 Dec 2004 21:13:39 +0000 (21:13 +0000)]
Clean up a comment.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12647 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoExplain the two IEEE URLs.
guy [Wed, 1 Dec 2004 21:11:48 +0000 (21:11 +0000)]
Explain the two IEEE URLs.

Get rid of a non-ASCII character in a comment - it might or might not
display as a "registered trademark" symbol, depending on your editor and
on the character set and character encoding it's using, so just use
"(R)" instead.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12646 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoGet rid of a not needed define.
etxrab [Wed, 1 Dec 2004 21:06:30 +0000 (21:06 +0000)]
Get rid of a not needed define.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12645 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFix a typo.
guy [Wed, 1 Dec 2004 21:05:45 +0000 (21:05 +0000)]
Fix a typo.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12644 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoAdd some ethertypes
etxrab [Wed, 1 Dec 2004 20:58:22 +0000 (20:58 +0000)]
Add some ethertypes

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12643 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoAdd some ethertypes
etxrab [Wed, 1 Dec 2004 20:57:27 +0000 (20:57 +0000)]
Add some ethertypes

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12642 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoCatch a couple of integer overflows.
gerald [Wed, 1 Dec 2004 20:51:19 +0000 (20:51 +0000)]
Catch a couple of integer overflows.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12641 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoDon't access memory that may have been freed.
gerald [Wed, 1 Dec 2004 19:34:51 +0000 (19:34 +0000)]
Don't access memory that may have been freed.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12640 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoIf bash is run as a non-login shell, it doesn't read /etc/profile. Under
gerald [Wed, 1 Dec 2004 16:56:37 +0000 (16:56 +0000)]
If bash is run as a non-login shell, it doesn't read /etc/profile.  Under
Cygwin this has the side effect of making the Windows "find" command appear
first in the path instead of Cygwin's "find" command.  Call /usr/bin/find
explicitly in win32-setup.sh.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12639 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFrom Jelmer Vernooij: BitTorrent support.
guy [Wed, 1 Dec 2004 12:41:43 +0000 (12:41 +0000)]
From Jelmer Vernooij: BitTorrent support.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12638 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFrom Marc Poulhies: fix the handling of the authentication option when
guy [Wed, 1 Dec 2004 12:15:16 +0000 (12:15 +0000)]
From Marc Poulhies: fix the handling of the authentication option when
the authentication information is missing (which it can be), and fix a
typo.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12637 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFrom Francisco Alcoba:
guy [Wed, 1 Dec 2004 11:54:41 +0000 (11:54 +0000)]
From Francisco Alcoba:

add IPv6 support;

replace "delay" with "delta".

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12636 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFrom Francisco Alcoba: link with setargv.obj so that wildcards are
guy [Wed, 1 Dec 2004 11:35:27 +0000 (11:35 +0000)]
From Francisco Alcoba: link with setargv.obj so that wildcards are
expanded in the command line.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12635 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFrom Martin Regner: support for the parts of H.245 version 10 that are
guy [Wed, 1 Dec 2004 11:29:57 +0000 (11:29 +0000)]
From Martin Regner: support for the parts of H.245 version 10 that are
related to H.239.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12634 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFrom Yaniv Kaul: adds LZS as a compression method, per 'Transport Layer
guy [Wed, 1 Dec 2004 11:19:04 +0000 (11:19 +0000)]
From Yaniv Kaul: adds LZS as a compression method, per 'Transport Layer
Security (TLS) Protocol Compression UsingLempel-Ziv-Stac (LZS)' RFC (RFC
3943).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12633 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoSquelch some compiler warnings.
guy [Wed, 1 Dec 2004 06:48:52 +0000 (06:48 +0000)]
Squelch some compiler warnings.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12632 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoAccording to the part of the DCE RPC spec at
guy [Wed, 1 Dec 2004 06:44:54 +0000 (06:44 +0000)]
According to the part of the DCE RPC spec at

http://www.opengroup.org/onlinepubs/009629399/chap12.htm#tagcjh_17_06_01

the number of transfer syntaxes is a u_int8, with an alignment pad byte
following it, not a u_int16.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12631 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoGet rid of a long-obsolete comment.
guy [Wed, 1 Dec 2004 03:42:55 +0000 (03:42 +0000)]
Get rid of a long-obsolete comment.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12630 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agobytes_to_str() returns a static value. Don't g_free() it.
gerald [Wed, 1 Dec 2004 01:21:22 +0000 (01:21 +0000)]
bytes_to_str() returns a static value.  Don't g_free() it.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12629 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFix port preference handling.
etxrab [Tue, 30 Nov 2004 22:11:56 +0000 (22:11 +0000)]
Fix port preference handling.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12628 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoAdd Susanne Edlund to authors file.
etxrab [Tue, 30 Nov 2004 21:32:47 +0000 (21:32 +0000)]
Add Susanne Edlund to authors file.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12627 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoNew dissector for NSIP from Susanne Edlund, default port2 changed to unallocated...
etxrab [Tue, 30 Nov 2004 21:19:25 +0000 (21:19 +0000)]
New dissector for NSIP from Susanne Edlund, default port2 changed to unallocated port 19999

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12626 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoReplace a few instances of match_strval() with val_to_str().
gerald [Tue, 30 Nov 2004 16:52:21 +0000 (16:52 +0000)]
Replace a few instances of match_strval() with val_to_str().

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12625 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoMake ethereal dissect application/pkix-crl CertificateRevocationLists over HTTP.
sahlberg [Tue, 30 Nov 2004 04:08:16 +0000 (04:08 +0000)]
Make ethereal dissect  application/pkix-crl  CertificateRevocationLists over HTTP.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12624 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agowhen creating a new subset tvb for a field for further dissection by child dissectors...
sahlberg [Tue, 30 Nov 2004 03:39:34 +0000 (03:39 +0000)]
when creating a new subset tvb for a field for further dissection by child dissectors,  then if the original tvb is short and doesnt contain enough data, try to create a new subset tvb with as much data we do have instead of just bailing out.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12623 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoMake rtnet plugin compile again with MSVC
lroland [Mon, 29 Nov 2004 23:48:26 +0000 (23:48 +0000)]
Make rtnet plugin compile again with MSVC
and some white space cleanup.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12622 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoAdd another length check.
gerald [Mon, 29 Nov 2004 19:30:12 +0000 (19:30 +0000)]
Add another length check.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12621 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoGet rid of a debug message.
guy [Mon, 29 Nov 2004 18:02:07 +0000 (18:02 +0000)]
Get rid of a debug message.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12620 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoCheck for an overly large header length value in order to avoid an integer
gerald [Mon, 29 Nov 2004 17:52:38 +0000 (17:52 +0000)]
Check for an overly large header length value in order to avoid an integer
overflow.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12619 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agonew protocol : RFC2560 Online Certificate Status Protocol
sahlberg [Mon, 29 Nov 2004 09:58:16 +0000 (09:58 +0000)]
new protocol : RFC2560  Online Certificate Status Protocol

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12618 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoexport some more sympols from PKIX1EXPLICIT
sahlberg [Mon, 29 Nov 2004 08:43:19 +0000 (08:43 +0000)]
export some more sympols from PKIX1EXPLICIT

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12617 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoExport AuthorityInfoAccessSyntax from pkix1implicit
sahlberg [Mon, 29 Nov 2004 07:57:19 +0000 (07:57 +0000)]
Export AuthorityInfoAccessSyntax from pkix1implicit

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12616 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFrom LEGO if Mate is pressent call it.
etxrab [Sun, 28 Nov 2004 20:52:52 +0000 (20:52 +0000)]
From LEGO if Mate is pressent call it.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12615 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoBugfixes- handle zero length bytecode, handle end-off-message with implied parameters...
etxrab [Sun, 28 Nov 2004 19:41:17 +0000 (19:41 +0000)]
Bugfixes- handle zero length bytecode, handle end-off-message with implied parameters(udvm initialised to zero).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12614 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoBugfixes
etxrab [Sun, 28 Nov 2004 19:39:19 +0000 (19:39 +0000)]
Bugfixes

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12613 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoChange number of bytes displayed in bytes_to_string to 48 to facilitate display of...
etxrab [Sun, 28 Nov 2004 19:35:21 +0000 (19:35 +0000)]
Change number of bytes displayed in bytes_to_string to 48 to facilitate display of sha1 digest of 20 bytes.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12612 f5534014-38df-0310-8fa8-9805f1628bb7