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

Builder libpcap-solaris11-sparc Build #78

Results:

Build successful

SourceStamp:

Projectlibpcap
Repositoryhttps://git.tcpdump.org/libpcap
Branchmaster
Revision90543f385deaa8268520110f3b839fbf2fb64748
Got Revision90543f385deaa8268520110f3b839fbf2fb64748
Changes2 changes

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-libpcap-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. shell './build_matrix.sh' ( 2 hrs, 42 mins, 20 secs )
    1. stdio
    2. config.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/libpcap-solaris11-sparc slave
buildername libpcap-solaris11-sparc Builder
buildnumber 78 Build
codebase Build
got_revision 90543f385deaa8268520110f3b839fbf2fb64748 Git
project libpcap Build
repository https://git.tcpdump.org/libpcap Build
revision 90543f385deaa8268520110f3b839fbf2fb64748 Build
scheduler schedule-libpcap-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/libpcap-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Denis Ovsienko

Timing:

StartSun Nov 23 14:07:52 2025
EndSun Nov 23 16:50:17 2025
Elapsed2 hrs, 42 mins, 25 secs

All Changes:

:

  1. Change #249673

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Sat 22 Nov 2025 21:35:53
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 4fd67803d4bc0a3f9473b782eb6a4ffb1a2a0d23

    Comments

    Condense pure OFFSET_NOT_SET DLTs in init_linktype().
    Use one code block for several DLTs.  Make it clear which of these DLTs
    support "link[N:M]" only and which one DLT only may have to do with the
    "steps of 7" comments.

    Changed files

    • gencode.c
  2. Change #249674

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Sat 22 Nov 2025 21:35:53
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 90543f385deaa8268520110f3b839fbf2fb64748

    Comments

    Add inbound/outbound support for two DSA DLTs.
    In gen_inbound_outbound() add cases for DLT_DSA_TAG_BRCM and
    DLT_DSA_TAG_DSA.  Cover the new code paths with accept and filter
    tests.  For the latter use the existing savefiles.  Annotate the
    contents of dsa.pcap better to make it easier to interpret the results.
    Make the definition of inbound/outbound in pcap-filter(7) a bit more up
    to date.
    
    In my tests the new code handles DLT_DSA_TAG_BRCM correctly for a live
    capture as well.

    Changed files

    • gencode.c
    • pcap-filter.manmisc.in
    • testprogs/TESTrun