https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2775
Summary: add decoding for draft-ietf-ospf-manet-or-00 and draft-
ietf-ospf-af-alt-06 to packet-ospf.c
Product: Wireshark
Version: SVN
Platform: All
OS/Version: All
Status: NEW
Severity: Enhancement
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: pdice@xxxxxxxxx
Edward J. Paradise <pdice@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2117| |review_for_checkin?
Flag| |
Created an attachment (id=2117)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=2117)
proposed_diff
Build Information:
Version 1.0.99 (SVN Rev 25685)
Copyright 1998-2008 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled with GTK+ 2.10.11, with GLib 2.12.11, with libpcap 0.9.8, with libz
1.2.3, with POSIX capabilities (Linux), with libpcre 7.0, without SMI, without
ADNS, without Lua, with GnuTLS 1.4.5, with Gcrypt 1.2.4, with MIT Kerberos,
without PortAudio, without AirPcap.
Running on Linux 2.6.21-1.3194.fc7, with libpcap version 0.9.8.
Built using gcc 4.1.2 20070502 (Red Hat 4.1.2-12).
Wireshark is Open Source Software released under the GNU General Public
License.
Check the man page and http://www.wireshark.org for more information.
--
This proposed patch adds decoding and filtering support for:
*draft-ietf-ospf-manet-or-00
(http://tools.ietf.org/wg/ospf/draft-ietf-ospf-manet-or/)
*draft-ietf-ospf-af-alt-06
(http://tools.ietf.org/wg/ospf/draft-ietf-ospf-af-alt/)
to packet-ospf.c
draft-ietf-ospf-manet-or-00 describes extensions to OSPF to support mobile ad
hoc networking. Specifically, the document specifies a mechanism for
link-local signaling, a OSPF-MANET interface, a simple technique to reduce the
size of Hello packets by only transmitting incremental state changes, and a
method for optimized flooding of routing updates.
draft-ietf-ospf-af-alt-06 describes a mechanism for supporting multiple address
families in OSPFv3 using multiple instances. It maps an address family (AF) to
an OSPFv3 instance using the Instance ID field in the OSPFv3 packet header.
This approach is fairly simple and minimizes extensions to OSPFv3 for
supporting multiple AFs.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.