]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Pull request #3563: Github PR 266 - fix typo in stream dev_notes
authorTom Peters (thopeter) <thopeter@cisco.com>
Thu, 18 Aug 2022 16:42:02 +0000 (16:42 +0000)
committerTom Peters (thopeter) <thopeter@cisco.com>
Thu, 18 Aug 2022 16:42:02 +0000 (16:42 +0000)
Merge in SNORT/snort3 from ~MDAGON/snort3:stream_dev to master

Squashed commit of the following:

commit ed618e05176036128dace4e2a8a4053e1670442c
Author: Maya Dagon <mdagon@cisco.com>
Date:   Thu Aug 18 11:28:00 2022 -0400

    stream: typo in dev_notes, fix by RobinLanglois

src/stream/dev_notes.txt

index 4cfc67c74f9d71b9f3743e12dd928999809a5448..746a9f52ff2565eabf28216ef12047a465eaf2af 100644 (file)
@@ -24,7 +24,7 @@ subdirectory located here.  These include the following:
 * tcp - implements module for handling Stream tcp sessions.  This includes
   normalization protocol tracking, normalization, and reassembly.
 
-* upd - implements module for handling Stream udp sessions.  Tracking only.
+* udp - implements module for handling Stream udp sessions.  Tracking only.
 
 * icmp - implements module for handling Stream icmp sessions.  Tracking
   only.