Skip to content

Commit

Permalink
doc: showcases: corrected statement in PCAP recording showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgeorge309 committed Sep 30, 2024
1 parent 6723bbf commit ce08305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions showcases/general/pcaprecording/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ In ``ethHost2``, we'll record traffic of the ``ipv4`` module. The

By default, modules like :ned:`Ipv4` and :ned:`EthernetInterface` don't
compute CRC and FCS frames, but assumes they are correct ("declared
correct" mode.) To include the CRC and FCS values in the
capture file, L2 and L3 modules need to be set to compute CRC and FCS:
correct" mode). To record PCAP traces with correctly calculated CRC and FCS values,
the L2 and L3 modules need to be set to compute them:

.. literalinclude:: ../omnetpp.ini
:language: ini
Expand Down

0 comments on commit ce08305

Please sign in to comment.