Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder tcpdump-solaris10-i386 Build #5892

Results:

Build successful

SourceStamp:

Projecttcpdump
Repositoryhttps://git.tcpdump.org/tcpdump
Branchmaster
Revision266183e28c25d35f46ab32d74c9d4aaf7a62373f
Got Revision266183e28c25d35f46ab32d74c9d4aaf7a62373f
Changes31 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-tcpdump-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 19 secs )
    1. stdio
  2. shell Set developer mode ( 1 secs )
    1. stdio
  3. shell_1 './autogen.sh' ( 11 secs )
    1. stdio
  4. shell_2 configure ( 1 mins, 57 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 5 mins, 28 secs )
    1. stdio
  6. shell_4 'gmake check' ( 2 mins, 40 secs )
    1. stdio
    2. failure-outputs.txt

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/tcpdump-solaris10-i386 slave
buildername tcpdump-solaris10-i386 Builder
buildnumber 5892 Build
codebase Build
got_revision 266183e28c25d35f46ab32d74c9d4aaf7a62373f Git
project tcpdump Build
repository https://git.tcpdump.org/tcpdump Build
revision 266183e28c25d35f46ab32d74c9d4aaf7a62373f Build
scheduler schedule-tcpdump-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/tcpdump-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Denis Ovsienko
  2. Francois-Xavier Le Bail
  3. Guy Harris
  4. Sebastien Henri
  5. Vincent Bernat
  6. corubba

Timing:

StartSat Oct 18 10:52:36 2025
EndSat Oct 18 11:03:15 2025
Elapsed10 mins, 39 secs

All Changes:

