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-dev: Re: [Wireshark-dev] Problems in IO Graphs with time values greater than ~429 seconds

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


From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 03 Dec 2007 13:11:18 -0800

Stig Bjørlykke wrote:

And then the next question:
What to do with this GUINT_TO_POINTER when yscale_max changes to guint64?

OBJECT_SET_DATA(menu_item, "yscale_max", GUINT_TO_POINTER(yscale_max[i]));

	OBJECT_SET_DATA(menu_item, "yscale_max", (void *)&yscale_max[i]));

and the equivalent changes for OBJECT_GET_DATA; yscale_max is a static array.

  • References:
    • [Wireshark-dev] Problems in IO Graphs with time values greater than ~429 seconds
      • From: Stig Bjørlykke
    • Re: [Wireshark-dev] Problems in IO Graphs with time values greater than ~429 seconds
      • From: Jeff Morriss
    • Re: [Wireshark-dev] Problems in IO Graphs with time values greater than ~429 seconds
      • From: Stig Bjørlykke
  • Prev by Date: Re: [Wireshark-dev] Problems in IO Graphs with time values greater than ~429 seconds
  • Next by Date: Re: [Wireshark-dev] [Wireshark-bugs] [Bug 1366] Support for RPCAP features in GUI
  • Previous by thread: Re: [Wireshark-dev] Problems in IO Graphs with time values greater than ~429 seconds
  • Next by thread: Re: [Wireshark-dev] [Wireshark-bugs] [Bug 1366] Support for RPCAP features in GUI
  • Index(es):
    • Date
    • Thread

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