obnox/wireshark/wip.git
19 years agoUpdate for Mate from Luis Ontanon:
lroland [Sun, 12 Dec 2004 23:40:44 +0000 (23:40 +0000)]
Update for Mate from Luis Ontanon:
- make rd static (no purpose for it to be global)
- remove outdated comments
- add "PduCriteria" feature (as already stated in the wiki)
- add "DiscardUnassignedPdu" feature (as already stated in the wiki)
- removed ".Id" from abbrev for "mate.item_name"

- in radius.mate:  Don't use the port to determine the Gop key.

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

19 years agosome cmip updates to handle m-Action and m-Action-confirmed
sahlberg [Sun, 12 Dec 2004 23:33:40 +0000 (23:33 +0000)]
some cmip updates to handle m-Action and m-Action-confirmed

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

19 years agomake the unknown_ber helper try to dissect NumericString and ENUMERATED when it encou...
sahlberg [Sun, 12 Dec 2004 22:59:43 +0000 (22:59 +0000)]
make the unknown_ber helper try to dissect NumericString and ENUMERATED when it encounters them

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

19 years agoupdate the helper for BER GeneralizedTime to handle implicit tag and update all disse...
sahlberg [Sun, 12 Dec 2004 22:47:24 +0000 (22:47 +0000)]
update the helper for BER GeneralizedTime to handle implicit tag and update all dissectors using GeneralizedTime

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

19 years agoupdate to the ber CHOICE helper to make it handle (i hope) a CHOICE inside a CHOICE...
sahlberg [Sun, 12 Dec 2004 22:19:00 +0000 (22:19 +0000)]
update to the ber CHOICE helper to make it handle (i hope) a CHOICE inside a CHOICE properly.

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

19 years agoDissect PPP messages of ethertype 0x8881
etxrab [Sun, 12 Dec 2004 20:28:18 +0000 (20:28 +0000)]
Dissect PPP messages of ethertype 0x8881

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

19 years agoUpdate the declaration of dissect_ber_integer() in the plugin api
lroland [Sun, 12 Dec 2004 17:59:01 +0000 (17:59 +0000)]
Update the declaration of dissect_ber_integer() in the plugin api

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

19 years agoFixes for Mate Plugin:
lroland [Sun, 12 Dec 2004 16:58:59 +0000 (16:58 +0000)]
Fixes for Mate Plugin:
As suggested by Martin Regner:
- Use strtod() instead of strtof()

From Luis Ontanon:
- changes the id of mate items to be integer (the old string ID
imposed a lenght limit and as mate fileds had become dynamic it makes
no more sense anymore)

- fixes a huge avp leak on reinit (every avp object was leaked when a
new file was loaded)

- adds the "Lib" AVP to the Action=Include AVPL to include definitions
>from matelib

- rename mate.[dll/so] to zzmate.[dll/so] so it gets initialized as
the very last protocol (so that fields from every dissector can be
used).

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

19 years agoAdd IMSI to the tree if it's built.
etxrab [Sun, 12 Dec 2004 16:46:09 +0000 (16:46 +0000)]
Add IMSI to the tree if it's built.

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

19 years agoBuild with ssl and kerberos
jmayer [Sun, 12 Dec 2004 15:22:41 +0000 (15:22 +0000)]
Build with ssl and kerberos

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

19 years agominor updates, get rid of temporary files during dissection
sahlberg [Sun, 12 Dec 2004 01:29:21 +0000 (01:29 +0000)]
minor updates,   get rid of temporary files during dissection

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

19 years agoupdates from tomas and anders
sahlberg [Sun, 12 Dec 2004 01:14:03 +0000 (01:14 +0000)]
updates from tomas and anders
create some missing makefiles for autogenerated dissectors

finish the transition to the new ber integer dissetor helper signature
and regenerate all ber dissectors

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

19 years agoremove the function with the old signature for ber integer dissection
sahlberg [Sun, 12 Dec 2004 00:24:21 +0000 (00:24 +0000)]
remove the function with the old signature for ber integer dissection

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

19 years agoi couldnt find the source to this one so i changed the autogenerated one. switch...
sahlberg [Sun, 12 Dec 2004 00:20:49 +0000 (00:20 +0000)]
i couldnt find the source to this one so i changed the autogenerated one.    switch to use the new signature for ber integer dissection

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

19 years agoupdate gsmmap to use the new signature for the ber integer dissection helper
sahlberg [Sun, 12 Dec 2004 00:17:15 +0000 (00:17 +0000)]
update gsmmap to use the new signature for the ber integer dissection helper

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

19 years agomove kerberos over to use the new signature for ber integer dissection helper
sahlberg [Sun, 12 Dec 2004 00:12:23 +0000 (00:12 +0000)]
move kerberos over to use the new signature for ber integer dissection helper

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

19 years agoupdate h248 to use the new integer dissector phasing out useage ofg the old dissect...
sahlberg [Sun, 12 Dec 2004 00:09:05 +0000 (00:09 +0000)]
update h248 to use the new integer dissector   phasing out useage ofg the old dissector so we later can switch over.

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

19 years agoFrom Victor Stratan:
obiot [Sat, 11 Dec 2004 23:47:12 +0000 (23:47 +0000)]
From Victor Stratan:

GSM SMS fixes:

 - Made Timezone view human readable based on 3GPP TS 23.040 V6.5.0 (9.2.3.11).

 - TP-UDHI field - located within bit no 6 one more place was left over from
   previous patch by Viorel Suman made on 9 Dec 2004.

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

19 years agoFix another lengt issue, and comment out some other faulty code - to tired to fix...
etxrab [Sat, 11 Dec 2004 23:15:25 +0000 (23:15 +0000)]
Fix another lengt issue, and comment out some other faulty code - to tired to fix it now.

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

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