Ignore:
Timestamp:
12/03/2014 09:46:32 PM (9 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a5416837
Parents:
388fe658
Message:

Change to Kernel Configuration layout in "networking" chapter

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15132 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/wireshark.xml

    r388fe658 r196d393  
    124124      <para>The kernel must have the Packet protocol enabled for
    125125      <application>Wireshark</application> to capture live packets from the
    126       network.</para>
     126      network:</para>
    127127     
    128 <screen><literal>Networking support: Y
    129   Networking options:
    130     Packet: sockets monitoring interface: M or Y</literal></screen>
     128<screen><literal>[*] Networking support ---&gt;          [CONFIG_NET]
     129      Networking options ---&gt;
     130        &lt;*/M&gt; Packet socket          [CONFIG_PACKET]</literal></screen>
    131131
    132132      <para>If built as a module, the name is
     
    169169    <systemitem class="username">root</systemitem> user:</para>
    170170
    171 <screen><userinput>usermod -a -G wireshark <replaceable>&lt;username&gt;</replaceable></userinput></screen>
     171<screen role="root"><userinput>usermod -a -G wireshark <replaceable>&lt;username&gt;</replaceable></userinput></screen>
    172172
    173173    <para>If you have <application>GTK+2</application> and 3, and
Note: See TracChangeset for help on using the changeset viewer.