<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://pa8mm.net/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://pa8mm.net/feed.php">
        <title>pa8mm.net - wireshark</title>
        <description></description>
        <link>http://pa8mm.net/</link>
        <image rdf:resource="http://pa8mm.net/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-07-12T13:32:05+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://pa8mm.net/doku.php?id=wireshark:bgp&amp;rev=1772803167&amp;do=diff"/>
                <rdf:li rdf:resource="http://pa8mm.net/doku.php?id=wireshark:wireshark&amp;rev=1772803140&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://pa8mm.net/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>pa8mm.net</title>
        <link>http://pa8mm.net/</link>
        <url>http://pa8mm.net/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://pa8mm.net/doku.php?id=wireshark:bgp&amp;rev=1772803167&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-06T13:19:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>bgp</title>
        <link>http://pa8mm.net/doku.php?id=wireshark:bgp&amp;rev=1772803167&amp;do=diff</link>
        <description>WIRESHARK BGP

Filter out specific BGP messages:


bgp.type == 1  # OPEN
bgp.type == 2  # UPDATE
bgp.type == 3  # NOTIFICATION
bgp.type == 4  # KEEPALIVE


Combining:


bgp.type eq 1 or bgp.type eq 3</description>
    </item>
    <item rdf:about="http://pa8mm.net/doku.php?id=wireshark:wireshark&amp;rev=1772803140&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-06T13:19:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>wireshark</title>
        <link>http://pa8mm.net/doku.php?id=wireshark:wireshark&amp;rev=1772803140&amp;do=diff</link>
        <description>TROUBLESHOOTING WITH WIRESHARK

KEY TASKS

	*  Duplicate ACKs are sent by a receiver to request a missing packet
	*  Window update - usually a good sign (recovery, buffer is increasing)

NARROWING DOWN A VIEW

	*  tcp.analysis.flags - show window update, dupes etc</description>
    </item>
</rdf:RDF>
