From: Tom Peters (thopeter) Date: Thu, 18 Aug 2022 16:42:02 +0000 (+0000) Subject: Pull request #3563: Github PR 266 - fix typo in stream dev_notes X-Git-Tag: 3.1.40.0~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c32a9f3eac014feec5493ba1e457b9885acb6c9f;p=thirdparty%2Fsnort3.git Pull request #3563: Github PR 266 - fix typo in stream dev_notes Merge in SNORT/snort3 from ~MDAGON/snort3:stream_dev to master Squashed commit of the following: commit ed618e05176036128dace4e2a8a4053e1670442c Author: Maya Dagon Date: Thu Aug 18 11:28:00 2022 -0400 stream: typo in dev_notes, fix by RobinLanglois --- diff --git a/src/stream/dev_notes.txt b/src/stream/dev_notes.txt index 4cfc67c74..746a9f52f 100644 --- a/src/stream/dev_notes.txt +++ b/src/stream/dev_notes.txt @@ -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.