aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-avsp.c
AgeCommit message (Collapse)AuthorFilesLines
2023-02-12Try to check that all items in bitmask set have same widthMartin Mathieson1-2/+2
2023-01-02avsp: Fix 64-bit print format issueStig Bjørlykke1-2/+2
2023-01-02Support for an Arista Vendor Specific Protocol subtypePMcL1-92/+335
packet.avsp.c: Updated to include a new protocol subtype called TGen; packet-ethertype.c: Changed AVSP to Arista Vendor Specific Protocol;
2020-05-09sll: add support for LINKTYPE_LINUX_SLL2.Guy Harris1-2/+2
Different header, with a different size, an additional field, and with fields being in a different order. Distinguish between V1 and V2 by giving the version. That means we can no longer use the "ethertype" dissector as it stands, because the packet type field isn't at the end of the header, right before the payload; pull the "add the type field to the protocol tree" functionality out of the "ethertype" dissector and leave it up to the dissector calling it. Change-Id: I72b8a2483c0a539919fbe5d35fd7e60bff4bf75a Reviewed-on: https://code.wireshark.org/review/37169 Petri-Dish: Guy Harris <gharris@sonic.net> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <gharris@sonic.net>
2019-11-26AVSP: Updating Arista vendor sepecific protocol dissectionBharath Ravindranath1-15/+57
Adding two more versions which are seen when UTC timestamping is used Bug: 16226 Change-Id: I27f10f6df4595598d82257fe870de8ce95ecae64 Reviewed-on: https://code.wireshark.org/review/35185 Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl> Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
Change all wireshark.org URLs to use https. Fix some broken links while we're at it. Change-Id: I161bf8eeca43b8027605acea666032da86f5ea1c Reviewed-on: https://code.wireshark.org/review/34089 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2018-09-06AVSP: Read ethernet type and call ethernet type dissector after reading AVSPJack Culhane1-1/+30
Bug: 15107 Change-Id: Ia706f1cdd0b6d7ed74292c895b0ccea1b91edd78 Reviewed-on: https://code.wireshark.org/review/29413 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-04-26AVSP: Correct timestamp representationNikhil AP1-11/+30
This change reflects that the 64-bit timestamp in AVSP is in TAI timescale and not UTC. Change-Id: I13807ab446492c2b4f37a57989e1e0122afcc6aa Reviewed-on: https://code.wireshark.org/review/27144 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
2018-03-22Add Arista Vendor Specific Protocol (Ethertype) dissectorNikhil AP1-0/+224
Bug: 14550 Change-Id: I08d54825eb054255167eb28469b7fb854507e4ed Reviewed-on: https://code.wireshark.org/review/26492 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>