Search found 7 matches

by FlorenceF
Wed Feb 04, 2026 4:25 pm
Forum: Coding Questions
Topic: inspecting HTTP traffic
Replies: 6
Views: 1056

Re: inspecting HTTP traffic

Whenever I try to run code, I get this error :
Image

"l'application n'a pas réussi à démarrer correctement (0xc000007b). Cliquez sur ok pour fermer l'application"
by FlorenceF
Tue Feb 03, 2026 1:24 pm
Forum: Coding Questions
Topic: inspecting HTTP traffic
Replies: 6
Views: 1056

Re: inspecting HTTP traffic

THANKS A LOT BRO !
by FlorenceF
Tue Feb 03, 2026 1:16 pm
Forum: Coding Questions
Topic: inspecting HTTP traffic
Replies: 6
Views: 1056

Re: inspecting HTTP traffic

infratec wrote: Tue Feb 03, 2026 11:22 am viewtopic.php?p=531966
Good morning infratec.
thanks for your answer but unfortunately the provided link (http://www.queenscountypctech.ca/PureBa ... amples.zip) doesn't work anymore.
by FlorenceF
Tue Feb 03, 2026 10:25 am
Forum: Coding Questions
Topic: inspecting HTTP traffic
Replies: 6
Views: 1056

inspecting HTTP traffic

Good morning/evening

I want to :

  • capture network packets
    filter/drop network packets
    sniff network packets
    (re)inject network packets
    modify network packets

I know WinDivert can do all of that but I can't find any working link for the purebasic wrapper ?

Can anyone help me ?
by FlorenceF
Sat Jan 18, 2025 8:52 pm
Forum: Tricks 'n' Tips
Topic: Module NetworkTCP - Send and Receive Data over 64kB
Replies: 34
Views: 19495

Re: Module NetworkTCP - Send and Receive Data over 64kB

Hello

How to get receive progress ?
by FlorenceF
Fri Jan 17, 2025 7:10 pm
Forum: Coding Questions
Topic: Need advices conceiving a Multi-client / Server Application
Replies: 3
Views: 819

Need advices conceiving a Multi-client / Server Application

Hello

I have to create a Client / Server application over the Internet on Windows with potentially hundreds of clients and one server .

Before rushing headlong into programming, I would like some theorical and practical advices from you guys.

Especially :

- What packet structure should I use ...