Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: the-tcpdump-group/libpcap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: fbertux/libpcap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Nov 17, 2016

  1. Fix compiler_state_t.ai usage when INET6 is not defined

    Fix error:
    
    /
    | ../libpcap-1.8.1/gencode.c: In function 'pcap_compile':
    | ../libpcap-1.8.1/gencode.c:693:8: error: 'compiler_state_t
    | {aka struct _compiler_state}' has no member named 'ai'
    |   cstate.ai = NULL;
    \
    
    Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
    fbertux committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    0870c66 View commit details
    Browse the repository at this point in the history
  2. Add missing compiler_state_t parameter

    Fix error:
    
    /
    |../libpcap-1.8.1/gencode.c: In function 'gen_gateway':
    |../libpcap-1.8.1/gencode.c:4914:13: error: 'cstate' undeclared
    | (first use in this function)
    |    bpf_error(cstate, "direction applied to 'gateway'");
    \
    
    Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
    fbertux committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    9628d22 View commit details
    Browse the repository at this point in the history
Loading