:

  1. Change #244663

    Category tcpdump
    Changed by Francois-Xavier Le Bail <devel.fx.lebailohnoyoudont@orange.fr>
    Changed at Thu 11 Sep 2025 22:54:29
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision 5c835913ee8b3fd7230ed99bbc3fb780328b9edd

    Comments

    tcpdump: Update a comment about the -g option
    We have now the "g"repable option.
    
    This is a follow-up to b80f9649d8ff44b4ac69b2ab17b136ab44b92b0e.
    
    [skip ci]

    Changed files

    • tcpdump.c
  2. Change #244665

    Category tcpdump
    Changed by Francois-Xavier Le Bail <devel.fx.lebailohnoyoudont@orange.fr>
    Changed at Sun 14 Sep 2025 20:58:33
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision 181b64b1789e7c357b399ab0f057363600e65d61

    Comments

    Avoid non-ASCII characters
    UTF-8 left single quotation mark -> straight quote (').
    UTF-8 right single quotation mark -> straight quote (').
    
    [skip ci]

    Changed files

    • tests/TESTlib.pm
  3. Change #244669

    Category tcpdump
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Sun 21 Sep 2025 20:52:42
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision 7a13c0772db8627d87845bacc771ebc5318f5fbd

    Comments

    netdissect: expand comments for some macros.
    Note that ND_BYTES_BETWEEN() returns 0 if the second pointer is past the
    first pointer.
    
    Note that ND_BYTES_AVAILABLE_AFTER() returns 0 if the pointer is before
    the *beginning* of the packet data.

    Changed files

    • netdissect.h
  4. Change #244673

    Category tcpdump
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Sun 21 Sep 2025 21:44:25
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision 40ac38aece5079457a245a6da8734e9f564c2b3d

    Comments

    netdissect: improve a comment.
    Describe ND_BYTES_BETWEEN() more completely, and fix the required order
    of the pointers.

    Changed files

    • netdissect.h
  5. Change #244682

    Category tcpdump
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Wed 24 Sep 2025 01:33:30
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision 83efe37f8649d896e5393c3faf385f3d8cb0fa76

    Comments

    CONTRIBUTING: break down steps and add an autogen.sh step. [skip ci]
    Split the configure and build and test step up; they all should be done
    after the user makes their changes, so add that as a step. (The autogen
    and configure steps will probably only need to be done once, but the
    build and test steps may have to be done repeatedly until everything
    builds and works.)

    Changed files

    • CONTRIBUTING.md
  6. Change #244693

    Category tcpdump
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Wed 24 Sep 2025 01:46:07
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision 7f6c0cabacd58f4dae9d3646499053f6486760cd

    Comments

    CONTRIBUTING: attempt to fix indentation. [skip ci]

    Changed files

    • CONTRIBUTING.md
  7. Change #244704

    Category tcpdump
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Wed 24 Sep 2025 01:51:36
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision ce9f517e5897fd90d03ede4fca1b15f89ea04aa1

    Comments

    Revert "CONTRIBUTING: attempt to fix indentation. [skip ci]" [skip ci]
    This reverts commit 7f6c0cabacd58f4dae9d3646499053f6486760cd.
    
    That didn't fix the indentation.

    Changed files

    • CONTRIBUTING.md
  8. Change #244712

    Category tcpdump
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Wed 24 Sep 2025 01:52:38
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision 448110db97caa2fcebd92e9df064c10cedbc3c74

    Comments

    CONTRIBUTING: does this fix it? [skip ci]

    Changed files

    • CONTRIBUTING.md
  9. Change #244720

    Category tcpdump
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Wed 24 Sep 2025 02:09:07
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision a9f4a4a753cc89f758419ab714da18bee45e62cf

    Comments

    CONTRIBUTING: maybe *this* will work.
    There's always a fun surprise at the bottom of every box of GithUb
    Flavored Markdown!

    Changed files

    • CONTRIBUTING.md
  10. Change #244729

    Category tcpdump
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Wed 24 Sep 2025 02:11:13
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision d91e7746f703f453abfad050cda0fe37d086eb2c

    Comments

    CONTRIBUTING: OK, maybe I've got it figured out.

    Changed files

    • CONTRIBUTING.md
  11. Change #244739

    Category tcpdump
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Wed 24 Sep 2025 02:12:37
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision 92a98b56c2ff9c449d3096d75cf249cfa3d32db5

    Comments

    CONTRIBUTING: try this. [skip ci]

    Changed files

    • CONTRIBUTING.md
  12. Change #244748

    Category tcpdump
    Changed by Francois-Xavier Le Bail <devel.fx.lebailohnoyoudont@orange.fr>
    Changed at Fri 26 Sep 2025 14:38:17
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision 2365c62262002b88412586f36095eb84e7e3d258

    Comments

    instrument functions: Update an error message about needed package
    The package name could be binutils-dev (e.g. on Debian like), already
    printed or binutils-devel on some systems.
    
    [skip ci]

    Changed files

    • configure.ac
  13. Change #244756

    Category tcpdump
    Changed by Francois-Xavier Le Bail <devel.fx.lebailohnoyoudont@orange.fr>
    Changed at Wed 01 Oct 2025 09:23:53
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision 7ffc618058bfcd9f4aa111be1fa0a8befccd7c67

    Comments

    Remove some trailing spaces
    [skip ci]

    Changed files

    • CONTRIBUTING.md
  14. Change #244761

    Category tcpdump
    Changed by Francois-Xavier Le Bail <devel.fx.lebailohnoyoudont@orange.fr>
    Changed at Wed 01 Oct 2025 10:43:34
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision a84cdb8b8033935b4214c80d0180aeea674efbba

    Comments

    IP: Improve a length check
    Also perform the check for the presumed TSO case.
    
    Print "header length".
    
    Update a test output accordingly.

    Changed files

    • print-ip.c
    • tests/ipv4_invalid_total_length_2.out
  15. Change #244769

    Category tcpdump
    Changed by Vincent Bernat <vincentohnoyoudont@bernat.ch>
    Changed at Wed 01 Oct 2025 14:36:16
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision ba9257e956431a98b90d524b822ee954ed4d38f3

    Comments

    sFlow: display input/output interfaces for expanded flows
    These were already present for regular flows.

    Changed files

    • print-sflow.c
    • tests/TESTLIST
    • tests/sflow_expanded.out
    • tests/sflow_expanded.pcap
  16. Change #244779

    Category tcpdump
    Changed by Sebastien Henri <sebastienohnoyoudont@meter.com>
    Changed at Fri 03 Oct 2025 10:42:00
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision 3d92cb0d28d17dda8f8febf474f2bf3d6923a0d2

    Comments

    802.11: fix header length when HT Control header is present
    When the ORDER bit is set in the 802.11 flags, the header length
    needs to be incremented by the size of the HTControl field (4 B).

    Changed files

    • print-802_11.c
    • tests/TESTLIST
    • tests/ieee802.11_htc.out
    • tests/ieee802.11_htc.pcap
  17. Change #244788

    Category tcpdump
    Changed by Sebastien Henri <sebastienohnoyoudont@meter.com>
    Changed at Fri 03 Oct 2025 10:42:00
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision a0372c3899874ac6bb6c967e04aac35e8f975113

    Comments

    802.11: change name of +HTC bit to follow IEEE standard
    This follows the IEEE 802.11-2020 that names this bit +HTC (see
    Section 9.2.4.1.1).

    Changed files

    • print-802_11.c
    • tests/TESTLIST
    • tests/ieee802.11_htc.out
  18. Change #244800

    Category tcpdump
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Fri 03 Oct 2025 10:56:18
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision 0bf5fb668fbea72ea694f47d56db69771c6405a3

    Comments

    Remove an unused constant from print-brcmtag.c. [skip ci]

    Changed files

    • print-brcmtag.c
  19. Change #244806

    Category tcpdump
    Changed by Francois-Xavier Le Bail <devel.fx.lebailohnoyoudont@orange.fr>
    Changed at Wed 08 Oct 2025 09:57:51
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision 33efbe23bffc86a07b7e9a182749fb1791afb78e

    Comments

    OTV: Remove protocol decoding
    draft-hasmit-otv-04, this Internet-Draft is no longer active.
    
    UDP port 8472 is used by Linux as the default port for VXLAN. So update
    udp.h and print-udp.c with VXLAN_LINUX_PORT.
    
    Remove two OTV tests.

    Changed files

    • CHANGES
    • CMakeLists.txt
    • Makefile.in
    • netdissect.h
    • print-otv.c
    • print-udp.c
    • tests/TESTLIST
    • tests/otv-heapoverflow-1.out
    • tests/otv-heapoverflow-1.pcap
    • tests/otv-heapoverflow-2.out
    • tests/otv-heapoverflow-2.pcap
    • udp.h
  20. Change #244815

    Category tcpdump
    Changed by Francois-Xavier Le Bail <devel.fx.lebailohnoyoudont@orange.fr>
    Changed at Wed 08 Oct 2025 11:20:25
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision 44a13cfe1304713ede5fdbd0820c1a102ee94289

    Comments

    CHANGES: Fix formatting
    [skip ci]

    Changed files

    • CHANGES
  21. Change #244825

    Category tcpdump
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Wed 08 Oct 2025 13:28:19
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision d0f3be9110a9db0970827b4b46c267e09254fd66

    Comments

    TESTrun: Add LWAPP tests from Wireshark menagerie.

    Changed files

    • tests/TESTrun
    • tests/lwapp-data-v.out
    • tests/lwapp-data.out
    • tests/lwapp-data.pcap
  22. Change #244836

    Category tcpdump
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Wed 08 Oct 2025 13:48:42
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision c3e2077b3e8d27075b180048c5e4e2fd72f8cde0

    Comments

    LWAPP: Modernize packet parsing style.
    The first revision of print-lwapp.c supposedly implemented
    draft-ohara-capwap-lwapp-04, all subsequent revisions made various code
    clean-ups only and the differences between the I-D and RFC 5412 seem to
    be purely editorial.  However, the current implementation has
    substantial discrepancies with the specification.  Moreover, several
    aspects of the specification are plainly not implementable due to
    various technical issues.  The matter is, RFC 5412 was published for
    posterity rather than implementation: CAPWAP superseded LWAPP before the
    latter was complete.
    
    Before time is good for a more substantial reorganization of tcpdump
    decoders, clean the LWAPP decoder up once more and make it follow the
    specification better where practicable.  Improve various comments.
    Define ND_LONGJMP_FROM_TCHECK.
    
    In lwapp_transport_header rename version to ver_rid_cfl and rearrange
    the associated macros for clarity.
    
    lwapp_control_print() and lwapp_data_print() each parse an LWAPP
    transport header in a slightly different way.  Move the common code to a
    new function, lwapp_print(), and make it the only function exported from
    the decoder.  To print the value of "length", the old common code used
    UDP payload length for ndo_vflag == 0 and LWAPP transport header payload
    length otherwise; in the new function make it the latter in both cases.
    Ibid., add diagnostics to flag unexpected fragmentation in the transport
    header.  Ibid., use the transport header C bit instead of UDP ports to
    tell control and data frames apart.
    
    Rename lwapp_message_header to lwapp_msgelem_header to match the data it
    represents.  Add a registry of message elements and specify the minimum
    length where possible.  Implement a new function, permitted_msg_elem(),
    to tell whether a message element is valid for a message type.  Fix
    lwapp_control_print() to iterate over message elements rather than
    messages and use the new props to validate and to print control messages
    a bit better.
    
    In lwapp_data_print() remove the mention of AP identity field because
    the function does not actually implement it.  Ibid., do not require the
    transport payload length to be greater or equal to the transport header
    length and do not subtract the latter from the former for the hex dump
    because the former does not include the latter (this recovers the
    overlooked last 6 bytes of the payload in the output); require the
    transport payload end and the UDP payload end to be the same.  With
    these changes made lwapp_data_print() becomes equivalent to just
    print_unknown_data(), so remove the former function.
    
    Since these clean-ups affect most of the code, in the same go reindent
    the entire file in a more sensible way.  Update the tests.

    Changed files

    • netdissect.h
    • print-lwapp.c
    • print-udp.c
    • tests/lwapp-data-v.out
    • tests/lwapp-data.out
  23. Change #244845

    Category tcpdump
    Changed by Francois-Xavier Le Bail <devel.fx.lebailohnoyoudont@orange.fr>
    Changed at Fri 10 Oct 2025 21:54:53
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision b4272b3a6ae4cc492616f3da91704ecd34ac9767

    Comments

    CDP: Print the protocol name before any check

    Changed files

    • print-cdp.c
  24. Change #244855

    Category tcpdump
    Changed by Francois-Xavier Le Bail <devel.fx.lebailohnoyoudont@orange.fr>
    Changed at Fri 10 Oct 2025 21:57:10
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision 13974d20fab711c505817ac3b73fae8e4d826195

    Comments

    DTP: Print the protocol name before any check

    Changed files

    • print-dtp.c
  25. Change #244866

    Category tcpdump
    Changed by Francois-Xavier Le Bail <devel.fx.lebailohnoyoudont@orange.fr>
    Changed at Fri 10 Oct 2025 22:03:01
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision 4ac46144a2f743aee9d4d4d37d6dfaea5ee15241

    Comments

    HSRP: Print the protocol name before any check

    Changed files

    • print-hsrp.c
  26. Change #244872

    Category tcpdump
    Changed by Francois-Xavier Le Bail <devel.fx.lebailohnoyoudont@orange.fr>
    Changed at Fri 10 Oct 2025 22:06:50
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision 5f13dd9cbd6f0a2aebb7907e6e4ed9a513dcc6a4

    Comments

    NTP: Print the protocol name before any check

    Changed files

    • print-ntp.c
  27. Change #244880

    Category tcpdump
    Changed by Francois-Xavier Le Bail <devel.fx.lebailohnoyoudont@orange.fr>
    Changed at Fri 10 Oct 2025 22:08:51
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision 3989102b11d6a47bc86ab2f7adc5146c4a310daf

    Comments

    UDLD: Print the protocol name before any check

    Changed files

    • print-udld.c
  28. Change #244889

    Category tcpdump
    Changed by Francois-Xavier Le Bail <devel.fx.lebailohnoyoudont@orange.fr>
    Changed at Mon 13 Oct 2025 07:35:34
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision efc8f2e3443f1604ff5ca8a7af9cd8a7e2c47441

    Comments

    EGP: Fix printing with -v option
    When -v option is set, print more header fields, not less.
    
    Print the protocol name before any check.
    Use ND_ICHECK_U to check the version.
    s/packet length/length/ in an error message as in other prints.
    Print a comma before the type.

    Changed files

    • CHANGES
    • print-egp.c
  29. Change #244896

    Category tcpdump
    Changed by corubba <corubbaohnoyoudont@gmx.de>
    Changed at Wed 15 Oct 2025 23:52:09
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision 12164ee1a0d84baf0a747cc3f617b42df68b4386

    Comments

    slow: Add OSSP support
    Add basic printing of "Organization Specific Slow Protocol" (OSSP),
    which is standardized in IEEE 802.3 Annex 57B. Since this is used for
    non-standardized protocols and thus carries mostly unknown-structured
    data, most of the packet is still printed verbatim.

    Changed files

    • print-slow.c
    • tests/TESTLIST
    • tests/slow-ossp.out
    • tests/slow-ossp.pcap
  30. Change #244904

    Category tcpdump
    Changed by corubba <corubbaohnoyoudont@gmx.de>
    Changed at Wed 15 Oct 2025 23:52:09
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision 89236fa30e592291c44159d81e5571742a33da86

    Comments

    oui: Add ITU-T

    Changed files

    • oui.c
    • oui.h
    • tests/slow-ossp.out
  31. Change #244912

    Category tcpdump
    Changed by Francois-Xavier Le Bail <devel.fx.lebailohnoyoudont@orange.fr>
    Changed at Thu 16 Oct 2025 20:18:07
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision 266183e28c25d35f46ab32d74c9d4aaf7a62373f

    Comments

    VXLAN: Add a test file using UDP port 8472 (default on Linux)
    It's a copy of vxlan.pcap with updated ports (4789 -> 8472).

    Changed files

    • tests/TESTLIST
    • tests/vxlan_port_8472.out
    • tests/vxlan_port_8472.pcap