确定通过网络发送的对象的大小

发布于 2024-12-06 22:25:39 字数 158 浏览 3 评论 0原文

我试图计算出通过 TCP 发送到我的应用程序的对象的大小。不幸的是,有一个第三方工具正在接收数据,然后通过回调向我的应用程序传递一个对象。

是否有Solaris 提供的工具可以帮助我确定这些消息的字节?

或者,我可以在该应用程序的测试 Windows 版本上执行此操作。

I am trying to figure out the size of an object that is sent to my application via TCP. Unfortunately there is a third party tool that is receiving data and then handing my application an object through a callback.

Is there a tool provided with solaris that would help me determine the bytes of these messages?

Alternatively I could do it on a test windows version of the app.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夏日浅笑〃 2024-12-13 22:25:39

您可以尝试使用网络分析器(例如 Wireshark)来查看 TCP 流量。

如果我误解了你的问题,请道歉。

You could try using a network analyzer, such as Wireshark, to look at the TCP traffic.

Apologies if I have misunderstood your question.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文