| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Having two distinct logical concepts (OUI and Well Known Address)
concatenated to a single "manuf" file is needlessly obfuscating
the WKA feature.
Have a distinct "wka" file instead and just skip the cat.
Change-Id: I46f53b0015a37331d65f8cfac7cbbd499dd0c5b8
Reviewed-on: https://code.wireshark.org/review/22742
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Commit 66549a9cacb29abdbb2c6fdaaf8235c4f34f6a13 added 3 new entries to
wka.tmpl, but used spaces instead of the default tab separator. This
inconsistency causes external tools that expect tabs in the manuf file
to behave unexpectedly.
The manuf file was re-generated after the fix to wka.tmpl.
Change-Id: I79bceac649e0fc29b3502fc2e074dcd513f29ff5
Reviewed-on: https://code.wireshark.org/review/19217
Reviewed-by: Anders Broman <a.broman58@gmail.com>
|
|
|
|
|
|
| |
Change-Id: Ic85f552f6f8bf094c03c613d9068abfccbec0597
Reviewed-on: https://code.wireshark.org/review/15753
Reviewed-by: Jörg Mayer <jmayer@loplof.de>
|
|
|
|
|
|
|
|
|
|
|
| |
DOCSIS has a few well-known MAC entries defined in ANSI SCTE 22-1
with the prefix 01-E0-2F. Currently, this gets munged by
manuf_name_lookup() to 00-E0-2F and the vendor "McnsHold", which
is incorrect.
Change-Id: Ib5888d2545fcfbcadf4dd918dd2639de8f7b81b4
Reviewed-on: https://code.wireshark.org/review/15278
Reviewed-by: Guy Harris <guy@alum.mit.edu>
|
|
|
|
|
|
|
|
|
|
|
|
| |
The "EPSG Draft Standard 302-A: High Availability" introduces
the new frame "AMNI". This change adds support to correctly
dissect POWERLINK AMNI frames.
Change-Id: I9e402423296c4e82a25e897de964629bb695d566
Reviewed-on: https://code.wireshark.org/review/8215
Reviewed-by: Roland Knall <rknall@gmail.com>
Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update Version info
Update Nickname IDs
Add new multicast MAC addresses
Change-Id: I72647b5f98a48267340d51df428602e1c77cb206
Reviewed-on: https://code.wireshark.org/review/3714
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
|
|
|
|
|
|
|
| |
Bug: 10383
Change-Id: I94c9604824f25347fcd3c7bfd5c18aabdbe0a332
Reviewed-on: https://code.wireshark.org/review/3603
Reviewed-by: Guy Harris <guy@alum.mit.edu>
|
|
|
|
|
|
|
| |
Change-Id: I8fb840e7422b5fe7cd3072d8332de659598ebd3d
Reviewed-on: https://code.wireshark.org/review/1313
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
|
|
|
|
|
|
|
|
| |
(Using sed : sed -i '/^\# \$Id\$/,+1 d') (start with dash)
Change-Id: Ia4b5a6c2302f6a531f6a86c1ec3a2f8205c8c2dd
Reviewed-on: https://code.wireshark.org/review/881
Reviewed-by: Anders Broman <a.broman58@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ethernet group MAC-48 addresses:
http://www.t11.org/ftp/t11/pub/fc/bb-5/08-334v0.pdf
so we add entries for the three group addresses in question and an entry
to cover all unassigned group addresses in that range.
Regenerate manuf file.
Fixes bug 8046.
svn path=/trunk/; revision=46386
|
|
|
|
|
|
| |
(COPYING will be updated in next commit)
svn path=/trunk/; revision=43536
|
|
|
|
|
|
| |
renaming it to NDP ("Nortel Discovery Protocol") and do some basic cleanup.
svn path=/trunk/; revision=33815
|
|
|
|
|
|
|
| |
Remove redundancy from VRRP MAC address name resolution,
even though it's fitting for the protocol ;)
svn path=/trunk/; revision=33556
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) Rollback r14139 in two parts:
a) Change user priority back to what Cisco's ISL documentation states that
the values mean instead of the 802.1Q CoS values (see also note below).
b) Change the destination address back to type FT_ETHER since the
ISL-Frame values were added to manuf/wka.tmpl in r16741 with a /40
mask.
2) Add 03-00-0C-00-00/40 to manuf/wka.tmpl for ISL over Token Ring.
3) Move the type and user fields to a tree elow the destination address since
that is where the values come from.
NOTE: Regarding change 1a, I noticed in the Wiki's isl-2-dot1q.cap sample
capture file that bit #2 is being set to 1 when bits 0 and 1 are set to
1. When bits 0 and 1 are both set to 0, bit 2 is not set. I cannot
find a reference to this bit being used in Cisco's documentation.
svn path=/trunk/; revision=31446
|
|
|
|
|
|
| |
IPv6 multicast MAC address incorrectly resolved to neighborhood discovery.
svn path=/trunk/; revision=25015
|
|
|
|
|
|
| |
Add a line to map MAC addresses 01:00:5E/25 to IPv4 multicast.
svn path=/trunk/; revision=24319
|
|
|
|
| |
svn path=/trunk/; revision=23959
|
|
|
|
| |
svn path=/trunk/; revision=23341
|
|
|
|
| |
svn path=/trunk/; revision=22954
|
|
|
|
| |
svn path=/trunk/; revision=21357
|
|
|
|
|
|
| |
Add support for the ETHERNET Powerlink protocol
svn path=/trunk/; revision=18998
|
|
|
|
|
|
|
|
|
|
|
| |
ethereal.com -> wireshark.org
mailing lists and addresses
ETHEREAL -> WIRESHARK
Man pages
Automake/Autoconf names
svn path=/trunk/; revision=18271
|
|
|
|
| |
svn path=/trunk/; revision=18197
|
|
|
|
| |
svn path=/trunk/; revision=17633
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I've captured a Direct Cable Connection on a WinXP machine (see
http://wiki.ethereal.com/SampleCaptures?action=AttachFile&do=get&target=PPP-config.cap).
The thing is that the capture lib(?) creates fake Ethernet headers for
the PPP LCP and NCP packets. These contain " SEND#" or " RECV#" as both
source and destination address, where "#" seems to be a session number
based on modem control signals(?).
Anyway, to make more sense of the direction these PPP frames are going
I've added them to the address resolution file, as per attached patch.
svn path=/trunk/; revision=16949
|
|
|
|
|
|
|
|
|
|
| |
I'm seeing a variant of the registered Ethernet address for MS NLB
multicast being used.
Changed to remove "multicast" from the name as it isn't a multicast
address.
svn path=/trunk/; revision=16823
|
|
|
|
|
|
|
| |
Remove IETF-VRRP: This is a generic multicast address, and there are 31
other IP-multicast addresses mapping to the same mac address.
svn path=/trunk/; revision=16741
|
|
|
|
| |
svn path=/trunk/; revision=16129
|
|
|
|
| |
svn path=/trunk/; revision=16042
|
|
|
|
| |
svn path=/trunk/; revision=15879
|
|
|
|
|
|
|
|
| |
Show MS NLB Adresses individually
manuf:
Update
svn path=/trunk/; revision=15834
|
|
|
|
|
|
|
| |
- Update manuf
- Update faq
svn path=/trunk/; revision=15560
|
|
|
|
|
|
| |
- Add some Extreme MAC addresses to wka.tmpl
svn path=/trunk/; revision=15363
|
|
|
|
| |
svn path=/trunk/; revision=15123
|
|
|
|
|
|
| |
well-known MAC addresses.
svn path=/trunk/; revision=13258
|
|
|
|
|
|
|
|
|
| |
they have LF at the end of the line on UN*X and CR/LF on Windows;
hopefully this means that if a CR/LF version is checked in on Windows,
the CRs will be stripped so that they show up only when checked out on
Windows, not on UN*X.
svn path=/trunk/; revision=11400
|
|
|
|
|
|
| |
Update manuf
svn path=/trunk/; revision=11180
|
|
|
|
|
|
|
| |
The protocol is documented at http://www.hp.com/sbso/bus_protect/teaming.pdf
if anyone wants to write a dissector.
svn path=/trunk/; revision=11153
|
|
|
|
| |
svn path=/trunk/; revision=7558
|
|
ranges specified with a mask, as well as manufacturer OUIs. Match the
address range values, as well as MAC addresses and manufacturer OUIs,
when translating MAC addresses to names.
Have "make-manuf" read a file containing the well-known addresses and
append it to the list of OUIs.
svn path=/trunk/; revision=6233
|