Wireshark

  • Riverbed Technology
  • WinPcap
the world's foremost network protocol analyzer
  • Wireshark
    • About
    • Download
    • Blog
  • Get Help
    • Ask a Question
    • FAQs
    • Documentation
    • Mailing Lists
    • Online Tools
    • Wiki
    • Bug Tracker
  • Develop
    • Get Involved
    • Developer's Guide
    • Browse the Code
    • Latest Builds

Wireshark-bugs: [Wireshark-bugs] [Bug 2313] Add support for OLPC 802.11s-like mesh protocol

Date Index Thread Index Other Months All Mailing Lists
Date Prev Date Next Thread Prev Thread Next


From: bugzilla-daemon@xxxxxxxxxxxxx
Date: Fri, 1 May 2009 11:32:05 -0700 (PDT)

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2313





--- Comment #4 from Guy Harris <guy@xxxxxxxxxxxx>  2009-05-01 11:32:02 PDT ---
So what is the purpose of the change

          dsap = tvb_get_guint8(tvb, 0);
+       ssap = tvb_get_guint8(tvb, 1);
+       
+       if (dsap == SAP_NULL && ssap == SAP_NULL) {
+               offset = 2;
+               dsap = tvb_get_guint8(tvb, 2);
+               ssap = tvb_get_guint8(tvb, 3);
+       }
+

Is there some specification that says that some packets will have 2 bytes of 0
padding between the 802.11 header and the 802.2 header?


-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

  • Prev by Date: [Wireshark-bugs] [Bug 3446] Fix several misspellings/typos in Wireshark SVN revision 28201
  • Next by Date: [Wireshark-bugs] [Bug 2313] Add support for OLPC 802.11s-like mesh protocol
  • Previous by thread: [Wireshark-bugs] [Bug 3446] Fix several misspellings/typos in Wireshark SVN revision 28201
  • Next by thread: [Wireshark-bugs] [Bug 2313] Add support for OLPC 802.11s-like mesh protocol
  • Index(es):
    • Date
    • Thread

Wireshark and the "fin" logo are registered trademarks of the Wireshark Foundation