<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in ipv4_tcp_http_xml.out</title>
    <link>http://nxr.netbsd.org/rss/src/external/bsd/tcpdump/dist/tests/ipv4_tcp_http_xml.out</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>branches:  1.1.1;<br/>Initial revision</title>
    <description>/src/external/bsd/tcpdump/dist/tests/ipv4_tcp_http_xml.out - 1.1</description>
    <pubDate>Mon Sep 02 15:50:11 UTC 2024</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.1.1.1.4;<br/>Import tcpdump-4.99.5, previous was 4.99.4<br/><br/>Friday, August 30, 2024 / The Tcpdump Group<br/>  Summary for 4.99.5 tcpdump release<br/>    Refine protocol decoding for:<br/>      Arista: Use the test .pcap file from pull request #955 (HwInfo).<br/>      BGP: Fix an undefined behavior when it tries to parse a too-short packet.<br/>      CARP: Print the protocol name before any GET_().<br/>      CDP: only hex-dump unknown TLVs in verbose mode.<br/>      DHCP: parse the SZTP redirect tag.<br/>      DHCPv6: client-id/server-id DUID type 2 correction; parse the user class,<br/>        boot file URL, and SZTP redirect options; add DUID-UUID printing<br/>        (RFC6355).<br/>      DNS: Detect and correctly handle too-short URI RRs.<br/>      EAP: Assign ndo_protocol in the eap_print() function.<br/>      ESP: Don't use EVP_add_cipher_alias() (fixes building on OpenBSD 7.5).<br/>      Frame Relay (Multilink): Fix the Timestamp Information Element printing.<br/>      ICMPv6: Fix printing the Home Agent Address Discovery Reply Message.<br/>      IEEE 802.11: no need for an element ID in the structures for IEs, make<br/>        the length in the IE structures a u_int, include the "TA" field while<br/>        printing Block Ack Control frame.<br/>      IP: Enable TSO (TCP Segmentation Offload) support; fix printing invalid<br/>        cases as invalid, not truncated; use ND_ICHECKMSG_ZU() to test the<br/>        header length.<br/>      IPv6: Fix printing invalid cases as invalid, not truncated; use<br/>        ND_ICHECKMSG_U() to print an invalid version.<br/>      IPv6: Fix invalid 32-bit versus 64-bit printouts of fragment headers.<br/>      ISAKMP: Fix printing Delete payload SPI when size is zero.<br/>      Kerberos: Print the protocol name, remove a redundant bounds check.<br/>      lwres: Fix an undefined behavior in pointer arithmetic.<br/>      OpenFlow 1.0: Fix indentation of PORT_MOD, improve handling of<br/>          some lengths, and fix handling of snapend.<br/>      TCP: Test ports &lt; 1024 in port order to select the printer.<br/>      UDP: Move source port equal BCM_LI_PORT to bottom of long if else chain.<br/>      UDP: Test ports &lt; 1024 in port order to select the printer.<br/>      LDP: Add missing fields of the Common Session Parameters TLV and fix the<br/>        offset for the A&amp;D bits.<br/>      NFLOG: Use correct AF code points on all OSes.<br/>      NFS: Avoid printing non-ASCII characters.<br/>      OSPF: Pad TLVs in LS_OPAQUE_TYPE_RI to multiples of 4 bytes.<br/>      OSPF: Update LS-Ack printing not to run off the end of the packet.<br/>      OSPF6: Fix an undefined behavior.<br/>      pflog: use nd_ types in struct pfloghdr.<br/>      PPP: Check if there is some data to hexdump.<br/>      PPP: Remove an extra colon before LCP Callback Operation.<br/>      Use the buffer stack for de-escaping PPP; fixes CVE-2024-2397;<br/>        Note: This problem does not affect any tcpdump release.<br/>      PTP: Fix spelling of type SIGNALING, Parse major and minor version<br/>        correctly, Print majorSdoId field instead of just the first bit.<br/>      RIP: Make a couple trivial protocol updates.<br/>      RPKI-Router: Refine length and bounds checks.<br/>      RX: Use the "%Y-%m-%d" date format.<br/>      smbutil.c: Use the "%Y-%m-%d" date format.<br/>      SNMP: Fix two undefined behaviors.<br/>      Text protocols: Fix printing truncation if it is not the case.<br/>      ZEP: Use the "%Y-%m-%d" date format.<br/>      ZMTP: Replace custom code with bittok2str().<br/>    User interface:<br/>      Print the supported time stamp types (-J) to stdout instead of stderr.<br/>      Print the list of data link types (-L) to stdout instead of stderr.<br/>      Use symmetrical quotation characters in error messages.<br/>      Update --version option to print 32/64-bit build and time_t size.<br/>      Improve error messages for invalid interface indexes specified<br/>        with -i.<br/>      Support "3des" as an alias for "des_ede3_cbc" even if the crypto<br/>        library doesn't support adding aliases.<br/>    Source code:<br/>      tcpdump: Fix a memory leak.<br/>      child_cleanup: reap as many child processes as possible.<br/>      Ignore failures when setting the default "any" device DLL to LINUX_SLL2.<br/>      Fix for backends which doesn't support capsicum.<br/>      Update ND_BYTES_BETWEEN() macro for better accuracy.<br/>      Update ND_BYTES_AVAILABLE_AFTER() macro for better accuracy.<br/>      Introduce new ND_ICHECK*() macros to deduplicate more code.<br/>      Skip privilege dropping when using -Z root on --with-user builds.<br/>      Add a nd_printjn() function.<br/>      Make nd_trunc_longjmp() not static inline.<br/>      Include &lt;time.h&gt; from netdissect.h.<br/>      Remove init_crc10_table() and the entourage.<br/>      Initialize tzcode early.<br/>      Capsicum support: Fix a 'not defined' macro error.<br/>      Update the "Error converting time" tests for packet times.<br/>      Fix warnings when building for 32-bit and defining _TIME_BITS=64.<br/>      Free interface list just before exiting where it wasn't being<br/>        freed.<br/>    Building and testing:<br/>      Add a configure option to help debugging (--enable-instrument-functions).<br/>      At build time require a proof of suitable snprintf(3) implementation in<br/>        libc (and document Solaris 9 as unsupported because of that).<br/>      Makefile.in: Add two "touch .devel" commands in the releasecheck target.<br/>      Autoconf: Get --with-user and --with-chroot right.<br/>      Autoconf: Fix --static-pcap-only test on Solaris 10.<br/>      Autoconf: Add some warning flags for clang 13 or newer.<br/>      Autoconf: Update config.{guess,sub}, timestamps 2024-01-01.<br/>      Autoconf: Add autogen.sh, remove configure and config.h.in and put<br/>        these generated files in the release tarball.<br/>      Autoconf: Update the install-sh script to the 2020-11-14.01 version.<br/>      configure: Apply autoupdate 2.69.<br/>      CMake: improve the comment before project(tcpdump C).<br/>      Do not require vsnprintf().<br/>      tests: Use the -tttt option, by default, for the tests.<br/>      Autoconf, CMake: Get the size of a void * and a time_t.<br/>      Fix propagation of cc_werr_cflags() output.<br/>      Makefile.in: Fix the depend target.<br/>      mkdep: Exit with a non-zero status if a command fails.<br/>      Autoconf: use V_INCLS to update the list of include search paths.<br/>      Autoconf: don't put anything before -I and -L flags for local libpcap.<br/>      Autoconf, CMake: work around an Xcode 15+ issue.<br/>      Autoconf, CMake: use pkg-config and Homebrew when looking for<br/>        libcrypto.<br/>      Fix Sun C invocation from CMake.<br/>      mkdep: Use TMPDIR if it is set and not null.<br/>      Add initial support for building with TinyCC.<br/>      Makefile.in: Use the variable MAKE instead of the make command.<br/>      Makefile.in: Add instrumentation configuration in releasecheck target.<br/>      Make various improvements to the TESTrun script.<br/>      Untangle detection of pcap_findalldevs().<br/>      Autoconf: don't use egrep, use $EGREP.<br/>      Autoconf: check for gethostbyaddr(), not gethostbyname().<br/>      Autoconf, CMake: search for gethostbyaddr() in libnetwork.<br/>      Make illumos build warning-free.<br/>    Documentation:<br/>      Fixed errors in doc/README.Win32.md and renamed it to README.windows.md.<br/>      Make various improvements to the man page.<br/>      Add initial README file for Haiku.<br/>      Make various improvements to CONTRIBUTING.md.</title>
    <description>/src/external/bsd/tcpdump/dist/tests/ipv4_tcp_http_xml.out - 1.1.1.1</description>
    <pubDate>Mon Sep 02 15:50:11 UTC 2024</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Sync with HEAD</title>
    <description>/src/external/bsd/tcpdump/dist/tests/ipv4_tcp_http_xml.out - 1.1.1.1.4.2</description>
    <pubDate>Sat Aug 02 05:23:40 UTC 2025</pubDate>
    <dc:creator>perseant</dc:creator>
</item>

<item>
    <title>file ipv4_tcp_http_xml.out was added on branch perseant-exfatfs on 2025-08-02 05:23:40 +0000</title>
    <description>/src/external/bsd/tcpdump/dist/tests/ipv4_tcp_http_xml.out - 1.1.1.1.4.1</description>
    <pubDate>Mon Sep 02 15:50:11 UTC 2024</pubDate>
    <dc:creator>perseant</dc:creator>
</item>
</channel></rss>

