Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
386 views

The following C# code opens a VISA session to a measurement instrument: // Connect var vi = GlobalResourceManager.Open("TCPIP::10.0.0.2::hislip0::INSTR") as IMessageBasedSession; // Set TCP ...
1 vote
1 answer
55 views

In the function proto_type_field_array when you pass the header details to display the item in the wireshark dissector tree at runtime, is there a way to dynamically in your c code a way to change the ...
1 vote
2 answers
125 views

I'm trying to fill a custom column with infos via Lua in Wireshark. What I've tried local dienstname_f = ProtoField.string("customDienstname", "Dienstname") local custom_proto = ...
Vincent's user avatar
  • 53
1 vote
3 answers
60 views

I'm trying to create a Lua dissector plugin for a custom protocol that uses Google Protocol Buffers to encode the bulk of the data - essentially the TCP stream consists of a delimited string ...
0 votes
0 answers
52 views

Situation I am bringing up a BACnet/SC testbed: Role Host SW / FW IP & Port Hub Windows 10 laptop bacnet-sc-reference-stack (Java) 192.168.20.27:4443 Node Azbil field controller (DEVICE_NO37) ...
-2 votes
1 answer
48 views

I have a device which sends data to my PC over UDP. I want to write parser for this data and want to do it without the device. For achieving that I've created pcap dump of arriving data using tcpdump ...
1 vote
2 answers
220 views

Initial Problem I had what I thought was a simple task in Golang: format some data according to one of Wireshark's dissectors (MAC-LTE) and then send it over UDP so that it could be viewed in ...
1 vote
1 answer
325 views

I've written a Lua dissector that I use for data that has no designated port, port is assigned arbitrarily to deconflict with other traffic. If I register it to a specific UDP port, then I can find ...
1 vote
1 answer
65 views

I've been struggling to find the syntax needed to obtain the "Inbound" flag within the frame layer of my packets When I print(packet.frame) this is the output I get. I want the "...
0 votes
0 answers
45 views

I'm using PyShark to extract supported groups from a TLS ClientHello. Even though Wireshark shows multiple supported groups, packet.tls.handshake_extensions_supported_group returns only one value ('...
0 votes
0 answers
58 views

I have a secure websocket server written with Boost Beast using Boost-asio. A significant portion of the connection code is documented here. The server uses RSA keys for TLS encryption. I would like ...
1 vote
0 answers
66 views

I need to read the payload of a UDP message transmitted by a server with IP 172.19.66.100 with port 50493, to another server with IP 239.9.66.100 with port 1000. With Wireshark I can read it, but I am ...
1 vote
1 answer
95 views

I have FPGA device which is waiting for UDP packet "FFFF" on port 1000, then answers also with UDP "FFFF". This code works fine, I see incoming "FFFF" packets on my JTAG, ...
0 votes
0 answers
28 views

Issue with test netscalar REST API. We do not see issues with local REST API. Attached tcp stream from wireshark. Netscalar ip sends syn to app server then in second line in screenshot app server ...
0 votes
1 answer
62 views

I have developed a C# program that receives UDP packets and writes the received data to a queue on thread A. The program reads from the queue, performs some data processing, and then sends another UDP ...

15 30 50 per page
1
2 3 4 5
...
202

AltStyle によって変換されたページ (->オリジナル) /