Windows 10: WUDO packet structure

Discus and support WUDO packet structure in Windows 10 Gaming to solve the problem; Hello everyone.I have a question. Recently our SOC they send us a alert from a computer that is connect to the guest WIFI is try to talk with other... Discussion in 'Windows 10 Gaming' started by SteGar_426, Sep 5, 2023.

  1. WUDO packet structure


    Hello everyone.I have a question. Recently our SOC they send us a alert from a computer that is connect to the guest WIFI is try to talk with other computers at the LAN wired. They questions is what is the packet stracture for the WODU? The packets is sending to multicast ip, the global broadcast ip 255.255.255.255 or on a dedicated host ip? ThanksBest Regards SG

    :)
     
    SteGar_426, Sep 5, 2023
    #1

  2. C/C++/C# Packet Sniffing FAQ and How-To

    hi oliver

    Oliver...
    i m getting packets on my network and i m suppose to map those packets

    Incoming packet at the front end can be interpreted by mapping onto the following structure.
    Struct {
    char cNetId[2];
    short iNoPackets;
    CHAR cPackData[512];
    } BcastPackData;
    whence,
    cNetId[2] Identifies the machine
    iNoPackets The number of packets that are sequentially packed
    cPackData Buffer containing all the packets.
    The buffer when mapped to, by the above structure the number of packets in the buffer can be known. The
    next task is to segregate the packets and process the individual packets




    Map the incoming buffer onto the structure described in section 1.19.3
    Check the net id and number of packets from the structure as described in section 1.19.3
    Refer to the section 1.19.3 for the components packet in the structure and the diagram in section 1.19.2
    Map the individual packets ( 1st packet, 2nd packet, and so on… ) onto the structure
    struct {
    short iCompLen;
    CHAR cCompData[MAX_MESSAGE_SIZE];
    }BcastCmpPacket;
    N.B. The above structure is currently used to interpret the incoming packets.



    can you help me build the utility on above parameters...
    i appreciate any help from you pal.

    thanks mate
     
    tradingtrix, Sep 5, 2023
    #2
  3. Phyre Win User
    C/C++/C# Packet Sniffing FAQ and How-To

    Very nice. Got a question though: is it possible to find out what packets are going to and from each process? You say on step 6 that the OS directs the packet to the process.. But is it possible for we, as the programmer, to intercept this and then perhaps filter all the packets so only packets going to and from suchandsucha.exe are shown?
     
    Phyre, Sep 5, 2023
    #3
  4. Kreij Win User

    WUDO packet structure

    Need a book for Data Structures

    Many good suggestions here
     
    Kreij, Sep 5, 2023
    #4
Thema:

WUDO packet structure

Loading...
  1. WUDO packet structure - Similar Threads - WUDO packet structure

  2. WUDO packet structure

    in Windows 10 Software and Apps
    WUDO packet structure: Hello everyone.I have a question. Recently our SOC they send us a alert from a computer that is connect to the guest WIFI is try to talk with other computers at the LAN wired. They questions is what is the packet stracture for the WODU? The packets is sending to multicast ip,...
  3. WUDO packet structure

    in AntiVirus, Firewalls and System Security
    WUDO packet structure: Hello everyone.I have a question. Recently our SOC they send us a alert from a computer that is connect to the guest WIFI is try to talk with other computers at the LAN wired. They questions is what is the packet stracture for the WODU? The packets is sending to multicast ip,...
  4. Network packet loss.

    in Windows 10 Gaming
    Network packet loss.: my PC and wifi run fine normally, i have 200mbps and it get downloads fast. there is only 1 thing wrong and thats why im here to seek help.randomly in about 2 minute intervals but still random just not frequent i get complete inbound packet loss.so if im downloading something...
  5. Network packet loss.

    in Windows 10 Network and Sharing
    Network packet loss.: my PC and wifi run fine normally, i have 200mbps and it get downloads fast. there is only 1 thing wrong and thats why im here to seek help.randomly in about 2 minute intervals but still random just not frequent i get complete inbound packet loss.so if im downloading something...
  6. packet loss

    in Windows 10 Network and Sharing
    packet loss: how can i stop getting packet loss in the games i play im one a wired connection and i already contacted my internet provider and they said everything was good https://answers.microsoft.com/en-us/windows/forum/all/packet-loss/d0b7b7f2-121e-4fac-9d73-8e4933b61cea
  7. Packet Loss

    in Windows 10 Network and Sharing
    Packet Loss: I have been experiencing packet loss with the wifi at my college, but it seems that only i am the one having struggles. my roommate is on the same wifi as me and gets a lower ping, and 0 packet loss. is there a problem with my laptop?...
  8. 100% Packet Loss

    in Windows 10 Network and Sharing
    100% Packet Loss: I've been experiencing this problem for a couple of days now. My wifi works but I either I can't connect to a game or I am getting massive ping spikes every couple of seconds....
  9. LAN packet loss

    in Windows 10 Network and Sharing
    LAN packet loss: Hello , This is a strange one, every test of ping i got a packet loss using Ethernet cable but when i use WI-FI adapter it's work fine (no packet loss) . Im sure that the router is OK and my hardware & software (motherboard) is OK, i tested with same pc a portable Linux...
  10. Possible Lost Packets.

    in Windows 10 Network and Sharing
    Possible Lost Packets.: Hello All, So down to the point, For around 2 years ago we used Sky internet(UK Fibre Company) Had a lot of issues specifically where whilst playing cs go, My ping would sit around 40 on average and spike up to 200+ every 6-7 seconds rendering it unplayable. I changed...