Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1 value | created_at stringlengths 19 19 | repo stringlengths 5 112 | repo_url stringlengths 34 141 | action stringclasses 3 values | title stringlengths 1 844 | labels stringlengths 4 721 | body stringlengths 1 261k | index stringclasses 12 values | text_combine stringlengths 96 261k | label stringclasses 2 values | text stringlengths 96 248k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
297,050 | 25,596,090,997 | IssuesEvent | 2022-12-01 16:17:22 | quarkusio/quarkus | https://api.github.com/repos/quarkusio/quarkus | closed | UniAsserter - make it easier to share data between assertions | kind/enhancement area/reactive area/testing | ### Description
Currently, if you want to share some data the only way is to use some "external" holder, e.g.
```java
@RunOnVertxContext
public void testSomething(UniAsserter asserter) {
AtomicReference<Foo> holder = new AtomicReference<>();
asserter.execute(() -> {
Foo f = new Foo();
// do something with Foo
holder.set(f);
}
asserter.assertThat(() -> findAnotherFoo(), f -> assertEquals(f.getName(), holder.get().getName()));
}
```
### Implementation ideas
We could add some method directly to the `UniAsserter` or even consider [Mutiny context passing API](https://smallrye.io/smallrye-mutiny/2.0.0/guides/context-passing/#how-to-access-a-context). | 1.0 | UniAsserter - make it easier to share data between assertions - ### Description
Currently, if you want to share some data the only way is to use some "external" holder, e.g.
```java
@RunOnVertxContext
public void testSomething(UniAsserter asserter) {
AtomicReference<Foo> holder = new AtomicReference<>();
asserter.execute(() -> {
Foo f = new Foo();
// do something with Foo
holder.set(f);
}
asserter.assertThat(() -> findAnotherFoo(), f -> assertEquals(f.getName(), holder.get().getName()));
}
```
### Implementation ideas
We could add some method directly to the `UniAsserter` or even consider [Mutiny context passing API](https://smallrye.io/smallrye-mutiny/2.0.0/guides/context-passing/#how-to-access-a-context). | non_priority | uniasserter make it easier to share data between assertions description currently if you want to share some data the only way is to use some external holder e g java runonvertxcontext public void testsomething uniasserter asserter atomicreference holder new atomicreference asserter execute foo f new foo do something with foo holder set f asserter assertthat findanotherfoo f assertequals f getname holder get getname implementation ideas we could add some method directly to the uniasserter or even consider | 0 |
150,896 | 23,729,774,852 | IssuesEvent | 2022-08-30 23:57:45 | PrefectHQ/prefect | https://api.github.com/repos/PrefectHQ/prefect | closed | Possibly add support for installing a module from a git repo in `Git` storage | enhancement status:stale needs:design | The new `Git` storage class adds support for cloning a full git repo locally, then running a flow contained in that repo. This currently only works for flows stored in files in the repo, not flows stored in some larger module within the repo (the distinction here being whether you import the flow as `from mymodule.submodule import myflow`, or run it as `python some/path/to/flow.py`).
The best way to handle this is probably a post-clone hook, where an arbitrary shell script can be run after the repo is cloned, but before the flow is loaded. This script would be run with the repo root as the working directory. An example script might be as simple as
```python
# install the repo
pip install .
```
but could be used by the user to do arbitrary things as needed. No thoughts on what the kwarg name would be. | 1.0 | Possibly add support for installing a module from a git repo in `Git` storage - The new `Git` storage class adds support for cloning a full git repo locally, then running a flow contained in that repo. This currently only works for flows stored in files in the repo, not flows stored in some larger module within the repo (the distinction here being whether you import the flow as `from mymodule.submodule import myflow`, or run it as `python some/path/to/flow.py`).
The best way to handle this is probably a post-clone hook, where an arbitrary shell script can be run after the repo is cloned, but before the flow is loaded. This script would be run with the repo root as the working directory. An example script might be as simple as
```python
# install the repo
pip install .
```
but could be used by the user to do arbitrary things as needed. No thoughts on what the kwarg name would be. | non_priority | possibly add support for installing a module from a git repo in git storage the new git storage class adds support for cloning a full git repo locally then running a flow contained in that repo this currently only works for flows stored in files in the repo not flows stored in some larger module within the repo the distinction here being whether you import the flow as from mymodule submodule import myflow or run it as python some path to flow py the best way to handle this is probably a post clone hook where an arbitrary shell script can be run after the repo is cloned but before the flow is loaded this script would be run with the repo root as the working directory an example script might be as simple as python install the repo pip install but could be used by the user to do arbitrary things as needed no thoughts on what the kwarg name would be | 0 |
22,796 | 6,300,715,857 | IssuesEvent | 2017-07-21 05:17:14 | WordImpress/Give | https://api.github.com/repos/WordImpress/Give | closed | Improve CSS of Donations List Filters | code improvement UI / UX | ## Issue Overview
Now that we've added some powerful new filters into the donations list screen, they should be better responsively:

## Expected Behavior
The elements break down better on mobile.
## Current Behavior
The items get messy
## Possible Solution
Improve styles | 1.0 | Improve CSS of Donations List Filters - ## Issue Overview
Now that we've added some powerful new filters into the donations list screen, they should be better responsively:

## Expected Behavior
The elements break down better on mobile.
## Current Behavior
The items get messy
## Possible Solution
Improve styles | non_priority | improve css of donations list filters issue overview now that we ve added some powerful new filters into the donations list screen they should be better responsively expected behavior the elements break down better on mobile current behavior the items get messy possible solution improve styles | 0 |
227,163 | 18,052,398,944 | IssuesEvent | 2021-09-20 00:08:57 | logicmoo/logicmoo_workspace | https://api.github.com/repos/logicmoo/logicmoo_workspace | opened | logicmoo.pfc.test.sanity_base.SV_IN_ARG_01E JUnit | Test_9999 logicmoo.pfc.test.sanity_base unit_test SV_IN_ARG_01E Failing | (cd /var/lib/jenkins/workspace/logicmoo_workspace@2/packs_sys/pfc/t/sanity_base ; timeout --foreground --preserve-status -s SIGKILL -k 10s 10s swipl -x /var/lib/jenkins/workspace/logicmoo_workspace@2/bin/lmoo-clif sv_in_arg_01e.pfc)
ISSUE: https://github.com/logicmoo/logicmoo_workspace/issues/
EDIT: https://github.com/logicmoo/logicmoo_workspace/edit/master/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc
JENKINS: https://jenkins.logicmoo.org/job/logicmoo_workspace/lastBuild/testReport/logicmoo.pfc.test.sanity_base/SV_IN_ARG_01E/logicmoo_pfc_test_sanity_base_SV_IN_ARG_01E_JUnit/
PREVIOUS: https://jenkins.logicmoo.org/job/logicmoo_workspace/83/testReport/logicmoo.pfc.test.sanity_base/SV_IN_ARG_01E/logicmoo_pfc_test_sanity_base_SV_IN_ARG_01E_JUnit/
ISSUE_SEARCH: https://github.com/logicmoo/logicmoo_workspace/issues?q=is%3Aissue+label%3ASV_IN_ARG_01E
GITLAB: https://gitlab.logicmoo.org/gitlab/logicmoo/logicmoo_workspace/-/blob/5063a48a24b85b2bce3c975c5486ec917095d69e/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc
GITHUB: https://github.com/logicmoo/logicmoo_workspace/commit/5063a48a24b85b2bce3c975c5486ec917095d69e
```
%~ init_phase(after_load)
%~ init_phase(restore_state)
%
running('/var/lib/jenkins/workspace/logicmoo_workspace@2/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc'),
%~ /var/lib/jenkins/.local/share/swi-prolog/pack/logicmoo_utils/prolog/logicmoo_test_header.pl:93
%~ this_test_might_need( :-( use_module( library(logicmoo_plarkc))))
% :- flag_call(runtime_debug=true).
:- dynamic(someSV_testing/3).
someSV_testing(a,b,1).
someSV_testing(a,b,2).
someSV_testing(a,c,3).
:- mpred_trace_exec.
arity(someSV_testing,3).
/*~
%~ call_mpred_post4 :-
%~ level=86 ,
%~ que=0 ,
%~ assertion_status=unique ,
%~ support_status=none ,
%~ post1 = arity(someSV_testing,3) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = arity(someSV_testing,3) ,
%~ support_fact = mfl4(_486,baseKB,'/var/lib/jenkins/workspace/logicmoo_workspace@2/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc',47) ,
%~ support_trig=ax.
%~ baseKB : mpred_fwc1( arity(someSV_testing,3)).
%~ %~ Found positive trigger: arity(someSV_testing,3)
%~ %~ body: predicateConventionMt(someSV_testing,PredicateConventionMt_SomeSV_testing)*->rhs([ { kb_global( PredicateConventionMt_SomeSV_testing :
%~ %~
%~ %~ someSV_testing/3) }])
%~ %~ Found positive trigger: arity(someSV_testing,3)
%~ %~ body: prologHybrid(someSV_testing)*->rhs([ { kb_shared( someSV_testing/3) }])
%~ %~ Found positive trigger: arity(someSV_testing,3)
%~ %~ body: pfcControlled(someSV_testing)*->rhs([ hybrid_support(someSV_testing,3)])
%~ %~ Found positive trigger: arity(someSV_testing,3)
%~ %~ body: singleValuedInArg(someSV_testing,SingleValuedInArgAX_SingleValuedInArg_SomeSV_testing)*->rhs([ singleValuedInArgAX(someSV_testing,3,SingleValuedInArgAX_SingleValuedInArg_SomeSV_testing)])
~*/
:- cls.
%~ skipped(messy_on_output,cls)
:- listing(someSV_testing/3).
%~ skipped( listing( someSV_testing/3))
singleValuedInArg(someSV_testing,3).
%:- rtrace.
/*~
%~ call_mpred_post4 :-
%~ level=86 ,
%~ que=0 ,
%~ assertion_status=unique ,
%~ support_status=none ,
%~ post1 = singleValuedInArg(someSV_testing,3) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = singleValuedInArg(someSV_testing,3) ,
%~ support_fact = mfl4(_11840,baseKB,'/var/lib/jenkins/workspace/logicmoo_workspace@2/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc',53) ,
%~ support_trig=ax.
%~ baseKB : mpred_fwc1( singleValuedInArg(someSV_testing,3)).
%~ %~ Found positive trigger: singleValuedInArg(someSV_testing,3)
%~ %~ body: rhs([ prologSingleValued(someSV_testing)])
%~ %~ RHS-Post1: prologSingleValued(someSV_testing)
%~ %~ Support: singleValuedInArg(someSV_testing,3),$pt(baseKB,singleValuedInArg(someSV_testing,3),rhs([ prologSingleValued(someSV_testing)]))
%~ call_mpred_post4 :-
%~ level=126 ,
%~ que=0 ,
%~ assertion_status=unique ,
%~ support_status=none ,
%~ post1 = prologSingleValued(someSV_testing) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = prologSingleValued(someSV_testing) ,
%~ support_fact = singleValuedInArg(someSV_testing,3) ,
%~ support_trig = '$pt'(baseKB,singleValuedInArg(someSV_testing,3),rhs([prologSingleValued(someSV_testing)])).
%~ baseKB : mpred_fwc1( prologSingleValued(someSV_testing)).
%~ %~ Found positive trigger: prologSingleValued(someSV_testing)
%~ %~ body: $pt(baseKB,arity(someSV_testing,SingleValuedInArg_Arity_SomeSV_testing),(\+singleValuedInArg(someSV_testing,SingleValuedInArg_SomeSV_testing1)*->rhs(
%~ %~ [ singleValuedInArg(someSV_testing,SingleValuedInArg_Arity_SomeSV_testing)])))
%~ %~ Adding positive
%~ %~ trigger: arity(someSV_testing,Arity_SomeSV_testing)
%~ %~ body: \+singleValuedInArg(someSV_testing,SingleValuedInArg_SomeSV_testing)*->rhs([ singleValuedInArg(someSV_testing,SingleValuedInArg_SomeSV_testing1)])
%~ %~ Support: prologSingleValued(someSV_testing),$pt(baseKB,prologSingleValued(someSV_testing),$pt(baseKB,arity(someSV_testing,SingleValuedInArg_Arity_SomeSV_testing),(\+singleValuedInArg(someSV_testing,SingleValuedInArg_SomeSV_testing1)*->rhs(
%~ %~ [ singleValuedInArg(someSV_testing,SingleValuedInArg_Arity_SomeSV_testing)]))))
%~ %~ Found positive trigger: prologSingleValued(someSV_testing)
%~ %~ body: rhs([ tRelation(someSV_testing)])
%~ %~ RHS-Post1: tRelation(someSV_testing)
%~ %~ Support: prologSingleValued(someSV_testing),$pt(baseKB,prologSingleValued(someSV_testing),rhs([ tRelation(someSV_testing)]))
%~ call_mpred_post4 :-
%~ level=166 ,
%~ que=0 ,
%~ assertion_status=unique ,
%~ support_status=none ,
%~ post1 = tRelation(someSV_testing) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = tRelation(someSV_testing) ,
%~ support_fact = prologSingleValued(someSV_testing) ,
%~ support_trig = '$pt'(baseKB,prologSingleValued(someSV_testing),rhs([tRelation(someSV_testing)])).
%~ baseKB : mpred_fwc1( tRelation(someSV_testing)).
%~ %~ Found positive trigger: tRelation(someSV_testing)
%~ %~ body: $nt(tFunction(someSV_testing),call_u_no_bc(tFunction(someSV_testing)),rhs([ tPred(someSV_testing)]))
%~ %~ Adding negative
%~ %~ trigger: tFunction(someSV_testing)
%~ %~ test: call_u_no_bc(tFunction(someSV_testing))
%~ %~ body: rhs([ tPred(someSV_testing)])
%~ %~ Support: tRelation(someSV_testing),$pt(baseKB,tRelation(someSV_testing),$nt(tFunction(someSV_testing),call_u_no_bc(tFunction(someSV_testing)),rhs(
%~ %~ [ tPred(someSV_testing)])))
%~ %~ RHS-Post1: tPred(someSV_testing)
%~ %~ Support: \+tFunction(someSV_testing),$nt(tFunction(someSV_testing),call_u_no_bc(tFunction(someSV_testing)),rhs([ tPred(someSV_testing)]))
%~ call_mpred_post4 :-
%~ level=211 ,
%~ que=0 ,
%~ assertion_status=unique ,
%~ support_status=none ,
%~ post1 = tPred(someSV_testing) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = tPred(someSV_testing) ,
%~ support_fact = \+( tFunction(someSV_testing)) ,
%~ support_trig = '$nt'( tFunction(someSV_testing),
%~ call_u_no_bc( tFunction(someSV_testing)),
%~ rhs([tPred(someSV_testing)])).
%~ %~ Adding NEG mpred_do_fcnt via support
%~ %~ trigger: tFunction(someSV_testing)
%~ %~ cond: call_u_no_bc(tFunction(someSV_testing))
%~ %~ action: rhs([ tPred(someSV_testing)])
%~ %~ from: mpred_add_support_fast(tPred(someSV_testing),(\+tFunction(someSV_testing),$nt(tFunction(someSV_testing),call_u_no_bc(tFunction(someSV_testing)),rhs(
%~ %~ [ tPred(someSV_testing)]))))
%~ baseKB : mpred_fwc1( tPred(someSV_testing)).
%~ %~ Found positive trigger: tPred(someSV_testing)
%~ %~ body: rhs([ tRelation(someSV_testing)])
%~ %~ RHS-Post1: tRelation(someSV_testing)
%~ %~ Support: tPred(someSV_testing),$pt(baseKB,tPred(someSV_testing),rhs([ tRelation(someSV_testing)]))
%~ call_mpred_post4 :-
%~ level=251 ,
%~ que=0 ,
%~ assertion_status=identical ,
%~ support_status = simular( ( prologSingleValued(someSV_testing) ,
%~ '$pt'(baseKB,prologSingleValued(someSV_testing),rhs([tRelation(someSV_testing)])))) ,
%~ post1 = tRelation(someSV_testing) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = tRelation(someSV_testing) ,
%~ support_fact = tPred(someSV_testing) ,
%~ support_trig = '$pt'(baseKB,tPred(someSV_testing),rhs([tRelation(someSV_testing)])).
%~ %~ Found positive trigger: tPred(someSV_testing)
%~ %~ body: arity(someSV_testing,2)*->rhs([ rtBinaryPredicate(someSV_testing)])
%~ %~ Found positive trigger: prologSingleValued(someSV_testing)
%~ %~ body: rhs([ \+( prologMultiValued(someSV_testing))])
%~ %~ RHS-Withdrawing-Neg: prologMultiValued(someSV_testing)
%~ %~ Support: prologSingleValued(someSV_testing),$pt(baseKB,prologSingleValued(someSV_testing),rhs([ \+( prologMultiValued(someSV_testing))]))
%~ %~ Found positive trigger: singleValuedInArg(someSV_testing,3)
%~ %~ body: arity(someSV_testing,Arity_SomeSV_testing)*->rhs([ singleValuedInArgAX(someSV_testing,Arity_SomeSV_testing,3)])
%~ %~ RHS-Post1: singleValuedInArgAX(someSV_testing,3,3)
%~ %~ Support: singleValuedInArg(someSV_testing,3),$pt(baseKB,singleValuedInArg(someSV_testing,3),(arity(someSV_testing,3)*->rhs([ singleValuedInArgAX(someSV_testing,3,3)])))
%~ call_mpred_post4 :-
%~ level=128 ,
%~ que=0 ,
%~ assertion_status=unique ,
%~ support_status=none ,
%~ post1 = singleValuedInArgAX(someSV_testing,3,3) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = singleValuedInArgAX(someSV_testing,3,3) ,
%~ support_fact = singleValuedInArg(someSV_testing,3) ,
%~ support_trig = '$pt'( baseKB,
%~ singleValuedInArg(someSV_testing,3),
%~ arity(someSV_testing,3)*->rhs([singleValuedInArgAX(someSV_testing,3,3)])).
%~ baseKB : mpred_fwc1( singleValuedInArgAX(someSV_testing,3,3)).
%~ %~ Found positive trigger: singleValuedInArgAX(someSV_testing,3,3)
%~ %~ body: functor(SomeSV_testing,someSV_testing,3),arg(3,SomeSV_testing,Dif_Arg_Missing),replace_arg(SomeSV_testing,3,Replace_arg,Ground_Arg)*->rhs(
%~ %~ [ ( ( SomeSV_testing ,
%~ %~ { Dif_Arg_Missing\=isMissing,
%~ %~ call( dif : dif(Replace_arg,Dif_Arg_Missing)),
%~ %~ call_u(Ground_Arg),
%~ %~ ground(Ground_Arg) } ,
%~ %~ Ground_Arg) ==>
%~ %~ \+Ground_Arg,SomeSV_testing)])
%~ %~ RHS-Post1: someSV_testing(SomeSV_testing1,SomeSV_testing,Dif_Testing_Missing),{Dif_Testing_Missing\=isMissing,call(dif:dif(Testing_Dif,Dif_Testing_Missing)),call_u(someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif)),ground(someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif))},someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif)==> \+someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif),someSV_testing(SomeSV_testing1,SomeSV_testing,Dif_Testing_Missing)
%~ %~ Support: singleValuedInArgAX(someSV_testing,3,3),$pt(baseKB,singleValuedInArgAX(someSV_testing,3,3),(functor(someSV_testing(SomeSV_testing1,SomeSV_testing,Dif_Arg_Missing_SomeSV_testing2),someSV_testing,3),arg(3,someSV_testing(SomeSV_testing1,SomeSV_testing,Dif_Arg_Missing_SomeSV_testing2),Dif_Arg_Missing_SomeSV_testing2),replace_arg(someSV_testing(SomeSV_testing1,SomeSV_testing,Dif_Arg_Missing_SomeSV_testing2),3,Testing_Dif,someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif))*->rhs(
%~ %~ [ ( ( someSV_testing(SomeSV_testing1,SomeSV_testing,Dif_Arg_Missing_SomeSV_testing2) ,
%~ %~ { Dif_Arg_Missing_SomeSV_testing2\=isMissing,
%~ %~ call( dif : dif(Testing_Dif,Dif_Arg_Missing_SomeSV_testing2)),
%~ %~ call_u( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif)),
%~ %~ ground( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif)) } ,
%~ %~ someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif)) ==>
%~ %~ ( \+( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif)) ,
%~ %~ someSV_testing(SomeSV_testing1,SomeSV_testing,Dif_Arg_Missing_SomeSV_testing2)))])))
%~ call_mpred_post4 :-
%~ level=170 ,
%~ que=0 ,
%~ assertion_status=unique ,
%~ support_status=none ,
%~ post1 = ( ( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing) ,
%~ { Missing\=isMissing,
%~ call( dif : dif(Dif,Dif1)),
%~ call_u( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing)),
%~ ground( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing)) } ,
%~ someSV_testing(_1840,_1842,_1730)) ==>
%~ \+someSV_testing(_1840,_1842,_1730),someSV_testing(_1840,_1842,_1722)) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = ( ( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing) ,
%~ { Missing\=isMissing,
%~ call( dif : dif(Dif,Dif1)),
%~ call_u( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing)),
%~ ground( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing)) } ,
%~ someSV_testing(_1840,_1842,_1730)) ==>
%~ \+someSV_testing(_1840,_1842,_1730),someSV_testing(_1840,_1842,_1722)) ,
%~ support_fact = singleValuedInArgAX(someSV_testing,3,3) ,
%~ support_trig = '$pt'( baseKB,
%~ singleValuedInArgAX(someSV_testing,3,3),
%~ ( ( functor(someSV_testing(SomeSV_testing1,SomeSV_testing,Testing),someSV_testing,3) ,
%~ arg(3,someSV_testing(_1840,_1842,_1722),_1722) ,
%~ replace_arg(someSV_testing(_1840,_1842,_1722),3,_1730,someSV_testing(_1840,_1842,_1730))) *->
%~ rhs([(someSV_testing(_1840,_1842,_1722),{_1722\=isMissing,call(dif:dif(_1730,_1722)),call_u(someSV_testing(_1840,_1842,_1730)),ground(someSV_testing(_1840,_1842,_1730))},someSV_testing(_1840,_1842,_1730)==> \+someSV_testing(_1840,_1842,_1730),someSV_testing(_1840,_1842,_1722))]))).
%~ baseKB : mpred_fwc1( ( ( someSV_testing(SomeSV_testing1,SomeSV_testing,Dif_Testing_Missing) ,
%~ { Dif_Testing_Missing\=isMissing,
%~ call( dif : dif(Testing_Dif,Dif_Testing_Missing)),
%~ call_u( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif)),
%~ ground( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif)) } ,
%~ someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif)) ==>
%~ ( \+( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif)) ,
%~ someSV_testing(SomeSV_testing1,SomeSV_testing,Dif_Testing_Missing)))).
%~ call_mpred_post4 :-
%~ level=228 ,
%~ que=0 ,
%~ assertion_status=unique ,
%~ support_status=none ,
%~ post1 = mpred_prop(baseKB,someSV_testing,3,pfcRHS) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = mpred_prop(baseKB,someSV_testing,3,pfcRHS) ,
%~ support_fact = mfl4(_13012,baseKB,'/var/lib/jenkins/workspace/logicmoo_workspace@2/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc',53) ,
%~ support_trig=ax.
%~ baseKB : mpred_fwc1( mpred_prop(baseKB,someSV_testing,3,pfcRHS)).
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,pfcRHS)
%~ %~ body: \+ground((someSV_testing/3))*->rhs([ { trace_or_throw( mpred_prop(baseKB,someSV_testing,3,pfcRHS)) }])
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,pfcRHS)
%~ %~ body: rhs([ mpred_prop(baseKB,someSV_testing,3,pfcCreates)])
%~ %~ RHS-Post1: mpred_prop(baseKB,someSV_testing,3,pfcCreates)
%~ %~ Support: mpred_prop(baseKB,someSV_testing,3,pfcRHS),$pt(baseKB,mpred_prop(baseKB,someSV_testing,3,pfcRHS),rhs([ mpred_prop(baseKB,someSV_testing,3,pfcCreates)]))
%~ call_mpred_post4 :-
%~ level=268 ,
%~ que=0 ,
%~ assertion_status=unique ,
%~ support_status=none ,
%~ post1 = mpred_prop(baseKB,someSV_testing,3,pfcCreates) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = mpred_prop(baseKB,someSV_testing,3,pfcCreates) ,
%~ support_fact = mpred_prop(baseKB,someSV_testing,3,pfcRHS) ,
%~ support_trig = '$pt'( baseKB,
%~ mpred_prop(baseKB,someSV_testing,3,pfcRHS),
%~ rhs([mpred_prop(baseKB,someSV_testing,3,pfcCreates)])).
%~ baseKB : mpred_fwc1( mpred_prop(baseKB,someSV_testing,3,pfcCreates)).
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,pfcCreates)
%~ %~ body: \+ground((someSV_testing/3))*->rhs([ { trace_or_throw( mpred_prop(baseKB,someSV_testing,3,pfcCreates)) }])
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,pfcCreates)
%~ %~ body: rhs([ { baseKB : warn_if_static(someSV_testing,3) },
%~ %~ { kb_shared( baseKB : someSV_testing/3) }])
%~ call_mpred_post4 :-
%~ level=380 ,
%~ que=0 ,
%~ assertion_status=unique ,
%~ support_status=none ,
%~ post1 = mpred_prop(baseKB,someSV_testing,3,kb_shared) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = mpred_prop(baseKB,someSV_testing,3,kb_shared) ,
%~ support_fact = ( mfl4(_482,baseKB,'/var/lib/jenkins/workspace/logicmoo_workspace@2/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc',53) ,
%~ ax) ,
%~ support_trig = mfl4(_1008,baseKB,'/var/lib/jenkins/workspace/logicmoo_workspace@2/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc',53).
%~ baseKB : mpred_fwc1( mpred_prop(baseKB,someSV_testing,3,kb_shared)).
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,kb_shared)
%~ %~ body: $pt(baseKB,genlMt(Call_BaseKB,baseKB),(Call_BaseKB\=baseKB*->rhs([ { nop( dmsg_pretty( Call_BaseKB :
%~ %~
%~ %~ call(kb_shared,Call_BaseKB:someSV_testing/3))),
%~ %~ show_failure( on_x_fail( Call_BaseKB :
%~ %~
%~ %~ call(kb_shared,Call_BaseKB:someSV_testing/3))) }])))
%~ %~ Adding positive
%~ %~ trigger: genlMt(BaseKB,baseKB)
%~ %~ body: Call_BaseKB\=baseKB*->rhs([ { nop( dmsg_pretty( Call_BaseKB :
%~ %~
%~ %~ call(kb_shared,Call_BaseKB:someSV_testing/3))),
%~ %~ show_failure( on_x_fail( Call_BaseKB :
%~ %~
%~ %~ call(kb_shared,Call_BaseKB:someSV_testing/3))) }])
%~ %~ Support: mpred_prop(baseKB,someSV_testing,3,kb_shared),$pt(baseKB,mpred_prop(baseKB,someSV_testing,3,kb_shared),$pt(baseKB,genlMt(Call_BaseKB,baseKB),(Call_BaseKB\=baseKB*->rhs(
%~ %~ [ { nop( dmsg_pretty( Call_BaseKB :
%~ %~
%~ %~ call(kb_shared,Call_BaseKB:someSV_testing/3))),
%~ %~ show_failure( on_x_fail( Call_BaseKB :
%~ %~
%~ %~ call(kb_shared,Call_BaseKB:someSV_testing/3))) }]))))
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,kb_shared)
%~ %~ body: \+ground((someSV_testing/3))*->rhs([ { trace_or_throw( mpred_prop(baseKB,someSV_testing,3,kb_shared)) }])
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,kb_shared)
%~ %~ body: genlPreds(kb_shared,Prop_GenlPreds_Kb_shared)*->rhs([ mpred_prop(baseKB,someSV_testing,3,Prop_GenlPreds_Kb_shared)])
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,pfcCreates)
%~ %~ body: genlPreds(pfcCreates,Prop_GenlPreds_PfcCreates)*->rhs([ mpred_prop(baseKB,someSV_testing,3,Prop_GenlPreds_PfcCreates)])
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,pfcRHS)
%~ %~ body: genlPreds(pfcRHS,Prop_GenlPreds_PfcRHS)*->rhs([ mpred_prop(baseKB,someSV_testing,3,Prop_GenlPreds_PfcRHS)])
%~ %~ RHS-Post1: mpred_prop(baseKB,someSV_testing,3,pfcControlled)
%~ %~ Support: mpred_prop(baseKB,someSV_testing,3,pfcRHS),$pt(baseKB,mpred_prop(baseKB,someSV_testing,3,pfcRHS),(genlPreds(pfcRHS,pfcControlled)*->rhs(
%~ %~ [ mpred_prop(baseKB,someSV_testing,3,pfcControlled)])))
%~ call_mpred_post4 :-
%~ level=270 ,
%~ que=0 ,
%~ assertion_status=unique ,
%~ support_status=none ,
%~ post1 = mpred_prop(baseKB,someSV_testing,3,pfcControlled) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = mpred_prop(baseKB,someSV_testing,3,pfcControlled) ,
%~ support_fact = mpred_prop(baseKB,someSV_testing,3,pfcRHS) ,
%~ support_trig = '$pt'( baseKB,
%~ mpred_prop(baseKB,someSV_testing,3,pfcRHS),
%~ ( genlPreds(pfcRHS,pfcControlled) *->
%~ rhs([mpred_prop(baseKB,someSV_testing,3,pfcControlled)]))).
%~ baseKB : mpred_fwc1( mpred_prop(baseKB,someSV_testing,3,pfcControlled)).
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,pfcControlled)
%~ %~ body: \+ground((someSV_testing/3))*->rhs([ { trace_or_throw( mpred_prop(baseKB,someSV_testing,3,pfcControlled)) }])
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,pfcControlled)
%~ %~ body: rhs([ { kb_shared( baseKB : someSV_testing/3) }])
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,pfcControlled)
%~ %~ body: genlPreds(pfcControlled,Prop_GenlPreds_PfcControlled)*->rhs([ mpred_prop(baseKB,someSV_testing,3,Prop_GenlPreds_PfcControlled)])
%~ %~ RHS-Post1: mpred_prop(baseKB,someSV_testing,3,prologHybrid)
%~ %~ Support: mpred_prop(baseKB,someSV_testing,3,pfcControlled),$pt(baseKB,mpred_prop(baseKB,someSV_testing,3,pfcControlled),(genlPreds(pfcControlled,prologHybrid)*->rhs(
%~ %~ [ mpred_prop(baseKB,someSV_testing,3,prologHybrid)])))
%~ call_mpred_post4 :-
%~ level=312 ,
%~ que=0 ,
%~ assertion_status=unique ,
%~ support_status=none ,
%~ post1 = mpred_prop(baseKB,someSV_testing,3,prologHybrid) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = mpred_prop(baseKB,someSV_testing,3,prologHybrid) ,
%~ support_fact = mpred_prop(baseKB,someSV_testing,3,pfcControlled) ,
%~ support_trig = '$pt'( baseKB,
%~ mpred_prop(baseKB,someSV_testing,3,pfcControlled),
%~ ( genlPreds(pfcControlled,prologHybrid) *->
%~ rhs([mpred_prop(baseKB,someSV_testing,3,prologHybrid)]))).
%~ baseKB : mpred_fwc1( mpred_prop(baseKB,someSV_testing,3,prologHybrid)).
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,prologHybrid)
%~ %~ body: \+ground((someSV_testing/3))*->rhs([ { trace_or_throw( mpred_prop(baseKB,someSV_testing,3,prologHybrid)) }])
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,prologHybrid)
%~ %~ body: genlPreds(prologHybrid,Prop_GenlPreds_PrologHybrid)*->rhs([ mpred_prop(baseKB,someSV_testing,3,Prop_GenlPreds_PrologHybrid)])
%~ %~ RHS-Post1: mpred_prop(baseKB,someSV_testing,3,prologHybrid)
%~ %~ Support: mpred_prop(baseKB,someSV_testing,3,pfcRHS),$pt(baseKB,mpred_prop(baseKB,someSV_testing,3,pfcRHS),(genlPreds(pfcRHS,prologHybrid)*->rhs(
%~ %~ [ mpred_prop(baseKB,someSV_testing,3,prologHybrid)])))
%~ call_mpred_post4 :-
%~ level=270 ,
%~ que=0 ,
%~ assertion_status=identical ,
%~ support_status = simular( ( mpred_prop(baseKB,someSV_testing,3,pfcControlled) ,
%~ '$pt'( baseKB,
%~ mpred_prop(baseKB,someSV_testing,3,pfcControlled),
%~ genlPreds(pfcControlled,prologHybrid)*->rhs([mpred_prop(baseKB,someSV_testing,3,prologHybrid)])))) ,
%~ post1 = mpred_prop(baseKB,someSV_testing,3,prologHybrid) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = mpred_prop(baseKB,someSV_testing,3,prologHybrid) ,
%~ support_fact = mpred_prop(baseKB,someSV_testing,3,pfcRHS) ,
%~ support_trig = '$pt'( baseKB,
%~ mpred_prop(baseKB,someSV_testing,3,pfcRHS),
%~ genlPreds(pfcRHS,prologHybrid)*->rhs([mpred_prop(baseKB,someSV_testing,3,prologHybrid)])).
%~ call_mpred_post4 :-
%~ level=225 ,
%~ que=0 ,
%~ assertion_status=unique ,
%~ support_status=none ,
%~ post1 = mpred_prop(baseKB,someSV_testing,3,pfcLHS) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = mpred_prop(baseKB,someSV_testing,3,pfcLHS) ,
%~ support_fact = ( ( ( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing) ,
%~ { Missing\=isMissing,
%~ call( dif : dif(Dif,Dif1)),
%~ call_u( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing)),
%~ ground( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing)) } ,
%~ someSV_testing(_4492,_4494,_4538)) ==>
%~ \+someSV_testing(_4492,_4494,_4538),someSV_testing(_4492,_4494,_4496)) ,
%~ mfl4(_4608,baseKB,'/var/lib/jenkins/workspace/logicmoo_workspace@2/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc',53)) ,
%~ support_trig=ax.
%~ baseKB : mpred_fwc1( mpred_prop(baseKB,someSV_testing,3,pfcLHS)).
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,pfcLHS)
%~ %~ body: \+ground((someSV_testing/3))*->rhs([ { trace_or_throw( mpred_prop(baseKB,someSV_testing,3,pfcLHS)) }])
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,pfcLHS)
%~ %~ body: rhs([ arity(someSV_testing,3),
%~ %~ functorIsMacro(someSV_testing),
%~ %~ mpred_prop(baseKB,someSV_testing,3,pfcWatches)])
%~ %~ RHS-Post1: arity(someSV_testing,3)
%~ %~ Support: mpred_prop(baseKB,someSV_testing,3,pfcLHS),$pt(baseKB,mpred_prop(baseKB,someSV_testing,3,pfcLHS),rhs([ arity(someSV_testing,3),
%~ %~ functorIsMacro(someSV_testing),
%~ %~ mpred_prop(baseKB,someSV_testing,3,pfcWatches)]))
%~ call_mpred_post4 :-
%~ level=265 ,
%~ que=0 ,
%~ assertion_status=identical ,
%~ support_status = simular( ( mfl4(BaseKB,baseKB,'/var/lib/jenkins/workspace/logicmoo_workspace@2/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc',47) ,
%~ ax)) ,
%~ post1 = arity(someSV_testing,3) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = arity(someSV_testing,3) ,
%~ support_fact = mpred_prop(baseKB,someSV_testing,3,pfcLHS) ,
%~ support_trig = '$pt'( baseKB,
%~ mpred_prop(baseKB,someSV_testing,3,pfcLHS),
%~ rhs( [ arity(someSV_testing,3),
%~ functorIsMacro(someSV_testing),
%~ mpred_prop(baseKB,someSV_testing,3,pfcWatches)])).
%~ %~ RHS-Post1: functorIsMacro(someSV_testing)
%~ %~ Support: mpred_prop(baseKB,someSV_testing,3,pfcLHS),$pt(baseKB,mpred_prop(baseKB,someSV_testing,3,pfcLHS),rhs([ arity(someSV_testing,3),
%~ %~ functorIsMacro(someSV_testing),
%~ %~ mpred_prop(baseKB,someSV_testing,3,pfcWatches)]))
%~ call_mpred_post4 :-
%~ level=266 ,
%~ que=0 ,
%~ assertion_status=unique ,
%~ support_status=none ,
%~ post1 = functorIsMacro(someSV_testing) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = functorIsMacro(someSV_testing) ,
%~ support_fact = mpred_prop(baseKB,someSV_testing,3,pfcLHS) ,
%~ support_trig = '$pt'( baseKB,
%~ mpred_prop(baseKB,someSV_testing,3,pfcLHS),
%~ rhs( [ arity(someSV_testing,3),
%~ functorIsMacro(someSV_testing),
%~ mpred_prop(baseKB,someSV_testing,3,pfcWatches)])).
%~ baseKB : mpred_fwc1( functorIsMacro(someSV_testing)).
%~ %~ RHS-Post1: mpred_prop(baseKB,someSV_testing,3,pfcWatches)
%~ %~ Support: mpred_prop(baseKB,someSV_testing,3,pfcLHS),$pt(baseKB,mpred_prop(baseKB,someSV_testing,3,pfcLHS),rhs([ arity(someSV_testing,3),
%~ %~ functorIsMacro(someSV_testing),
%~ %~ mpred_prop(baseKB,someSV_testing,3,pfcWatches)]))
%~ call_mpred_post4 :-
%~ level=267 ,
%~ que=0 ,
%~ assertion_status=unique ,
%~ support_status=none ,
%~ post1 = mpred_prop(baseKB,someSV_testing,3,pfcWatches) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = mpred_prop(baseKB,someSV_testing,3,pfcWatches) ,
%~ support_fact = mpred_prop(baseKB,someSV_testing,3,pfcLHS) ,
%~ support_trig = '$pt'( baseKB,
%~ mpred_prop(baseKB,someSV_testing,3,pfcLHS),
%~ rhs( [ arity(someSV_testing,3),
%~ functorIsMacro(someSV_testing),
%~ mpred_prop(baseKB,someSV_testing,3,pfcWatches)])).
%~ baseKB : mpred_fwc1( mpred_prop(baseKB,someSV_testing,3,pfcWatches)).
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,pfcWatches)
%~ %~ body: \+ground((someSV_testing/3))*->rhs([ { trace_or_throw( mpred_prop(baseKB,someSV_testing,3,pfcWatches)) }])
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,pfcWatches)
%~ %~ body: rhs([ { kb_shared( baseKB : someSV_testing/3) }])
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,pfcWatches)
%~ %~ body: genlPreds(pfcWatches,Prop_GenlPreds_PfcWatches)*->rhs([ mpred_prop(baseKB,someSV_testing,3,Prop_GenlPreds_PfcWatches)])
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,pfcLHS)
%~ %~ body: genlPreds(pfcLHS,Prop_GenlPreds_PfcLHS)*->rhs([ mpred_prop(baseKB,someSV_testing,3,Prop_GenlPreds_PfcLHS)])
%~ %~ Adding positive
%~ %~ trigger: someSV_testing(SomeSV_testing1,SomeSV_testing,Testing)
%~ %~ body: Testing_Dif_Missing\=isMissing,call(dif:dif(Testing_Dif,Testing_Dif_Missing)),call_u(someSV_testing(SomeSV_testing3,SomeSV_testing,Testing_Dif)),ground(someSV_testing(SomeSV_testing3,SomeSV_testing,Testing_Dif))*-> $pt(baseKB,someSV_testing(SomeSV_testing3,SomeSV_testing,Testing_Dif),rhs(
%~ %~ [ \+( someSV_testing(SomeSV_testing3,SomeSV_testing,Testing_Dif)),
%~ %~ someSV_testing(SomeSV_testing3,SomeSV_testing,Testing_Dif_Missing)]))
%~ %~ Support: (someSV_testing(SomeSV_testing1,SomeSV_testing,Dif_Testing_Missing),{Dif_Testing_Missing\=isMissing,call(dif:dif(Testing_Dif,Dif_Testing_Missing)),call_u(someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif)),ground(someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif))},someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif)==> \+someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif),someSV_testing(SomeSV_testing1,SomeSV_testing,Dif_Testing_Missing)),mfl4(BaseKB,baseKB,'* https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/blob/master@2/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc#L53 ',53)
%~ call_mpred_post4 :-
%~ level=231 ,
%~ que=0 ,
%~ assertion_status=unique ,
%~ support_status=none ,
%~ post1 = mpred_prop(baseKB,someSV_testing,3,pfcPosTrigger) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = mpred_prop(baseKB,someSV_testing,3,pfcPosTrigger) ,
%~ support_fact = ( ( ( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing) ,
%~ { Missing\=isMissing,
%~ call( dif : dif(Dif,Dif1)),
%~ call_u( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing)),
%~ ground( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing)) } ,
%~ someSV_testing(_2998,_3000,_3044)) ==>
%~ \+someSV_testing(_2998,_3000,_3044),someSV_testing(_2998,_3000,_3002)) ,
%~ mfl4(_2974,baseKB,'/var/lib/jenkins/workspace/logicmoo_workspace@2/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc',53)) ,
%~ support_trig=ax.
%~ baseKB : mpred_fwc1( mpred_prop(baseKB,someSV_testing,3,pfcPosTrigger)).
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,pfcPosTrigger)
%~ %~ body: \+ground((someSV_testing/3))*->rhs([ { trace_or_throw( mpred_prop(baseKB,someSV_testing,3,pfcPosTrigger)) }])
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,pfcPosTrigger)
%~ %~ body: rhs([ mpred_prop(baseKB,someSV_testing,3,pfcWatches)])
%~ %~ RHS-Post1: mpred_prop(baseKB,someSV_testing,3,pfcWatches)
%~ %~ Support: mpred_prop(baseKB,someSV_testing,3,pfcPosTrigger),$pt(baseKB,mpred_prop(baseKB,someSV_testing,3,pfcPosTrigger),rhs([ mpred_prop(baseKB,someSV_testing,3,pfcWatches)]))
%~ call_mpred_post4 :-
%~ level=271 ,
%~ que=0 ,
%~ assertion_status=identical ,
%~ support_status = simular( ( mpred_prop(baseKB,someSV_testing,3,pfcLHS) ,
%~ '$pt'( baseKB,
%~ mpred_prop(baseKB,someSV_testing,3,pfcLHS),
%~ rhs( [ arity(someSV_testing,3),
%~ functorIsMacro(someSV_testing),
%~ mpred_prop(baseKB,someSV_testing,3,pfcWatches)])))) ,
%~ post1 = mpred_prop(baseKB,someSV_testing,3,pfcWatches) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = mpred_prop(baseKB,someSV_testing,3,pfcWatches) ,
%~ support_fact = mpred_prop(baseKB,someSV_testing,3,pfcPosTrigger) ,
%~ support_trig = '$pt'( baseKB,
%~ mpred_prop(baseKB,someSV_testing,3,pfcPosTrigger),
%~ rhs([mpred_prop(baseKB,someSV_testing,3,pfcWatches)])).
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,pfcPosTrigger)
%~ %~ body: genlPreds(pfcPosTrigger,Prop_GenlPreds_PfcPosTrigger)*->rhs([ mpred_prop(baseKB,someSV_testing,3,Prop_GenlPreds_PfcPosTrigger)])
%~ %~ Adding positive
%~ %~ trigger: someSV_testing(a,b,2)
%~ %~ body: rhs([ \+( someSV_testing(a,b,2)),
%~ %~ someSV_testing(a,b,1)])
%~ %~ Support: someSV_testing(a,b,1),$pt(baseKB,someSV_testing(SomeSV_testing1,SomeSV_testing,Dif_Testing_Missing),(Dif_Testing_Missing\=isMissing,call(dif:dif(Testing_Dif,Dif_Testing_Missing)),call_u(someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif)),ground(someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif))*-> $pt(baseKB,someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif),rhs(
%~ %~ [ \+( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif)),
%~ %~ someSV_testing(SomeSV_testing1,SomeSV_testing,Dif_Testing_Missing)]))))
%~ %~ RHS-Withdrawing-Neg: someSV_testing(a,b,2)
%~ %~ Support: someSV_testing(a,b,2),$pt(baseKB,someSV_testing(a,b,2),rhs([ \+( someSV_testing(a,b,2)),
%~ %~ someSV_testing(a,b,1)]))
%~ %~ Removing support: mfl4(BaseKB,baseKB,'* https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/blob/master@2/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc#L42 ',42),ax
%~ %~ Which was for: someSV_testing(a,b,2)
%~ %~ RHS-Post1: someSV_testing(a,b,1)
%~ %~ Support: someSV_testing(a,b,2),$pt(baseKB,someSV_testing(a,b,2),rhs([ \+( someSV_testing(a,b,2)),
%~ %~ someSV_testing(a,b,1)]))
%~ call_mpred_post4 :-
%~ level=228 ,
%~ que=0 ,
%~ assertion_status=identical ,
%~ support_status = simular( ( mfl4(BaseKB,baseKB,'/var/lib/jenkins/workspace/logicmoo_workspace@2/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc',41) ,
%~ ax)) ,
%~ post1 = someSV_testing(a,b,1) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = someSV_testing(a,b,1) ,
%~ support_fact = someSV_testing(a,b,2) ,
%~ support_trig = '$pt'( baseKB,
%~ someSV_testing(a,b,2),
%~ rhs( [ \+( someSV_testing(a,b,2)),
%~ someSV_testing(a,b,1)])).
%~ %~ Adding positive
%~ %~ trigger: someSV_testing(a,b,1)
%~ %~ body: rhs([ \+( someSV_testing(a,b,1)),
%~ %~ someSV_testing(a,b,2)])
%~ %~ Support: someSV_testing(a,b,2),$pt(baseKB,someSV_testing(SomeSV_testing1,SomeSV_testing,Dif_Testing_Missing),(Dif_Testing_Missing\=isMissing,call(dif:dif(Testing_Dif,Dif_Testing_Missing)),call_u(someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif)),ground(someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif))*-> $pt(baseKB,someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif),rhs(
%~ %~ [ \+( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif)),
%~ %~ someSV_testing(SomeSV_testing1,SomeSV_testing,Dif_Testing_Missing)]))))
%~ %~ RHS-Withdrawing-Neg: someSV_testing(a,b,1)
%~ %~ Support: someSV_testing(a,b,1),$pt(baseKB,someSV_testing(a,b,1),rhs([ \+( someSV_testing(a,b,1)),
%~ %~ someSV_testing(a,b,2)]))
%~ %~ Removing support: mfl4(BaseKB,baseKB,'* https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/blob/master@2/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc#L41 ',41),ax
%~ %~ Which was for: someSV_testing(a,b,1)
%~ success( mpred_undo1_pt_unfwc_2,
%~ baseKB : retract_u( '$pt'(baseKB,someSV_testing(a,b,2),rhs([\+someSV_testing(a,b,2),someSV_testing(a,b,1)])))).
%~ %~ RHS-Post1: someSV_testing(a,b,2)
%~ %~ Support: someSV_testing(a,b,1),$pt(baseKB,someSV_testing(a,b,1),rhs([ \+( someSV_testing(a,b,1)),
%~ %~ someSV_testing(a,b,2)]))
%~ call_mpred_post4 :-
%~ level=228 ,
%~ que=0 ,
%~ assertion_status=unique ,
%~ support_status=none ,
%~ post1 = someSV_testing(a,b,2) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = someSV_testing(a,b,2) ,
%~ support_fact = someSV_testing(a,b,1) ,
%~ support_trig = '$pt'( baseKB,
%~ someSV_testing(a,b,1),
%~ rhs( [ \+( someSV_testing(a,b,1)),
%~ someSV_testing(a,b,2)])).
%~ baseKB : mpred_fwc1( someSV_testing(a,b,2)).
%~ %~ Found positive trigger: someSV_testing(a,b,2)
%~ %~ body: 2\=isMissing,call(dif:dif(Testing_B,2)),call_u(someSV_testing(a,b,Testing_B)),ground(someSV_testing(a,b,Testing_B))*-> $pt(baseKB,someSV_testing(a,b,Testing_B),rhs(
%~ %~ [ \+( someSV_testing(a,b,Testing_B)),
%~ %~ someSV_testing(a,b,2)]))
%~ %~ Found positive trigger: singleValuedInArg(someSV_testing,3)
%~ %~ body: 3\=isMissing,call(dif:dif(SingleValuedInArg_SomeSV_testing,3)),call_u(singleValuedInArg(someSV_testing,SingleValuedInArg_SomeSV_testing)),ground(singleValuedInArg(someSV_testing,SingleValuedInArg_SomeSV_testing))*-> $pt(baseKB,singleValuedInArg(someSV_testing,SingleValuedInArg_SomeSV_testing),rhs(
%~ %~ [ \+( singleValuedInArg(someSV_testing,SingleValuedInArg_SomeSV_testing)),
%~ %~ singleValuedInArg(someSV_testing,3)]))
~*/
%:- rtrace.
someSV_testing(a,c,4).
/*~
%~ call_mpred_post4 :-
%~ level=86 ,
%~ que=0 ,
%~ assertion_status=unique ,
%~ support_status=none ,
%~ post1 = someSV_testing(a,c,4) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = someSV_testing(a,c,4) ,
%~ support_fact = mfl4(_494,baseKB,'/var/lib/jenkins/workspace/logicmoo_workspace@2/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc',56) ,
%~ support_trig=ax.
%~ baseKB : mpred_fwc1( someSV_testing(a,c,4)).
%~ %~ Found positive trigger: someSV_testing(a,c,4)
%~ %~ body: 4\=isMissing,call(dif:dif(Testing_C,4)),call_u(someSV_testing(a,c,Testing_C)),ground(someSV_testing(a,c,Testing_C))*-> $pt(baseKB,someSV_testing(a,c,Testing_C),rhs(
%~ %~ [ \+( someSV_testing(a,c,Testing_C)),
%~ %~ someSV_testing(a,c,4)]))
%~ %~ Adding positive
%~ %~ trigger: someSV_testing(a,c,3)
%~ %~ body: rhs([ \+( someSV_testing(a,c,3)),
%~ %~ someSV_testing(a,c,4)])
%~ %~ Support: someSV_testing(a,c,4),$pt(baseKB,someSV_testing(a,c,4),(4\=isMissing,call(dif:dif(3,4)),call_u(someSV_testing(a,c,3)),ground(someSV_testing(a,c,3))*-> $pt(baseKB,someSV_testing(a,c,3),rhs(
%~ %~ [ \+( someSV_testing(a,c,3)),
%~ %~ someSV_testing(a,c,4)]))))
%~ %~ RHS-Withdrawing-Neg: someSV_testing(a,c,3)
%~ %~ Support: someSV_testing(a,c,3),$pt(baseKB,someSV_testing(a,c,3),rhs([ \+( someSV_testing(a,c,3)),
%~ %~ someSV_testing(a,c,4)]))
%~ %~ Removing support: mfl4(BaseKB,baseKB,'* https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/blob/master@2/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc#L43 ',43),ax
%~ %~ Which was for: someSV_testing(a,c,3)
%~ %~ RHS-Post1: someSV_testing(a,c,4)
%~ %~ Support: someSV_testing(a,c,3),$pt(baseKB,someSV_testing(a,c,3),rhs([ \+( someSV_testing(a,c,3)),
%~ %~ someSV_testing(a,c,4)]))
%~ call_mpred_post4 :-
%~ level=134 ,
%~ que=0 ,
%~ assertion_status=identical ,
%~ support_status = simular( ( mfl4(BaseKB,baseKB,'/var/lib/jenkins/workspace/logicmoo_workspace@2/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc',56) ,
%~ ax)) ,
%~ post1 = someSV_testing(a,c,4) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = someSV_testing(a,c,4) ,
%~ support_fact = someSV_testing(a,c,3) ,
%~ support_trig = '$pt'( baseKB,
%~ someSV_testing(a,c,3),
%~ rhs( [ \+( someSV_testing(a,c,3)),
%~ someSV_testing(a,c,4)])).
~*/
:- listing(someSV_testing/3).
%~ skipped( listing( someSV_testing/3))
:- sanity(someSV_testing(a,c,4)).
:- sanity( someSV_testing(a,b,1)).
:- sanity( \+ someSV_testing(a,b,2)).
%:- mpred_notrace_exec.
%~ begin_test_completed_exit(0)
%~ unused(no_junit_results)
system halted_junit = true.
testsuite file = '/var/lib/jenkins/workspace/logicmoo_workspace@2/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc'.
%~ test_completed_exit(0)
```
totalTime=1
ISSUE: https://github.com/logicmoo/logicmoo_workspace/issues/
EDIT: https://github.com/logicmoo/logicmoo_workspace/edit/master/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc
JENKINS: https://jenkins.logicmoo.org/job/logicmoo_workspace/lastBuild/testReport/logicmoo.pfc.test.sanity_base/SV_IN_ARG_01E/logicmoo_pfc_test_sanity_base_SV_IN_ARG_01E_JUnit/
PREVIOUS: https://jenkins.logicmoo.org/job/logicmoo_workspace/83/testReport/logicmoo.pfc.test.sanity_base/SV_IN_ARG_01E/logicmoo_pfc_test_sanity_base_SV_IN_ARG_01E_JUnit/
ISSUE_SEARCH: https://github.com/logicmoo/logicmoo_workspace/issues?q=is%3Aissue+label%3ASV_IN_ARG_01E
GITLAB: https://gitlab.logicmoo.org/gitlab/logicmoo/logicmoo_workspace/-/blob/5063a48a24b85b2bce3c975c5486ec917095d69e/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc
GITHUB: https://github.com/logicmoo/logicmoo_workspace/commit/5063a48a24b85b2bce3c975c5486ec917095d69e
FAILED: /var/lib/jenkins/workspace/logicmoo_workspace@2/bin/lmoo-junit-minor -k sv_in_arg_01e.pfc (returned 0) Add_LABELS='' Rem_LABELS='Errors,Warnings,Overtime,Skipped'
| 3.0 | logicmoo.pfc.test.sanity_base.SV_IN_ARG_01E JUnit - (cd /var/lib/jenkins/workspace/logicmoo_workspace@2/packs_sys/pfc/t/sanity_base ; timeout --foreground --preserve-status -s SIGKILL -k 10s 10s swipl -x /var/lib/jenkins/workspace/logicmoo_workspace@2/bin/lmoo-clif sv_in_arg_01e.pfc)
ISSUE: https://github.com/logicmoo/logicmoo_workspace/issues/
EDIT: https://github.com/logicmoo/logicmoo_workspace/edit/master/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc
JENKINS: https://jenkins.logicmoo.org/job/logicmoo_workspace/lastBuild/testReport/logicmoo.pfc.test.sanity_base/SV_IN_ARG_01E/logicmoo_pfc_test_sanity_base_SV_IN_ARG_01E_JUnit/
PREVIOUS: https://jenkins.logicmoo.org/job/logicmoo_workspace/83/testReport/logicmoo.pfc.test.sanity_base/SV_IN_ARG_01E/logicmoo_pfc_test_sanity_base_SV_IN_ARG_01E_JUnit/
ISSUE_SEARCH: https://github.com/logicmoo/logicmoo_workspace/issues?q=is%3Aissue+label%3ASV_IN_ARG_01E
GITLAB: https://gitlab.logicmoo.org/gitlab/logicmoo/logicmoo_workspace/-/blob/5063a48a24b85b2bce3c975c5486ec917095d69e/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc
GITHUB: https://github.com/logicmoo/logicmoo_workspace/commit/5063a48a24b85b2bce3c975c5486ec917095d69e
```
%~ init_phase(after_load)
%~ init_phase(restore_state)
%
running('/var/lib/jenkins/workspace/logicmoo_workspace@2/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc'),
%~ /var/lib/jenkins/.local/share/swi-prolog/pack/logicmoo_utils/prolog/logicmoo_test_header.pl:93
%~ this_test_might_need( :-( use_module( library(logicmoo_plarkc))))
% :- flag_call(runtime_debug=true).
:- dynamic(someSV_testing/3).
someSV_testing(a,b,1).
someSV_testing(a,b,2).
someSV_testing(a,c,3).
:- mpred_trace_exec.
arity(someSV_testing,3).
/*~
%~ call_mpred_post4 :-
%~ level=86 ,
%~ que=0 ,
%~ assertion_status=unique ,
%~ support_status=none ,
%~ post1 = arity(someSV_testing,3) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = arity(someSV_testing,3) ,
%~ support_fact = mfl4(_486,baseKB,'/var/lib/jenkins/workspace/logicmoo_workspace@2/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc',47) ,
%~ support_trig=ax.
%~ baseKB : mpred_fwc1( arity(someSV_testing,3)).
%~ %~ Found positive trigger: arity(someSV_testing,3)
%~ %~ body: predicateConventionMt(someSV_testing,PredicateConventionMt_SomeSV_testing)*->rhs([ { kb_global( PredicateConventionMt_SomeSV_testing :
%~ %~
%~ %~ someSV_testing/3) }])
%~ %~ Found positive trigger: arity(someSV_testing,3)
%~ %~ body: prologHybrid(someSV_testing)*->rhs([ { kb_shared( someSV_testing/3) }])
%~ %~ Found positive trigger: arity(someSV_testing,3)
%~ %~ body: pfcControlled(someSV_testing)*->rhs([ hybrid_support(someSV_testing,3)])
%~ %~ Found positive trigger: arity(someSV_testing,3)
%~ %~ body: singleValuedInArg(someSV_testing,SingleValuedInArgAX_SingleValuedInArg_SomeSV_testing)*->rhs([ singleValuedInArgAX(someSV_testing,3,SingleValuedInArgAX_SingleValuedInArg_SomeSV_testing)])
~*/
:- cls.
%~ skipped(messy_on_output,cls)
:- listing(someSV_testing/3).
%~ skipped( listing( someSV_testing/3))
singleValuedInArg(someSV_testing,3).
%:- rtrace.
/*~
%~ call_mpred_post4 :-
%~ level=86 ,
%~ que=0 ,
%~ assertion_status=unique ,
%~ support_status=none ,
%~ post1 = singleValuedInArg(someSV_testing,3) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = singleValuedInArg(someSV_testing,3) ,
%~ support_fact = mfl4(_11840,baseKB,'/var/lib/jenkins/workspace/logicmoo_workspace@2/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc',53) ,
%~ support_trig=ax.
%~ baseKB : mpred_fwc1( singleValuedInArg(someSV_testing,3)).
%~ %~ Found positive trigger: singleValuedInArg(someSV_testing,3)
%~ %~ body: rhs([ prologSingleValued(someSV_testing)])
%~ %~ RHS-Post1: prologSingleValued(someSV_testing)
%~ %~ Support: singleValuedInArg(someSV_testing,3),$pt(baseKB,singleValuedInArg(someSV_testing,3),rhs([ prologSingleValued(someSV_testing)]))
%~ call_mpred_post4 :-
%~ level=126 ,
%~ que=0 ,
%~ assertion_status=unique ,
%~ support_status=none ,
%~ post1 = prologSingleValued(someSV_testing) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = prologSingleValued(someSV_testing) ,
%~ support_fact = singleValuedInArg(someSV_testing,3) ,
%~ support_trig = '$pt'(baseKB,singleValuedInArg(someSV_testing,3),rhs([prologSingleValued(someSV_testing)])).
%~ baseKB : mpred_fwc1( prologSingleValued(someSV_testing)).
%~ %~ Found positive trigger: prologSingleValued(someSV_testing)
%~ %~ body: $pt(baseKB,arity(someSV_testing,SingleValuedInArg_Arity_SomeSV_testing),(\+singleValuedInArg(someSV_testing,SingleValuedInArg_SomeSV_testing1)*->rhs(
%~ %~ [ singleValuedInArg(someSV_testing,SingleValuedInArg_Arity_SomeSV_testing)])))
%~ %~ Adding positive
%~ %~ trigger: arity(someSV_testing,Arity_SomeSV_testing)
%~ %~ body: \+singleValuedInArg(someSV_testing,SingleValuedInArg_SomeSV_testing)*->rhs([ singleValuedInArg(someSV_testing,SingleValuedInArg_SomeSV_testing1)])
%~ %~ Support: prologSingleValued(someSV_testing),$pt(baseKB,prologSingleValued(someSV_testing),$pt(baseKB,arity(someSV_testing,SingleValuedInArg_Arity_SomeSV_testing),(\+singleValuedInArg(someSV_testing,SingleValuedInArg_SomeSV_testing1)*->rhs(
%~ %~ [ singleValuedInArg(someSV_testing,SingleValuedInArg_Arity_SomeSV_testing)]))))
%~ %~ Found positive trigger: prologSingleValued(someSV_testing)
%~ %~ body: rhs([ tRelation(someSV_testing)])
%~ %~ RHS-Post1: tRelation(someSV_testing)
%~ %~ Support: prologSingleValued(someSV_testing),$pt(baseKB,prologSingleValued(someSV_testing),rhs([ tRelation(someSV_testing)]))
%~ call_mpred_post4 :-
%~ level=166 ,
%~ que=0 ,
%~ assertion_status=unique ,
%~ support_status=none ,
%~ post1 = tRelation(someSV_testing) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = tRelation(someSV_testing) ,
%~ support_fact = prologSingleValued(someSV_testing) ,
%~ support_trig = '$pt'(baseKB,prologSingleValued(someSV_testing),rhs([tRelation(someSV_testing)])).
%~ baseKB : mpred_fwc1( tRelation(someSV_testing)).
%~ %~ Found positive trigger: tRelation(someSV_testing)
%~ %~ body: $nt(tFunction(someSV_testing),call_u_no_bc(tFunction(someSV_testing)),rhs([ tPred(someSV_testing)]))
%~ %~ Adding negative
%~ %~ trigger: tFunction(someSV_testing)
%~ %~ test: call_u_no_bc(tFunction(someSV_testing))
%~ %~ body: rhs([ tPred(someSV_testing)])
%~ %~ Support: tRelation(someSV_testing),$pt(baseKB,tRelation(someSV_testing),$nt(tFunction(someSV_testing),call_u_no_bc(tFunction(someSV_testing)),rhs(
%~ %~ [ tPred(someSV_testing)])))
%~ %~ RHS-Post1: tPred(someSV_testing)
%~ %~ Support: \+tFunction(someSV_testing),$nt(tFunction(someSV_testing),call_u_no_bc(tFunction(someSV_testing)),rhs([ tPred(someSV_testing)]))
%~ call_mpred_post4 :-
%~ level=211 ,
%~ que=0 ,
%~ assertion_status=unique ,
%~ support_status=none ,
%~ post1 = tPred(someSV_testing) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = tPred(someSV_testing) ,
%~ support_fact = \+( tFunction(someSV_testing)) ,
%~ support_trig = '$nt'( tFunction(someSV_testing),
%~ call_u_no_bc( tFunction(someSV_testing)),
%~ rhs([tPred(someSV_testing)])).
%~ %~ Adding NEG mpred_do_fcnt via support
%~ %~ trigger: tFunction(someSV_testing)
%~ %~ cond: call_u_no_bc(tFunction(someSV_testing))
%~ %~ action: rhs([ tPred(someSV_testing)])
%~ %~ from: mpred_add_support_fast(tPred(someSV_testing),(\+tFunction(someSV_testing),$nt(tFunction(someSV_testing),call_u_no_bc(tFunction(someSV_testing)),rhs(
%~ %~ [ tPred(someSV_testing)]))))
%~ baseKB : mpred_fwc1( tPred(someSV_testing)).
%~ %~ Found positive trigger: tPred(someSV_testing)
%~ %~ body: rhs([ tRelation(someSV_testing)])
%~ %~ RHS-Post1: tRelation(someSV_testing)
%~ %~ Support: tPred(someSV_testing),$pt(baseKB,tPred(someSV_testing),rhs([ tRelation(someSV_testing)]))
%~ call_mpred_post4 :-
%~ level=251 ,
%~ que=0 ,
%~ assertion_status=identical ,
%~ support_status = simular( ( prologSingleValued(someSV_testing) ,
%~ '$pt'(baseKB,prologSingleValued(someSV_testing),rhs([tRelation(someSV_testing)])))) ,
%~ post1 = tRelation(someSV_testing) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = tRelation(someSV_testing) ,
%~ support_fact = tPred(someSV_testing) ,
%~ support_trig = '$pt'(baseKB,tPred(someSV_testing),rhs([tRelation(someSV_testing)])).
%~ %~ Found positive trigger: tPred(someSV_testing)
%~ %~ body: arity(someSV_testing,2)*->rhs([ rtBinaryPredicate(someSV_testing)])
%~ %~ Found positive trigger: prologSingleValued(someSV_testing)
%~ %~ body: rhs([ \+( prologMultiValued(someSV_testing))])
%~ %~ RHS-Withdrawing-Neg: prologMultiValued(someSV_testing)
%~ %~ Support: prologSingleValued(someSV_testing),$pt(baseKB,prologSingleValued(someSV_testing),rhs([ \+( prologMultiValued(someSV_testing))]))
%~ %~ Found positive trigger: singleValuedInArg(someSV_testing,3)
%~ %~ body: arity(someSV_testing,Arity_SomeSV_testing)*->rhs([ singleValuedInArgAX(someSV_testing,Arity_SomeSV_testing,3)])
%~ %~ RHS-Post1: singleValuedInArgAX(someSV_testing,3,3)
%~ %~ Support: singleValuedInArg(someSV_testing,3),$pt(baseKB,singleValuedInArg(someSV_testing,3),(arity(someSV_testing,3)*->rhs([ singleValuedInArgAX(someSV_testing,3,3)])))
%~ call_mpred_post4 :-
%~ level=128 ,
%~ que=0 ,
%~ assertion_status=unique ,
%~ support_status=none ,
%~ post1 = singleValuedInArgAX(someSV_testing,3,3) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = singleValuedInArgAX(someSV_testing,3,3) ,
%~ support_fact = singleValuedInArg(someSV_testing,3) ,
%~ support_trig = '$pt'( baseKB,
%~ singleValuedInArg(someSV_testing,3),
%~ arity(someSV_testing,3)*->rhs([singleValuedInArgAX(someSV_testing,3,3)])).
%~ baseKB : mpred_fwc1( singleValuedInArgAX(someSV_testing,3,3)).
%~ %~ Found positive trigger: singleValuedInArgAX(someSV_testing,3,3)
%~ %~ body: functor(SomeSV_testing,someSV_testing,3),arg(3,SomeSV_testing,Dif_Arg_Missing),replace_arg(SomeSV_testing,3,Replace_arg,Ground_Arg)*->rhs(
%~ %~ [ ( ( SomeSV_testing ,
%~ %~ { Dif_Arg_Missing\=isMissing,
%~ %~ call( dif : dif(Replace_arg,Dif_Arg_Missing)),
%~ %~ call_u(Ground_Arg),
%~ %~ ground(Ground_Arg) } ,
%~ %~ Ground_Arg) ==>
%~ %~ \+Ground_Arg,SomeSV_testing)])
%~ %~ RHS-Post1: someSV_testing(SomeSV_testing1,SomeSV_testing,Dif_Testing_Missing),{Dif_Testing_Missing\=isMissing,call(dif:dif(Testing_Dif,Dif_Testing_Missing)),call_u(someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif)),ground(someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif))},someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif)==> \+someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif),someSV_testing(SomeSV_testing1,SomeSV_testing,Dif_Testing_Missing)
%~ %~ Support: singleValuedInArgAX(someSV_testing,3,3),$pt(baseKB,singleValuedInArgAX(someSV_testing,3,3),(functor(someSV_testing(SomeSV_testing1,SomeSV_testing,Dif_Arg_Missing_SomeSV_testing2),someSV_testing,3),arg(3,someSV_testing(SomeSV_testing1,SomeSV_testing,Dif_Arg_Missing_SomeSV_testing2),Dif_Arg_Missing_SomeSV_testing2),replace_arg(someSV_testing(SomeSV_testing1,SomeSV_testing,Dif_Arg_Missing_SomeSV_testing2),3,Testing_Dif,someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif))*->rhs(
%~ %~ [ ( ( someSV_testing(SomeSV_testing1,SomeSV_testing,Dif_Arg_Missing_SomeSV_testing2) ,
%~ %~ { Dif_Arg_Missing_SomeSV_testing2\=isMissing,
%~ %~ call( dif : dif(Testing_Dif,Dif_Arg_Missing_SomeSV_testing2)),
%~ %~ call_u( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif)),
%~ %~ ground( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif)) } ,
%~ %~ someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif)) ==>
%~ %~ ( \+( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif)) ,
%~ %~ someSV_testing(SomeSV_testing1,SomeSV_testing,Dif_Arg_Missing_SomeSV_testing2)))])))
%~ call_mpred_post4 :-
%~ level=170 ,
%~ que=0 ,
%~ assertion_status=unique ,
%~ support_status=none ,
%~ post1 = ( ( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing) ,
%~ { Missing\=isMissing,
%~ call( dif : dif(Dif,Dif1)),
%~ call_u( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing)),
%~ ground( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing)) } ,
%~ someSV_testing(_1840,_1842,_1730)) ==>
%~ \+someSV_testing(_1840,_1842,_1730),someSV_testing(_1840,_1842,_1722)) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = ( ( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing) ,
%~ { Missing\=isMissing,
%~ call( dif : dif(Dif,Dif1)),
%~ call_u( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing)),
%~ ground( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing)) } ,
%~ someSV_testing(_1840,_1842,_1730)) ==>
%~ \+someSV_testing(_1840,_1842,_1730),someSV_testing(_1840,_1842,_1722)) ,
%~ support_fact = singleValuedInArgAX(someSV_testing,3,3) ,
%~ support_trig = '$pt'( baseKB,
%~ singleValuedInArgAX(someSV_testing,3,3),
%~ ( ( functor(someSV_testing(SomeSV_testing1,SomeSV_testing,Testing),someSV_testing,3) ,
%~ arg(3,someSV_testing(_1840,_1842,_1722),_1722) ,
%~ replace_arg(someSV_testing(_1840,_1842,_1722),3,_1730,someSV_testing(_1840,_1842,_1730))) *->
%~ rhs([(someSV_testing(_1840,_1842,_1722),{_1722\=isMissing,call(dif:dif(_1730,_1722)),call_u(someSV_testing(_1840,_1842,_1730)),ground(someSV_testing(_1840,_1842,_1730))},someSV_testing(_1840,_1842,_1730)==> \+someSV_testing(_1840,_1842,_1730),someSV_testing(_1840,_1842,_1722))]))).
%~ baseKB : mpred_fwc1( ( ( someSV_testing(SomeSV_testing1,SomeSV_testing,Dif_Testing_Missing) ,
%~ { Dif_Testing_Missing\=isMissing,
%~ call( dif : dif(Testing_Dif,Dif_Testing_Missing)),
%~ call_u( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif)),
%~ ground( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif)) } ,
%~ someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif)) ==>
%~ ( \+( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif)) ,
%~ someSV_testing(SomeSV_testing1,SomeSV_testing,Dif_Testing_Missing)))).
%~ call_mpred_post4 :-
%~ level=228 ,
%~ que=0 ,
%~ assertion_status=unique ,
%~ support_status=none ,
%~ post1 = mpred_prop(baseKB,someSV_testing,3,pfcRHS) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = mpred_prop(baseKB,someSV_testing,3,pfcRHS) ,
%~ support_fact = mfl4(_13012,baseKB,'/var/lib/jenkins/workspace/logicmoo_workspace@2/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc',53) ,
%~ support_trig=ax.
%~ baseKB : mpred_fwc1( mpred_prop(baseKB,someSV_testing,3,pfcRHS)).
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,pfcRHS)
%~ %~ body: \+ground((someSV_testing/3))*->rhs([ { trace_or_throw( mpred_prop(baseKB,someSV_testing,3,pfcRHS)) }])
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,pfcRHS)
%~ %~ body: rhs([ mpred_prop(baseKB,someSV_testing,3,pfcCreates)])
%~ %~ RHS-Post1: mpred_prop(baseKB,someSV_testing,3,pfcCreates)
%~ %~ Support: mpred_prop(baseKB,someSV_testing,3,pfcRHS),$pt(baseKB,mpred_prop(baseKB,someSV_testing,3,pfcRHS),rhs([ mpred_prop(baseKB,someSV_testing,3,pfcCreates)]))
%~ call_mpred_post4 :-
%~ level=268 ,
%~ que=0 ,
%~ assertion_status=unique ,
%~ support_status=none ,
%~ post1 = mpred_prop(baseKB,someSV_testing,3,pfcCreates) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = mpred_prop(baseKB,someSV_testing,3,pfcCreates) ,
%~ support_fact = mpred_prop(baseKB,someSV_testing,3,pfcRHS) ,
%~ support_trig = '$pt'( baseKB,
%~ mpred_prop(baseKB,someSV_testing,3,pfcRHS),
%~ rhs([mpred_prop(baseKB,someSV_testing,3,pfcCreates)])).
%~ baseKB : mpred_fwc1( mpred_prop(baseKB,someSV_testing,3,pfcCreates)).
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,pfcCreates)
%~ %~ body: \+ground((someSV_testing/3))*->rhs([ { trace_or_throw( mpred_prop(baseKB,someSV_testing,3,pfcCreates)) }])
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,pfcCreates)
%~ %~ body: rhs([ { baseKB : warn_if_static(someSV_testing,3) },
%~ %~ { kb_shared( baseKB : someSV_testing/3) }])
%~ call_mpred_post4 :-
%~ level=380 ,
%~ que=0 ,
%~ assertion_status=unique ,
%~ support_status=none ,
%~ post1 = mpred_prop(baseKB,someSV_testing,3,kb_shared) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = mpred_prop(baseKB,someSV_testing,3,kb_shared) ,
%~ support_fact = ( mfl4(_482,baseKB,'/var/lib/jenkins/workspace/logicmoo_workspace@2/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc',53) ,
%~ ax) ,
%~ support_trig = mfl4(_1008,baseKB,'/var/lib/jenkins/workspace/logicmoo_workspace@2/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc',53).
%~ baseKB : mpred_fwc1( mpred_prop(baseKB,someSV_testing,3,kb_shared)).
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,kb_shared)
%~ %~ body: $pt(baseKB,genlMt(Call_BaseKB,baseKB),(Call_BaseKB\=baseKB*->rhs([ { nop( dmsg_pretty( Call_BaseKB :
%~ %~
%~ %~ call(kb_shared,Call_BaseKB:someSV_testing/3))),
%~ %~ show_failure( on_x_fail( Call_BaseKB :
%~ %~
%~ %~ call(kb_shared,Call_BaseKB:someSV_testing/3))) }])))
%~ %~ Adding positive
%~ %~ trigger: genlMt(BaseKB,baseKB)
%~ %~ body: Call_BaseKB\=baseKB*->rhs([ { nop( dmsg_pretty( Call_BaseKB :
%~ %~
%~ %~ call(kb_shared,Call_BaseKB:someSV_testing/3))),
%~ %~ show_failure( on_x_fail( Call_BaseKB :
%~ %~
%~ %~ call(kb_shared,Call_BaseKB:someSV_testing/3))) }])
%~ %~ Support: mpred_prop(baseKB,someSV_testing,3,kb_shared),$pt(baseKB,mpred_prop(baseKB,someSV_testing,3,kb_shared),$pt(baseKB,genlMt(Call_BaseKB,baseKB),(Call_BaseKB\=baseKB*->rhs(
%~ %~ [ { nop( dmsg_pretty( Call_BaseKB :
%~ %~
%~ %~ call(kb_shared,Call_BaseKB:someSV_testing/3))),
%~ %~ show_failure( on_x_fail( Call_BaseKB :
%~ %~
%~ %~ call(kb_shared,Call_BaseKB:someSV_testing/3))) }]))))
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,kb_shared)
%~ %~ body: \+ground((someSV_testing/3))*->rhs([ { trace_or_throw( mpred_prop(baseKB,someSV_testing,3,kb_shared)) }])
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,kb_shared)
%~ %~ body: genlPreds(kb_shared,Prop_GenlPreds_Kb_shared)*->rhs([ mpred_prop(baseKB,someSV_testing,3,Prop_GenlPreds_Kb_shared)])
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,pfcCreates)
%~ %~ body: genlPreds(pfcCreates,Prop_GenlPreds_PfcCreates)*->rhs([ mpred_prop(baseKB,someSV_testing,3,Prop_GenlPreds_PfcCreates)])
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,pfcRHS)
%~ %~ body: genlPreds(pfcRHS,Prop_GenlPreds_PfcRHS)*->rhs([ mpred_prop(baseKB,someSV_testing,3,Prop_GenlPreds_PfcRHS)])
%~ %~ RHS-Post1: mpred_prop(baseKB,someSV_testing,3,pfcControlled)
%~ %~ Support: mpred_prop(baseKB,someSV_testing,3,pfcRHS),$pt(baseKB,mpred_prop(baseKB,someSV_testing,3,pfcRHS),(genlPreds(pfcRHS,pfcControlled)*->rhs(
%~ %~ [ mpred_prop(baseKB,someSV_testing,3,pfcControlled)])))
%~ call_mpred_post4 :-
%~ level=270 ,
%~ que=0 ,
%~ assertion_status=unique ,
%~ support_status=none ,
%~ post1 = mpred_prop(baseKB,someSV_testing,3,pfcControlled) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = mpred_prop(baseKB,someSV_testing,3,pfcControlled) ,
%~ support_fact = mpred_prop(baseKB,someSV_testing,3,pfcRHS) ,
%~ support_trig = '$pt'( baseKB,
%~ mpred_prop(baseKB,someSV_testing,3,pfcRHS),
%~ ( genlPreds(pfcRHS,pfcControlled) *->
%~ rhs([mpred_prop(baseKB,someSV_testing,3,pfcControlled)]))).
%~ baseKB : mpred_fwc1( mpred_prop(baseKB,someSV_testing,3,pfcControlled)).
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,pfcControlled)
%~ %~ body: \+ground((someSV_testing/3))*->rhs([ { trace_or_throw( mpred_prop(baseKB,someSV_testing,3,pfcControlled)) }])
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,pfcControlled)
%~ %~ body: rhs([ { kb_shared( baseKB : someSV_testing/3) }])
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,pfcControlled)
%~ %~ body: genlPreds(pfcControlled,Prop_GenlPreds_PfcControlled)*->rhs([ mpred_prop(baseKB,someSV_testing,3,Prop_GenlPreds_PfcControlled)])
%~ %~ RHS-Post1: mpred_prop(baseKB,someSV_testing,3,prologHybrid)
%~ %~ Support: mpred_prop(baseKB,someSV_testing,3,pfcControlled),$pt(baseKB,mpred_prop(baseKB,someSV_testing,3,pfcControlled),(genlPreds(pfcControlled,prologHybrid)*->rhs(
%~ %~ [ mpred_prop(baseKB,someSV_testing,3,prologHybrid)])))
%~ call_mpred_post4 :-
%~ level=312 ,
%~ que=0 ,
%~ assertion_status=unique ,
%~ support_status=none ,
%~ post1 = mpred_prop(baseKB,someSV_testing,3,prologHybrid) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = mpred_prop(baseKB,someSV_testing,3,prologHybrid) ,
%~ support_fact = mpred_prop(baseKB,someSV_testing,3,pfcControlled) ,
%~ support_trig = '$pt'( baseKB,
%~ mpred_prop(baseKB,someSV_testing,3,pfcControlled),
%~ ( genlPreds(pfcControlled,prologHybrid) *->
%~ rhs([mpred_prop(baseKB,someSV_testing,3,prologHybrid)]))).
%~ baseKB : mpred_fwc1( mpred_prop(baseKB,someSV_testing,3,prologHybrid)).
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,prologHybrid)
%~ %~ body: \+ground((someSV_testing/3))*->rhs([ { trace_or_throw( mpred_prop(baseKB,someSV_testing,3,prologHybrid)) }])
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,prologHybrid)
%~ %~ body: genlPreds(prologHybrid,Prop_GenlPreds_PrologHybrid)*->rhs([ mpred_prop(baseKB,someSV_testing,3,Prop_GenlPreds_PrologHybrid)])
%~ %~ RHS-Post1: mpred_prop(baseKB,someSV_testing,3,prologHybrid)
%~ %~ Support: mpred_prop(baseKB,someSV_testing,3,pfcRHS),$pt(baseKB,mpred_prop(baseKB,someSV_testing,3,pfcRHS),(genlPreds(pfcRHS,prologHybrid)*->rhs(
%~ %~ [ mpred_prop(baseKB,someSV_testing,3,prologHybrid)])))
%~ call_mpred_post4 :-
%~ level=270 ,
%~ que=0 ,
%~ assertion_status=identical ,
%~ support_status = simular( ( mpred_prop(baseKB,someSV_testing,3,pfcControlled) ,
%~ '$pt'( baseKB,
%~ mpred_prop(baseKB,someSV_testing,3,pfcControlled),
%~ genlPreds(pfcControlled,prologHybrid)*->rhs([mpred_prop(baseKB,someSV_testing,3,prologHybrid)])))) ,
%~ post1 = mpred_prop(baseKB,someSV_testing,3,prologHybrid) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = mpred_prop(baseKB,someSV_testing,3,prologHybrid) ,
%~ support_fact = mpred_prop(baseKB,someSV_testing,3,pfcRHS) ,
%~ support_trig = '$pt'( baseKB,
%~ mpred_prop(baseKB,someSV_testing,3,pfcRHS),
%~ genlPreds(pfcRHS,prologHybrid)*->rhs([mpred_prop(baseKB,someSV_testing,3,prologHybrid)])).
%~ call_mpred_post4 :-
%~ level=225 ,
%~ que=0 ,
%~ assertion_status=unique ,
%~ support_status=none ,
%~ post1 = mpred_prop(baseKB,someSV_testing,3,pfcLHS) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = mpred_prop(baseKB,someSV_testing,3,pfcLHS) ,
%~ support_fact = ( ( ( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing) ,
%~ { Missing\=isMissing,
%~ call( dif : dif(Dif,Dif1)),
%~ call_u( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing)),
%~ ground( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing)) } ,
%~ someSV_testing(_4492,_4494,_4538)) ==>
%~ \+someSV_testing(_4492,_4494,_4538),someSV_testing(_4492,_4494,_4496)) ,
%~ mfl4(_4608,baseKB,'/var/lib/jenkins/workspace/logicmoo_workspace@2/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc',53)) ,
%~ support_trig=ax.
%~ baseKB : mpred_fwc1( mpred_prop(baseKB,someSV_testing,3,pfcLHS)).
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,pfcLHS)
%~ %~ body: \+ground((someSV_testing/3))*->rhs([ { trace_or_throw( mpred_prop(baseKB,someSV_testing,3,pfcLHS)) }])
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,pfcLHS)
%~ %~ body: rhs([ arity(someSV_testing,3),
%~ %~ functorIsMacro(someSV_testing),
%~ %~ mpred_prop(baseKB,someSV_testing,3,pfcWatches)])
%~ %~ RHS-Post1: arity(someSV_testing,3)
%~ %~ Support: mpred_prop(baseKB,someSV_testing,3,pfcLHS),$pt(baseKB,mpred_prop(baseKB,someSV_testing,3,pfcLHS),rhs([ arity(someSV_testing,3),
%~ %~ functorIsMacro(someSV_testing),
%~ %~ mpred_prop(baseKB,someSV_testing,3,pfcWatches)]))
%~ call_mpred_post4 :-
%~ level=265 ,
%~ que=0 ,
%~ assertion_status=identical ,
%~ support_status = simular( ( mfl4(BaseKB,baseKB,'/var/lib/jenkins/workspace/logicmoo_workspace@2/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc',47) ,
%~ ax)) ,
%~ post1 = arity(someSV_testing,3) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = arity(someSV_testing,3) ,
%~ support_fact = mpred_prop(baseKB,someSV_testing,3,pfcLHS) ,
%~ support_trig = '$pt'( baseKB,
%~ mpred_prop(baseKB,someSV_testing,3,pfcLHS),
%~ rhs( [ arity(someSV_testing,3),
%~ functorIsMacro(someSV_testing),
%~ mpred_prop(baseKB,someSV_testing,3,pfcWatches)])).
%~ %~ RHS-Post1: functorIsMacro(someSV_testing)
%~ %~ Support: mpred_prop(baseKB,someSV_testing,3,pfcLHS),$pt(baseKB,mpred_prop(baseKB,someSV_testing,3,pfcLHS),rhs([ arity(someSV_testing,3),
%~ %~ functorIsMacro(someSV_testing),
%~ %~ mpred_prop(baseKB,someSV_testing,3,pfcWatches)]))
%~ call_mpred_post4 :-
%~ level=266 ,
%~ que=0 ,
%~ assertion_status=unique ,
%~ support_status=none ,
%~ post1 = functorIsMacro(someSV_testing) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = functorIsMacro(someSV_testing) ,
%~ support_fact = mpred_prop(baseKB,someSV_testing,3,pfcLHS) ,
%~ support_trig = '$pt'( baseKB,
%~ mpred_prop(baseKB,someSV_testing,3,pfcLHS),
%~ rhs( [ arity(someSV_testing,3),
%~ functorIsMacro(someSV_testing),
%~ mpred_prop(baseKB,someSV_testing,3,pfcWatches)])).
%~ baseKB : mpred_fwc1( functorIsMacro(someSV_testing)).
%~ %~ RHS-Post1: mpred_prop(baseKB,someSV_testing,3,pfcWatches)
%~ %~ Support: mpred_prop(baseKB,someSV_testing,3,pfcLHS),$pt(baseKB,mpred_prop(baseKB,someSV_testing,3,pfcLHS),rhs([ arity(someSV_testing,3),
%~ %~ functorIsMacro(someSV_testing),
%~ %~ mpred_prop(baseKB,someSV_testing,3,pfcWatches)]))
%~ call_mpred_post4 :-
%~ level=267 ,
%~ que=0 ,
%~ assertion_status=unique ,
%~ support_status=none ,
%~ post1 = mpred_prop(baseKB,someSV_testing,3,pfcWatches) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = mpred_prop(baseKB,someSV_testing,3,pfcWatches) ,
%~ support_fact = mpred_prop(baseKB,someSV_testing,3,pfcLHS) ,
%~ support_trig = '$pt'( baseKB,
%~ mpred_prop(baseKB,someSV_testing,3,pfcLHS),
%~ rhs( [ arity(someSV_testing,3),
%~ functorIsMacro(someSV_testing),
%~ mpred_prop(baseKB,someSV_testing,3,pfcWatches)])).
%~ baseKB : mpred_fwc1( mpred_prop(baseKB,someSV_testing,3,pfcWatches)).
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,pfcWatches)
%~ %~ body: \+ground((someSV_testing/3))*->rhs([ { trace_or_throw( mpred_prop(baseKB,someSV_testing,3,pfcWatches)) }])
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,pfcWatches)
%~ %~ body: rhs([ { kb_shared( baseKB : someSV_testing/3) }])
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,pfcWatches)
%~ %~ body: genlPreds(pfcWatches,Prop_GenlPreds_PfcWatches)*->rhs([ mpred_prop(baseKB,someSV_testing,3,Prop_GenlPreds_PfcWatches)])
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,pfcLHS)
%~ %~ body: genlPreds(pfcLHS,Prop_GenlPreds_PfcLHS)*->rhs([ mpred_prop(baseKB,someSV_testing,3,Prop_GenlPreds_PfcLHS)])
%~ %~ Adding positive
%~ %~ trigger: someSV_testing(SomeSV_testing1,SomeSV_testing,Testing)
%~ %~ body: Testing_Dif_Missing\=isMissing,call(dif:dif(Testing_Dif,Testing_Dif_Missing)),call_u(someSV_testing(SomeSV_testing3,SomeSV_testing,Testing_Dif)),ground(someSV_testing(SomeSV_testing3,SomeSV_testing,Testing_Dif))*-> $pt(baseKB,someSV_testing(SomeSV_testing3,SomeSV_testing,Testing_Dif),rhs(
%~ %~ [ \+( someSV_testing(SomeSV_testing3,SomeSV_testing,Testing_Dif)),
%~ %~ someSV_testing(SomeSV_testing3,SomeSV_testing,Testing_Dif_Missing)]))
%~ %~ Support: (someSV_testing(SomeSV_testing1,SomeSV_testing,Dif_Testing_Missing),{Dif_Testing_Missing\=isMissing,call(dif:dif(Testing_Dif,Dif_Testing_Missing)),call_u(someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif)),ground(someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif))},someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif)==> \+someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif),someSV_testing(SomeSV_testing1,SomeSV_testing,Dif_Testing_Missing)),mfl4(BaseKB,baseKB,'* https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/blob/master@2/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc#L53 ',53)
%~ call_mpred_post4 :-
%~ level=231 ,
%~ que=0 ,
%~ assertion_status=unique ,
%~ support_status=none ,
%~ post1 = mpred_prop(baseKB,someSV_testing,3,pfcPosTrigger) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = mpred_prop(baseKB,someSV_testing,3,pfcPosTrigger) ,
%~ support_fact = ( ( ( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing) ,
%~ { Missing\=isMissing,
%~ call( dif : dif(Dif,Dif1)),
%~ call_u( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing)),
%~ ground( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing)) } ,
%~ someSV_testing(_2998,_3000,_3044)) ==>
%~ \+someSV_testing(_2998,_3000,_3044),someSV_testing(_2998,_3000,_3002)) ,
%~ mfl4(_2974,baseKB,'/var/lib/jenkins/workspace/logicmoo_workspace@2/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc',53)) ,
%~ support_trig=ax.
%~ baseKB : mpred_fwc1( mpred_prop(baseKB,someSV_testing,3,pfcPosTrigger)).
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,pfcPosTrigger)
%~ %~ body: \+ground((someSV_testing/3))*->rhs([ { trace_or_throw( mpred_prop(baseKB,someSV_testing,3,pfcPosTrigger)) }])
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,pfcPosTrigger)
%~ %~ body: rhs([ mpred_prop(baseKB,someSV_testing,3,pfcWatches)])
%~ %~ RHS-Post1: mpred_prop(baseKB,someSV_testing,3,pfcWatches)
%~ %~ Support: mpred_prop(baseKB,someSV_testing,3,pfcPosTrigger),$pt(baseKB,mpred_prop(baseKB,someSV_testing,3,pfcPosTrigger),rhs([ mpred_prop(baseKB,someSV_testing,3,pfcWatches)]))
%~ call_mpred_post4 :-
%~ level=271 ,
%~ que=0 ,
%~ assertion_status=identical ,
%~ support_status = simular( ( mpred_prop(baseKB,someSV_testing,3,pfcLHS) ,
%~ '$pt'( baseKB,
%~ mpred_prop(baseKB,someSV_testing,3,pfcLHS),
%~ rhs( [ arity(someSV_testing,3),
%~ functorIsMacro(someSV_testing),
%~ mpred_prop(baseKB,someSV_testing,3,pfcWatches)])))) ,
%~ post1 = mpred_prop(baseKB,someSV_testing,3,pfcWatches) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = mpred_prop(baseKB,someSV_testing,3,pfcWatches) ,
%~ support_fact = mpred_prop(baseKB,someSV_testing,3,pfcPosTrigger) ,
%~ support_trig = '$pt'( baseKB,
%~ mpred_prop(baseKB,someSV_testing,3,pfcPosTrigger),
%~ rhs([mpred_prop(baseKB,someSV_testing,3,pfcWatches)])).
%~ %~ Found positive trigger: mpred_prop(baseKB,someSV_testing,3,pfcPosTrigger)
%~ %~ body: genlPreds(pfcPosTrigger,Prop_GenlPreds_PfcPosTrigger)*->rhs([ mpred_prop(baseKB,someSV_testing,3,Prop_GenlPreds_PfcPosTrigger)])
%~ %~ Adding positive
%~ %~ trigger: someSV_testing(a,b,2)
%~ %~ body: rhs([ \+( someSV_testing(a,b,2)),
%~ %~ someSV_testing(a,b,1)])
%~ %~ Support: someSV_testing(a,b,1),$pt(baseKB,someSV_testing(SomeSV_testing1,SomeSV_testing,Dif_Testing_Missing),(Dif_Testing_Missing\=isMissing,call(dif:dif(Testing_Dif,Dif_Testing_Missing)),call_u(someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif)),ground(someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif))*-> $pt(baseKB,someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif),rhs(
%~ %~ [ \+( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif)),
%~ %~ someSV_testing(SomeSV_testing1,SomeSV_testing,Dif_Testing_Missing)]))))
%~ %~ RHS-Withdrawing-Neg: someSV_testing(a,b,2)
%~ %~ Support: someSV_testing(a,b,2),$pt(baseKB,someSV_testing(a,b,2),rhs([ \+( someSV_testing(a,b,2)),
%~ %~ someSV_testing(a,b,1)]))
%~ %~ Removing support: mfl4(BaseKB,baseKB,'* https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/blob/master@2/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc#L42 ',42),ax
%~ %~ Which was for: someSV_testing(a,b,2)
%~ %~ RHS-Post1: someSV_testing(a,b,1)
%~ %~ Support: someSV_testing(a,b,2),$pt(baseKB,someSV_testing(a,b,2),rhs([ \+( someSV_testing(a,b,2)),
%~ %~ someSV_testing(a,b,1)]))
%~ call_mpred_post4 :-
%~ level=228 ,
%~ que=0 ,
%~ assertion_status=identical ,
%~ support_status = simular( ( mfl4(BaseKB,baseKB,'/var/lib/jenkins/workspace/logicmoo_workspace@2/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc',41) ,
%~ ax)) ,
%~ post1 = someSV_testing(a,b,1) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = someSV_testing(a,b,1) ,
%~ support_fact = someSV_testing(a,b,2) ,
%~ support_trig = '$pt'( baseKB,
%~ someSV_testing(a,b,2),
%~ rhs( [ \+( someSV_testing(a,b,2)),
%~ someSV_testing(a,b,1)])).
%~ %~ Adding positive
%~ %~ trigger: someSV_testing(a,b,1)
%~ %~ body: rhs([ \+( someSV_testing(a,b,1)),
%~ %~ someSV_testing(a,b,2)])
%~ %~ Support: someSV_testing(a,b,2),$pt(baseKB,someSV_testing(SomeSV_testing1,SomeSV_testing,Dif_Testing_Missing),(Dif_Testing_Missing\=isMissing,call(dif:dif(Testing_Dif,Dif_Testing_Missing)),call_u(someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif)),ground(someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif))*-> $pt(baseKB,someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif),rhs(
%~ %~ [ \+( someSV_testing(SomeSV_testing1,SomeSV_testing,Testing_Dif)),
%~ %~ someSV_testing(SomeSV_testing1,SomeSV_testing,Dif_Testing_Missing)]))))
%~ %~ RHS-Withdrawing-Neg: someSV_testing(a,b,1)
%~ %~ Support: someSV_testing(a,b,1),$pt(baseKB,someSV_testing(a,b,1),rhs([ \+( someSV_testing(a,b,1)),
%~ %~ someSV_testing(a,b,2)]))
%~ %~ Removing support: mfl4(BaseKB,baseKB,'* https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/blob/master@2/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc#L41 ',41),ax
%~ %~ Which was for: someSV_testing(a,b,1)
%~ success( mpred_undo1_pt_unfwc_2,
%~ baseKB : retract_u( '$pt'(baseKB,someSV_testing(a,b,2),rhs([\+someSV_testing(a,b,2),someSV_testing(a,b,1)])))).
%~ %~ RHS-Post1: someSV_testing(a,b,2)
%~ %~ Support: someSV_testing(a,b,1),$pt(baseKB,someSV_testing(a,b,1),rhs([ \+( someSV_testing(a,b,1)),
%~ %~ someSV_testing(a,b,2)]))
%~ call_mpred_post4 :-
%~ level=228 ,
%~ que=0 ,
%~ assertion_status=unique ,
%~ support_status=none ,
%~ post1 = someSV_testing(a,b,2) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = someSV_testing(a,b,2) ,
%~ support_fact = someSV_testing(a,b,1) ,
%~ support_trig = '$pt'( baseKB,
%~ someSV_testing(a,b,1),
%~ rhs( [ \+( someSV_testing(a,b,1)),
%~ someSV_testing(a,b,2)])).
%~ baseKB : mpred_fwc1( someSV_testing(a,b,2)).
%~ %~ Found positive trigger: someSV_testing(a,b,2)
%~ %~ body: 2\=isMissing,call(dif:dif(Testing_B,2)),call_u(someSV_testing(a,b,Testing_B)),ground(someSV_testing(a,b,Testing_B))*-> $pt(baseKB,someSV_testing(a,b,Testing_B),rhs(
%~ %~ [ \+( someSV_testing(a,b,Testing_B)),
%~ %~ someSV_testing(a,b,2)]))
%~ %~ Found positive trigger: singleValuedInArg(someSV_testing,3)
%~ %~ body: 3\=isMissing,call(dif:dif(SingleValuedInArg_SomeSV_testing,3)),call_u(singleValuedInArg(someSV_testing,SingleValuedInArg_SomeSV_testing)),ground(singleValuedInArg(someSV_testing,SingleValuedInArg_SomeSV_testing))*-> $pt(baseKB,singleValuedInArg(someSV_testing,SingleValuedInArg_SomeSV_testing),rhs(
%~ %~ [ \+( singleValuedInArg(someSV_testing,SingleValuedInArg_SomeSV_testing)),
%~ %~ singleValuedInArg(someSV_testing,3)]))
~*/
%:- rtrace.
someSV_testing(a,c,4).
/*~
%~ call_mpred_post4 :-
%~ level=86 ,
%~ que=0 ,
%~ assertion_status=unique ,
%~ support_status=none ,
%~ post1 = someSV_testing(a,c,4) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = someSV_testing(a,c,4) ,
%~ support_fact = mfl4(_494,baseKB,'/var/lib/jenkins/workspace/logicmoo_workspace@2/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc',56) ,
%~ support_trig=ax.
%~ baseKB : mpred_fwc1( someSV_testing(a,c,4)).
%~ %~ Found positive trigger: someSV_testing(a,c,4)
%~ %~ body: 4\=isMissing,call(dif:dif(Testing_C,4)),call_u(someSV_testing(a,c,Testing_C)),ground(someSV_testing(a,c,Testing_C))*-> $pt(baseKB,someSV_testing(a,c,Testing_C),rhs(
%~ %~ [ \+( someSV_testing(a,c,Testing_C)),
%~ %~ someSV_testing(a,c,4)]))
%~ %~ Adding positive
%~ %~ trigger: someSV_testing(a,c,3)
%~ %~ body: rhs([ \+( someSV_testing(a,c,3)),
%~ %~ someSV_testing(a,c,4)])
%~ %~ Support: someSV_testing(a,c,4),$pt(baseKB,someSV_testing(a,c,4),(4\=isMissing,call(dif:dif(3,4)),call_u(someSV_testing(a,c,3)),ground(someSV_testing(a,c,3))*-> $pt(baseKB,someSV_testing(a,c,3),rhs(
%~ %~ [ \+( someSV_testing(a,c,3)),
%~ %~ someSV_testing(a,c,4)]))))
%~ %~ RHS-Withdrawing-Neg: someSV_testing(a,c,3)
%~ %~ Support: someSV_testing(a,c,3),$pt(baseKB,someSV_testing(a,c,3),rhs([ \+( someSV_testing(a,c,3)),
%~ %~ someSV_testing(a,c,4)]))
%~ %~ Removing support: mfl4(BaseKB,baseKB,'* https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/blob/master@2/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc#L43 ',43),ax
%~ %~ Which was for: someSV_testing(a,c,3)
%~ %~ RHS-Post1: someSV_testing(a,c,4)
%~ %~ Support: someSV_testing(a,c,3),$pt(baseKB,someSV_testing(a,c,3),rhs([ \+( someSV_testing(a,c,3)),
%~ %~ someSV_testing(a,c,4)]))
%~ call_mpred_post4 :-
%~ level=134 ,
%~ que=0 ,
%~ assertion_status=identical ,
%~ support_status = simular( ( mfl4(BaseKB,baseKB,'/var/lib/jenkins/workspace/logicmoo_workspace@2/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc',56) ,
%~ ax)) ,
%~ post1 = someSV_testing(a,c,4) ,
%~ fix_mp=baseKB ,
%~ mz=baseKB ,
%~ p0 = someSV_testing(a,c,4) ,
%~ support_fact = someSV_testing(a,c,3) ,
%~ support_trig = '$pt'( baseKB,
%~ someSV_testing(a,c,3),
%~ rhs( [ \+( someSV_testing(a,c,3)),
%~ someSV_testing(a,c,4)])).
~*/
:- listing(someSV_testing/3).
%~ skipped( listing( someSV_testing/3))
:- sanity(someSV_testing(a,c,4)).
:- sanity( someSV_testing(a,b,1)).
:- sanity( \+ someSV_testing(a,b,2)).
%:- mpred_notrace_exec.
%~ begin_test_completed_exit(0)
%~ unused(no_junit_results)
system halted_junit = true.
testsuite file = '/var/lib/jenkins/workspace/logicmoo_workspace@2/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc'.
%~ test_completed_exit(0)
```
totalTime=1
ISSUE: https://github.com/logicmoo/logicmoo_workspace/issues/
EDIT: https://github.com/logicmoo/logicmoo_workspace/edit/master/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc
JENKINS: https://jenkins.logicmoo.org/job/logicmoo_workspace/lastBuild/testReport/logicmoo.pfc.test.sanity_base/SV_IN_ARG_01E/logicmoo_pfc_test_sanity_base_SV_IN_ARG_01E_JUnit/
PREVIOUS: https://jenkins.logicmoo.org/job/logicmoo_workspace/83/testReport/logicmoo.pfc.test.sanity_base/SV_IN_ARG_01E/logicmoo_pfc_test_sanity_base_SV_IN_ARG_01E_JUnit/
ISSUE_SEARCH: https://github.com/logicmoo/logicmoo_workspace/issues?q=is%3Aissue+label%3ASV_IN_ARG_01E
GITLAB: https://gitlab.logicmoo.org/gitlab/logicmoo/logicmoo_workspace/-/blob/5063a48a24b85b2bce3c975c5486ec917095d69e/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc
GITHUB: https://github.com/logicmoo/logicmoo_workspace/commit/5063a48a24b85b2bce3c975c5486ec917095d69e
FAILED: /var/lib/jenkins/workspace/logicmoo_workspace@2/bin/lmoo-junit-minor -k sv_in_arg_01e.pfc (returned 0) Add_LABELS='' Rem_LABELS='Errors,Warnings,Overtime,Skipped'
| non_priority | logicmoo pfc test sanity base sv in arg junit cd var lib jenkins workspace logicmoo workspace packs sys pfc t sanity base timeout foreground preserve status s sigkill k swipl x var lib jenkins workspace logicmoo workspace bin lmoo clif sv in arg pfc issue edit jenkins previous issue search gitlab github init phase after load init phase restore state running var lib jenkins workspace logicmoo workspace packs sys pfc t sanity base sv in arg pfc var lib jenkins local share swi prolog pack logicmoo utils prolog logicmoo test header pl this test might need use module library logicmoo plarkc flag call runtime debug true dynamic somesv testing somesv testing a b somesv testing a b somesv testing a c mpred trace exec arity somesv testing call mpred level que assertion status unique support status none arity somesv testing fix mp basekb mz basekb arity somesv testing support fact basekb var lib jenkins workspace logicmoo workspace packs sys pfc t sanity base sv in arg pfc support trig ax basekb mpred arity somesv testing found positive trigger arity somesv testing body predicateconventionmt somesv testing predicateconventionmt somesv testing rhs kb global predicateconventionmt somesv testing somesv testing found positive trigger arity somesv testing body prologhybrid somesv testing rhs found positive trigger arity somesv testing body pfccontrolled somesv testing rhs found positive trigger arity somesv testing body singlevaluedinarg somesv testing singlevaluedinargax singlevaluedinarg somesv testing rhs cls skipped messy on output cls listing somesv testing skipped listing somesv testing singlevaluedinarg somesv testing rtrace call mpred level que assertion status unique support status none singlevaluedinarg somesv testing fix mp basekb mz basekb singlevaluedinarg somesv testing support fact basekb var lib jenkins workspace logicmoo workspace packs sys pfc t sanity base sv in arg pfc support trig ax basekb mpred singlevaluedinarg somesv testing found positive trigger singlevaluedinarg somesv testing body rhs rhs prologsinglevalued somesv testing support singlevaluedinarg somesv testing pt basekb singlevaluedinarg somesv testing rhs call mpred level que assertion status unique support status none prologsinglevalued somesv testing fix mp basekb mz basekb prologsinglevalued somesv testing support fact singlevaluedinarg somesv testing support trig pt basekb singlevaluedinarg somesv testing rhs basekb mpred prologsinglevalued somesv testing found positive trigger prologsinglevalued somesv testing body pt basekb arity somesv testing singlevaluedinarg arity somesv testing singlevaluedinarg somesv testing singlevaluedinarg somesv rhs adding positive trigger arity somesv testing arity somesv testing body singlevaluedinarg somesv testing singlevaluedinarg somesv testing rhs support prologsinglevalued somesv testing pt basekb prologsinglevalued somesv testing pt basekb arity somesv testing singlevaluedinarg arity somesv testing singlevaluedinarg somesv testing singlevaluedinarg somesv rhs found positive trigger prologsinglevalued somesv testing body rhs rhs trelation somesv testing support prologsinglevalued somesv testing pt basekb prologsinglevalued somesv testing rhs call mpred level que assertion status unique support status none trelation somesv testing fix mp basekb mz basekb trelation somesv testing support fact prologsinglevalued somesv testing support trig pt basekb prologsinglevalued somesv testing rhs basekb mpred trelation somesv testing found positive trigger trelation somesv testing body nt tfunction somesv testing call u no bc tfunction somesv testing rhs adding negative trigger tfunction somesv testing test call u no bc tfunction somesv testing body rhs support trelation somesv testing pt basekb trelation somesv testing nt tfunction somesv testing call u no bc tfunction somesv testing rhs rhs tpred somesv testing support tfunction somesv testing nt tfunction somesv testing call u no bc tfunction somesv testing rhs call mpred level que assertion status unique support status none tpred somesv testing fix mp basekb mz basekb tpred somesv testing support fact tfunction somesv testing support trig nt tfunction somesv testing call u no bc tfunction somesv testing rhs adding neg mpred do fcnt via support trigger tfunction somesv testing cond call u no bc tfunction somesv testing action rhs from mpred add support fast tpred somesv testing tfunction somesv testing nt tfunction somesv testing call u no bc tfunction somesv testing rhs basekb mpred tpred somesv testing found positive trigger tpred somesv testing body rhs rhs trelation somesv testing support tpred somesv testing pt basekb tpred somesv testing rhs call mpred level que assertion status identical support status simular prologsinglevalued somesv testing pt basekb prologsinglevalued somesv testing rhs trelation somesv testing fix mp basekb mz basekb trelation somesv testing support fact tpred somesv testing support trig pt basekb tpred somesv testing rhs found positive trigger tpred somesv testing body arity somesv testing rhs found positive trigger prologsinglevalued somesv testing body rhs rhs withdrawing neg prologmultivalued somesv testing support prologsinglevalued somesv testing pt basekb prologsinglevalued somesv testing rhs found positive trigger singlevaluedinarg somesv testing body arity somesv testing arity somesv testing rhs rhs singlevaluedinargax somesv testing support singlevaluedinarg somesv testing pt basekb singlevaluedinarg somesv testing arity somesv testing rhs call mpred level que assertion status unique support status none singlevaluedinargax somesv testing fix mp basekb mz basekb singlevaluedinargax somesv testing support fact singlevaluedinarg somesv testing support trig pt basekb singlevaluedinarg somesv testing arity somesv testing rhs basekb mpred singlevaluedinargax somesv testing found positive trigger singlevaluedinargax somesv testing body functor somesv testing somesv testing arg somesv testing dif arg missing replace arg somesv testing replace arg ground arg rhs somesv testing dif arg missing ismissing call dif dif replace arg dif arg missing call u ground arg ground ground arg ground arg ground arg somesv testing rhs somesv testing somesv somesv testing dif testing missing dif testing missing ismissing call dif dif testing dif dif testing missing call u somesv testing somesv somesv testing testing dif ground somesv testing somesv somesv testing testing dif somesv testing somesv somesv testing testing dif somesv testing somesv somesv testing testing dif somesv testing somesv somesv testing dif testing missing support singlevaluedinargax somesv testing pt basekb singlevaluedinargax somesv testing functor somesv testing somesv somesv testing dif arg missing somesv somesv testing arg somesv testing somesv somesv testing dif arg missing somesv dif arg missing somesv replace arg somesv testing somesv somesv testing dif arg missing somesv testing dif somesv testing somesv somesv testing testing dif rhs somesv testing somesv somesv testing dif arg missing somesv dif arg missing somesv ismissing call dif dif testing dif dif arg missing somesv call u somesv testing somesv somesv testing testing dif ground somesv testing somesv somesv testing testing dif somesv testing somesv somesv testing testing dif somesv testing somesv somesv testing testing dif somesv testing somesv somesv testing dif arg missing somesv call mpred level que assertion status unique support status none somesv testing somesv somesv testing testing missing ismissing call dif dif dif call u somesv testing somesv somesv testing testing ground somesv testing somesv somesv testing testing somesv testing somesv testing somesv testing fix mp basekb mz basekb somesv testing somesv somesv testing testing missing ismissing call dif dif dif call u somesv testing somesv somesv testing testing ground somesv testing somesv somesv testing testing somesv testing somesv testing somesv testing support fact singlevaluedinargax somesv testing support trig pt basekb singlevaluedinargax somesv testing functor somesv testing somesv somesv testing testing somesv testing arg somesv testing replace arg somesv testing somesv testing rhs basekb mpred somesv testing somesv somesv testing dif testing missing dif testing missing ismissing call dif dif testing dif dif testing missing call u somesv testing somesv somesv testing testing dif ground somesv testing somesv somesv testing testing dif somesv testing somesv somesv testing testing dif somesv testing somesv somesv testing testing dif somesv testing somesv somesv testing dif testing missing call mpred level que assertion status unique support status none mpred prop basekb somesv testing pfcrhs fix mp basekb mz basekb mpred prop basekb somesv testing pfcrhs support fact basekb var lib jenkins workspace logicmoo workspace packs sys pfc t sanity base sv in arg pfc support trig ax basekb mpred mpred prop basekb somesv testing pfcrhs found positive trigger mpred prop basekb somesv testing pfcrhs body ground somesv testing rhs found positive trigger mpred prop basekb somesv testing pfcrhs body rhs rhs mpred prop basekb somesv testing pfccreates support mpred prop basekb somesv testing pfcrhs pt basekb mpred prop basekb somesv testing pfcrhs rhs call mpred level que assertion status unique support status none mpred prop basekb somesv testing pfccreates fix mp basekb mz basekb mpred prop basekb somesv testing pfccreates support fact mpred prop basekb somesv testing pfcrhs support trig pt basekb mpred prop basekb somesv testing pfcrhs rhs basekb mpred mpred prop basekb somesv testing pfccreates found positive trigger mpred prop basekb somesv testing pfccreates body ground somesv testing rhs found positive trigger mpred prop basekb somesv testing pfccreates body rhs basekb warn if static somesv testing kb shared basekb somesv testing call mpred level que assertion status unique support status none mpred prop basekb somesv testing kb shared fix mp basekb mz basekb mpred prop basekb somesv testing kb shared support fact basekb var lib jenkins workspace logicmoo workspace packs sys pfc t sanity base sv in arg pfc ax support trig basekb var lib jenkins workspace logicmoo workspace packs sys pfc t sanity base sv in arg pfc basekb mpred mpred prop basekb somesv testing kb shared found positive trigger mpred prop basekb somesv testing kb shared body pt basekb genlmt call basekb basekb call basekb basekb rhs nop dmsg pretty call basekb call kb shared call basekb somesv testing show failure on x fail call basekb call kb shared call basekb somesv testing adding positive trigger genlmt basekb basekb body call basekb basekb rhs nop dmsg pretty call basekb call kb shared call basekb somesv testing show failure on x fail call basekb call kb shared call basekb somesv testing support mpred prop basekb somesv testing kb shared pt basekb mpred prop basekb somesv testing kb shared pt basekb genlmt call basekb basekb call basekb basekb rhs nop dmsg pretty call basekb call kb shared call basekb somesv testing show failure on x fail call basekb call kb shared call basekb somesv testing found positive trigger mpred prop basekb somesv testing kb shared body ground somesv testing rhs found positive trigger mpred prop basekb somesv testing kb shared body genlpreds kb shared prop genlpreds kb shared rhs found positive trigger mpred prop basekb somesv testing pfccreates body genlpreds pfccreates prop genlpreds pfccreates rhs found positive trigger mpred prop basekb somesv testing pfcrhs body genlpreds pfcrhs prop genlpreds pfcrhs rhs rhs mpred prop basekb somesv testing pfccontrolled support mpred prop basekb somesv testing pfcrhs pt basekb mpred prop basekb somesv testing pfcrhs genlpreds pfcrhs pfccontrolled rhs call mpred level que assertion status unique support status none mpred prop basekb somesv testing pfccontrolled fix mp basekb mz basekb mpred prop basekb somesv testing pfccontrolled support fact mpred prop basekb somesv testing pfcrhs support trig pt basekb mpred prop basekb somesv testing pfcrhs genlpreds pfcrhs pfccontrolled rhs basekb mpred mpred prop basekb somesv testing pfccontrolled found positive trigger mpred prop basekb somesv testing pfccontrolled body ground somesv testing rhs found positive trigger mpred prop basekb somesv testing pfccontrolled body rhs found positive trigger mpred prop basekb somesv testing pfccontrolled body genlpreds pfccontrolled prop genlpreds pfccontrolled rhs rhs mpred prop basekb somesv testing prologhybrid support mpred prop basekb somesv testing pfccontrolled pt basekb mpred prop basekb somesv testing pfccontrolled genlpreds pfccontrolled prologhybrid rhs call mpred level que assertion status unique support status none mpred prop basekb somesv testing prologhybrid fix mp basekb mz basekb mpred prop basekb somesv testing prologhybrid support fact mpred prop basekb somesv testing pfccontrolled support trig pt basekb mpred prop basekb somesv testing pfccontrolled genlpreds pfccontrolled prologhybrid rhs basekb mpred mpred prop basekb somesv testing prologhybrid found positive trigger mpred prop basekb somesv testing prologhybrid body ground somesv testing rhs found positive trigger mpred prop basekb somesv testing prologhybrid body genlpreds prologhybrid prop genlpreds prologhybrid rhs rhs mpred prop basekb somesv testing prologhybrid support mpred prop basekb somesv testing pfcrhs pt basekb mpred prop basekb somesv testing pfcrhs genlpreds pfcrhs prologhybrid rhs call mpred level que assertion status identical support status simular mpred prop basekb somesv testing pfccontrolled pt basekb mpred prop basekb somesv testing pfccontrolled genlpreds pfccontrolled prologhybrid rhs mpred prop basekb somesv testing prologhybrid fix mp basekb mz basekb mpred prop basekb somesv testing prologhybrid support fact mpred prop basekb somesv testing pfcrhs support trig pt basekb mpred prop basekb somesv testing pfcrhs genlpreds pfcrhs prologhybrid rhs call mpred level que assertion status unique support status none mpred prop basekb somesv testing pfclhs fix mp basekb mz basekb mpred prop basekb somesv testing pfclhs support fact somesv testing somesv somesv testing testing missing ismissing call dif dif dif call u somesv testing somesv somesv testing testing ground somesv testing somesv somesv testing testing somesv testing somesv testing somesv testing basekb var lib jenkins workspace logicmoo workspace packs sys pfc t sanity base sv in arg pfc support trig ax basekb mpred mpred prop basekb somesv testing pfclhs found positive trigger mpred prop basekb somesv testing pfclhs body ground somesv testing rhs found positive trigger mpred prop basekb somesv testing pfclhs body rhs arity somesv testing functorismacro somesv testing mpred prop basekb somesv testing pfcwatches rhs arity somesv testing support mpred prop basekb somesv testing pfclhs pt basekb mpred prop basekb somesv testing pfclhs rhs arity somesv testing functorismacro somesv testing mpred prop basekb somesv testing pfcwatches call mpred level que assertion status identical support status simular basekb basekb var lib jenkins workspace logicmoo workspace packs sys pfc t sanity base sv in arg pfc ax arity somesv testing fix mp basekb mz basekb arity somesv testing support fact mpred prop basekb somesv testing pfclhs support trig pt basekb mpred prop basekb somesv testing pfclhs rhs arity somesv testing functorismacro somesv testing mpred prop basekb somesv testing pfcwatches rhs functorismacro somesv testing support mpred prop basekb somesv testing pfclhs pt basekb mpred prop basekb somesv testing pfclhs rhs arity somesv testing functorismacro somesv testing mpred prop basekb somesv testing pfcwatches call mpred level que assertion status unique support status none functorismacro somesv testing fix mp basekb mz basekb functorismacro somesv testing support fact mpred prop basekb somesv testing pfclhs support trig pt basekb mpred prop basekb somesv testing pfclhs rhs arity somesv testing functorismacro somesv testing mpred prop basekb somesv testing pfcwatches basekb mpred functorismacro somesv testing rhs mpred prop basekb somesv testing pfcwatches support mpred prop basekb somesv testing pfclhs pt basekb mpred prop basekb somesv testing pfclhs rhs arity somesv testing functorismacro somesv testing mpred prop basekb somesv testing pfcwatches call mpred level que assertion status unique support status none mpred prop basekb somesv testing pfcwatches fix mp basekb mz basekb mpred prop basekb somesv testing pfcwatches support fact mpred prop basekb somesv testing pfclhs support trig pt basekb mpred prop basekb somesv testing pfclhs rhs arity somesv testing functorismacro somesv testing mpred prop basekb somesv testing pfcwatches basekb mpred mpred prop basekb somesv testing pfcwatches found positive trigger mpred prop basekb somesv testing pfcwatches body ground somesv testing rhs found positive trigger mpred prop basekb somesv testing pfcwatches body rhs found positive trigger mpred prop basekb somesv testing pfcwatches body genlpreds pfcwatches prop genlpreds pfcwatches rhs found positive trigger mpred prop basekb somesv testing pfclhs body genlpreds pfclhs prop genlpreds pfclhs rhs adding positive trigger somesv testing somesv somesv testing testing body testing dif missing ismissing call dif dif testing dif testing dif missing call u somesv testing somesv somesv testing testing dif ground somesv testing somesv somesv testing testing dif pt basekb somesv testing somesv somesv testing testing dif rhs somesv testing somesv somesv testing testing dif somesv testing somesv somesv testing testing dif missing support somesv testing somesv somesv testing dif testing missing dif testing missing ismissing call dif dif testing dif dif testing missing call u somesv testing somesv somesv testing testing dif ground somesv testing somesv somesv testing testing dif somesv testing somesv somesv testing testing dif somesv testing somesv somesv testing testing dif somesv testing somesv somesv testing dif testing missing basekb basekb call mpred level que assertion status unique support status none mpred prop basekb somesv testing pfcpostrigger fix mp basekb mz basekb mpred prop basekb somesv testing pfcpostrigger support fact somesv testing somesv somesv testing testing missing ismissing call dif dif dif call u somesv testing somesv somesv testing testing ground somesv testing somesv somesv testing testing somesv testing somesv testing somesv testing basekb var lib jenkins workspace logicmoo workspace packs sys pfc t sanity base sv in arg pfc support trig ax basekb mpred mpred prop basekb somesv testing pfcpostrigger found positive trigger mpred prop basekb somesv testing pfcpostrigger body ground somesv testing rhs found positive trigger mpred prop basekb somesv testing pfcpostrigger body rhs rhs mpred prop basekb somesv testing pfcwatches support mpred prop basekb somesv testing pfcpostrigger pt basekb mpred prop basekb somesv testing pfcpostrigger rhs call mpred level que assertion status identical support status simular mpred prop basekb somesv testing pfclhs pt basekb mpred prop basekb somesv testing pfclhs rhs arity somesv testing functorismacro somesv testing mpred prop basekb somesv testing pfcwatches mpred prop basekb somesv testing pfcwatches fix mp basekb mz basekb mpred prop basekb somesv testing pfcwatches support fact mpred prop basekb somesv testing pfcpostrigger support trig pt basekb mpred prop basekb somesv testing pfcpostrigger rhs found positive trigger mpred prop basekb somesv testing pfcpostrigger body genlpreds pfcpostrigger prop genlpreds pfcpostrigger rhs adding positive trigger somesv testing a b body rhs somesv testing a b somesv testing a b support somesv testing a b pt basekb somesv testing somesv somesv testing dif testing missing dif testing missing ismissing call dif dif testing dif dif testing missing call u somesv testing somesv somesv testing testing dif ground somesv testing somesv somesv testing testing dif pt basekb somesv testing somesv somesv testing testing dif rhs somesv testing somesv somesv testing testing dif somesv testing somesv somesv testing dif testing missing rhs withdrawing neg somesv testing a b support somesv testing a b pt basekb somesv testing a b rhs somesv testing a b somesv testing a b removing support basekb basekb ax which was for somesv testing a b rhs somesv testing a b support somesv testing a b pt basekb somesv testing a b rhs somesv testing a b somesv testing a b call mpred level que assertion status identical support status simular basekb basekb var lib jenkins workspace logicmoo workspace packs sys pfc t sanity base sv in arg pfc ax somesv testing a b fix mp basekb mz basekb somesv testing a b support fact somesv testing a b support trig pt basekb somesv testing a b rhs somesv testing a b somesv testing a b adding positive trigger somesv testing a b body rhs somesv testing a b somesv testing a b support somesv testing a b pt basekb somesv testing somesv somesv testing dif testing missing dif testing missing ismissing call dif dif testing dif dif testing missing call u somesv testing somesv somesv testing testing dif ground somesv testing somesv somesv testing testing dif pt basekb somesv testing somesv somesv testing testing dif rhs somesv testing somesv somesv testing testing dif somesv testing somesv somesv testing dif testing missing rhs withdrawing neg somesv testing a b support somesv testing a b pt basekb somesv testing a b rhs somesv testing a b somesv testing a b removing support basekb basekb ax which was for somesv testing a b success mpred pt unfwc basekb retract u pt basekb somesv testing a b rhs rhs somesv testing a b support somesv testing a b pt basekb somesv testing a b rhs somesv testing a b somesv testing a b call mpred level que assertion status unique support status none somesv testing a b fix mp basekb mz basekb somesv testing a b support fact somesv testing a b support trig pt basekb somesv testing a b rhs somesv testing a b somesv testing a b basekb mpred somesv testing a b found positive trigger somesv testing a b body ismissing call dif dif testing b call u somesv testing a b testing b ground somesv testing a b testing b pt basekb somesv testing a b testing b rhs somesv testing a b testing b somesv testing a b found positive trigger singlevaluedinarg somesv testing body ismissing call dif dif singlevaluedinarg somesv testing call u singlevaluedinarg somesv testing singlevaluedinarg somesv testing ground singlevaluedinarg somesv testing singlevaluedinarg somesv testing pt basekb singlevaluedinarg somesv testing singlevaluedinarg somesv testing rhs singlevaluedinarg somesv testing singlevaluedinarg somesv testing singlevaluedinarg somesv testing rtrace somesv testing a c call mpred level que assertion status unique support status none somesv testing a c fix mp basekb mz basekb somesv testing a c support fact basekb var lib jenkins workspace logicmoo workspace packs sys pfc t sanity base sv in arg pfc support trig ax basekb mpred somesv testing a c found positive trigger somesv testing a c body ismissing call dif dif testing c call u somesv testing a c testing c ground somesv testing a c testing c pt basekb somesv testing a c testing c rhs somesv testing a c testing c somesv testing a c adding positive trigger somesv testing a c body rhs somesv testing a c somesv testing a c support somesv testing a c pt basekb somesv testing a c ismissing call dif dif call u somesv testing a c ground somesv testing a c pt basekb somesv testing a c rhs somesv testing a c somesv testing a c rhs withdrawing neg somesv testing a c support somesv testing a c pt basekb somesv testing a c rhs somesv testing a c somesv testing a c removing support basekb basekb ax which was for somesv testing a c rhs somesv testing a c support somesv testing a c pt basekb somesv testing a c rhs somesv testing a c somesv testing a c call mpred level que assertion status identical support status simular basekb basekb var lib jenkins workspace logicmoo workspace packs sys pfc t sanity base sv in arg pfc ax somesv testing a c fix mp basekb mz basekb somesv testing a c support fact somesv testing a c support trig pt basekb somesv testing a c rhs somesv testing a c somesv testing a c listing somesv testing skipped listing somesv testing sanity somesv testing a c sanity somesv testing a b sanity somesv testing a b mpred notrace exec begin test completed exit unused no junit results system halted junit true testsuite file var lib jenkins workspace logicmoo workspace packs sys pfc t sanity base sv in arg pfc test completed exit totaltime issue edit jenkins previous issue search gitlab github failed var lib jenkins workspace logicmoo workspace bin lmoo junit minor k sv in arg pfc returned add labels rem labels errors warnings overtime skipped | 0 |
432,480 | 30,285,224,597 | IssuesEvent | 2023-07-08 15:35:58 | perl-net-saml2/perl-Net-SAML2 | https://api.github.com/repos/perl-net-saml2/perl-Net-SAML2 | closed | Update pod for recent changes | documentation good first issue | https://github.com/perl-net-saml2/perl-Net-SAML2/blob/9d9ac1a793449df9976e8ca2bc8be2cfcb50d837/lib/Net/SAML2/Binding/POST.pm#L19
Change $ret to $xml
add a line that says handle_response returns xml | 1.0 | Update pod for recent changes - https://github.com/perl-net-saml2/perl-Net-SAML2/blob/9d9ac1a793449df9976e8ca2bc8be2cfcb50d837/lib/Net/SAML2/Binding/POST.pm#L19
Change $ret to $xml
add a line that says handle_response returns xml | non_priority | update pod for recent changes change ret to xml add a line that says handle response returns xml | 0 |
93,051 | 10,764,465,539 | IssuesEvent | 2019-11-01 08:22:16 | Icesiolz/ped | https://api.github.com/repos/Icesiolz/ped | opened | Command Summary documentation inconsistency | severity.Low type.DocumentationBug | When i tried deleterep 1 it didnt work, (although earlier it is mentioned that it should be delrep)

| 1.0 | Command Summary documentation inconsistency - When i tried deleterep 1 it didnt work, (although earlier it is mentioned that it should be delrep)

| non_priority | command summary documentation inconsistency when i tried deleterep it didnt work although earlier it is mentioned that it should be delrep | 0 |
311,216 | 26,777,399,877 | IssuesEvent | 2023-01-31 18:12:11 | ray-project/ray | https://api.github.com/repos/ray-project/ray | opened | [ci] Mirror external dependenies in CI | P2 testing | Our CI sometimes breaks due to unavailability of external resources. In a [recent example](https://buildkite.com/ray-project/oss-ci-build-branch/builds/2093#018608f5-a6d3-4889-8536-c5bc68982afb) the SSL certificate of a vendor expired, leading all our build jobs to fail.
In this particular case we're referring to a pinned dependency. Instead of relying on third party hosts, we should mirror these dependencies and host them ourselves. This requires a process to add new dependencies and remove stale ones.
| 1.0 | [ci] Mirror external dependenies in CI - Our CI sometimes breaks due to unavailability of external resources. In a [recent example](https://buildkite.com/ray-project/oss-ci-build-branch/builds/2093#018608f5-a6d3-4889-8536-c5bc68982afb) the SSL certificate of a vendor expired, leading all our build jobs to fail.
In this particular case we're referring to a pinned dependency. Instead of relying on third party hosts, we should mirror these dependencies and host them ourselves. This requires a process to add new dependencies and remove stale ones.
| non_priority | mirror external dependenies in ci our ci sometimes breaks due to unavailability of external resources in a the ssl certificate of a vendor expired leading all our build jobs to fail in this particular case we re referring to a pinned dependency instead of relying on third party hosts we should mirror these dependencies and host them ourselves this requires a process to add new dependencies and remove stale ones | 0 |
45,366 | 13,109,715,870 | IssuesEvent | 2020-08-04 19:13:49 | mwilliams7197/grunt-p4 | https://api.github.com/repos/mwilliams7197/grunt-p4 | opened | CVE-2020-8203 (High) detected in lodash-2.4.2.tgz, lodash-0.9.2.tgz | security vulnerability | ## CVE-2020-8203 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>lodash-2.4.2.tgz</b>, <b>lodash-0.9.2.tgz</b></p></summary>
<p>
<details><summary><b>lodash-2.4.2.tgz</b></p></summary>
<p>A utility library delivering consistency, customization, performance, & extras.</p>
<p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz">https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/grunt-p4/package.json</p>
<p>Path to vulnerable library: /tmp/ws-scm/grunt-p4/node_modules/findup-sync/node_modules/lodash/package.json</p>
<p>
Dependency Hierarchy:
- grunt-0.4.1.tgz (Root Library)
- findup-sync-0.1.3.tgz
- :x: **lodash-2.4.2.tgz** (Vulnerable Library)
</details>
<details><summary><b>lodash-0.9.2.tgz</b></p></summary>
<p>A utility library delivering consistency, customization, performance, and extras.</p>
<p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz">https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/grunt-p4/package.json</p>
<p>Path to vulnerable library: /tmp/ws-scm/grunt-p4/node_modules/lodash/package.json</p>
<p>
Dependency Hierarchy:
- grunt-0.4.1.tgz (Root Library)
- :x: **lodash-0.9.2.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/mwilliams7197/grunt-p4/commit/5b3cf80d1e021610a92cf345d4a5d604dadfa1b3">5b3cf80d1e021610a92cf345d4a5d604dadfa1b3</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Prototype pollution attack when using _.zipObjectDeep in lodash <= 4.17.15.
<p>Publish Date: 2020-07-15
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8203>CVE-2020-8203</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.4</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.npmjs.com/advisories/1523">https://www.npmjs.com/advisories/1523</a></p>
<p>Release Date: 2020-07-23</p>
<p>Fix Resolution: lodash - 4.17.19</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"lodash","packageVersion":"2.4.2","isTransitiveDependency":true,"dependencyTree":"grunt:0.4.1;findup-sync:0.1.3;lodash:2.4.2","isMinimumFixVersionAvailable":true,"minimumFixVersion":"lodash - 4.17.19"},{"packageType":"javascript/Node.js","packageName":"lodash","packageVersion":"0.9.2","isTransitiveDependency":true,"dependencyTree":"grunt:0.4.1;lodash:0.9.2","isMinimumFixVersionAvailable":true,"minimumFixVersion":"lodash - 4.17.19"}],"vulnerabilityIdentifier":"CVE-2020-8203","vulnerabilityDetails":"Prototype pollution attack when using _.zipObjectDeep in lodash \u003c\u003d 4.17.15.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8203","cvss3Severity":"high","cvss3Score":"7.4","cvss3Metrics":{"A":"High","AC":"High","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> --> | True | CVE-2020-8203 (High) detected in lodash-2.4.2.tgz, lodash-0.9.2.tgz - ## CVE-2020-8203 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>lodash-2.4.2.tgz</b>, <b>lodash-0.9.2.tgz</b></p></summary>
<p>
<details><summary><b>lodash-2.4.2.tgz</b></p></summary>
<p>A utility library delivering consistency, customization, performance, & extras.</p>
<p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz">https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/grunt-p4/package.json</p>
<p>Path to vulnerable library: /tmp/ws-scm/grunt-p4/node_modules/findup-sync/node_modules/lodash/package.json</p>
<p>
Dependency Hierarchy:
- grunt-0.4.1.tgz (Root Library)
- findup-sync-0.1.3.tgz
- :x: **lodash-2.4.2.tgz** (Vulnerable Library)
</details>
<details><summary><b>lodash-0.9.2.tgz</b></p></summary>
<p>A utility library delivering consistency, customization, performance, and extras.</p>
<p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz">https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/grunt-p4/package.json</p>
<p>Path to vulnerable library: /tmp/ws-scm/grunt-p4/node_modules/lodash/package.json</p>
<p>
Dependency Hierarchy:
- grunt-0.4.1.tgz (Root Library)
- :x: **lodash-0.9.2.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/mwilliams7197/grunt-p4/commit/5b3cf80d1e021610a92cf345d4a5d604dadfa1b3">5b3cf80d1e021610a92cf345d4a5d604dadfa1b3</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Prototype pollution attack when using _.zipObjectDeep in lodash <= 4.17.15.
<p>Publish Date: 2020-07-15
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8203>CVE-2020-8203</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.4</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.npmjs.com/advisories/1523">https://www.npmjs.com/advisories/1523</a></p>
<p>Release Date: 2020-07-23</p>
<p>Fix Resolution: lodash - 4.17.19</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"lodash","packageVersion":"2.4.2","isTransitiveDependency":true,"dependencyTree":"grunt:0.4.1;findup-sync:0.1.3;lodash:2.4.2","isMinimumFixVersionAvailable":true,"minimumFixVersion":"lodash - 4.17.19"},{"packageType":"javascript/Node.js","packageName":"lodash","packageVersion":"0.9.2","isTransitiveDependency":true,"dependencyTree":"grunt:0.4.1;lodash:0.9.2","isMinimumFixVersionAvailable":true,"minimumFixVersion":"lodash - 4.17.19"}],"vulnerabilityIdentifier":"CVE-2020-8203","vulnerabilityDetails":"Prototype pollution attack when using _.zipObjectDeep in lodash \u003c\u003d 4.17.15.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8203","cvss3Severity":"high","cvss3Score":"7.4","cvss3Metrics":{"A":"High","AC":"High","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> --> | non_priority | cve high detected in lodash tgz lodash tgz cve high severity vulnerability vulnerable libraries lodash tgz lodash tgz lodash tgz a utility library delivering consistency customization performance extras library home page a href path to dependency file tmp ws scm grunt package json path to vulnerable library tmp ws scm grunt node modules findup sync node modules lodash package json dependency hierarchy grunt tgz root library findup sync tgz x lodash tgz vulnerable library lodash tgz a utility library delivering consistency customization performance and extras library home page a href path to dependency file tmp ws scm grunt package json path to vulnerable library tmp ws scm grunt node modules lodash package json dependency hierarchy grunt tgz root library x lodash tgz vulnerable library found in head commit a href vulnerability details prototype pollution attack when using zipobjectdeep in lodash publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution lodash isopenpronvulnerability false ispackagebased true isdefaultbranch true packages vulnerabilityidentifier cve vulnerabilitydetails prototype pollution attack when using zipobjectdeep in lodash vulnerabilityurl | 0 |
241,608 | 20,151,729,472 | IssuesEvent | 2022-02-09 13:04:16 | brave/brave-browser | https://api.github.com/repos/brave/brave-browser | closed | Manual test run on Android ARM for 1.35.x - Release #2 | tests QA/Yes release-notes/exclude OS/Android ARM | ## Installer
- [x] Check that installer is close to the size of the last release
- [x] Check the Brave version in About and make sure it is EXACTLY as expected
### Rewards
- [x] Verify account balance shows correct BAT and USD value
- [x] Verify actions taken (claiming grant, tipping, auto-contribute) display in wallet panel
- [x] Verify when you click on the BR panel while on a site, the panel displays site specific information (site favicon, domain, attention %)
- [x] Verify you are able to make one-time tip and they display in tips panel
- [x] Verify you are able to make recurring tip and they display in tips panel
- [x] Verify you can tip a verified publisher
- [x] Verify you can tip a verified YouTube creator
- [x] Verify you are able to perform a contribution
- [x] Verify if you disable auto-contribute you are still able to tip regular sites and YouTube creators
- [x] Verify on BR panel that the `Verify wallet` button only enables when balance is >=15 BAT
- [ ] Verify you can reset rewards from advance setting. Resetting should delete wallet and bring it back to the pre-optin state
### Brave Ads
- [x] Verify ads is auto-enabled when rewards is enabled for the supported region
- [x] Verify ads are only shown when the app is being used
- [x] Verify ad notification are shown based on ads per hour setting
- [x] Verify ad notifications stack up in notification tray
- [x] Verify swipe left/right dismisses the ad notification when shown and is not stored in the notification tray
- [x] Verify clicking on an ad notification shows the landing page
- [x] Verify `view`,`clicked` and `landed` and `dismiss` states are logged based on the action
## Upgrade
Pre-Requisite: Visit several websites so Top Tiles under New Tab Page get updated and add several sites via `Add to Home screen` (from 3 dots menu) using a previous build/installation before upgrading.
- [x] Make sure that data from the last version appears in the new version OK
- [x] Ensure that `brave://version` lists the expected Brave & Chromium versions
- [x] With data from the last version, verify that
- [x] Bookmarks are preserved (Folders/Sites)
- [x] Cookies are preserved
- [x] Per site shield settings are preserved
- [x] Opened tabs can be reloaded
- [x] Stored passwords are preserved
- [x] Sync chain created in previous version is retained
- [x] Setting changes are preserved (Default SE, Shield settings, Homepage etc..)
- [x] Top Tiles under New Tab Page are preserved
- [x] Home screen shortcuts are preserved
- [x] Rewards
- [x] Wallet balance is retained
- [x] Auto-contribute list is retained
- [x] Both Tips and Monthly Contributions are retained
- [x] Wallet panel transactions list is retained
- [x] Changes to rewards settings are retained
- [x] Ads
- [x] Both `Estimated pending rewards` & `Ad notifications received this month` are retained
- [x] Changes to ads settings are retained
- [x] Ensure that ads are not being enabled when upgrading to a new version if they were disabled
- [x] Ensure that ads are not disabled when upgrading to a new version if they were enabled | 1.0 | Manual test run on Android ARM for 1.35.x - Release #2 - ## Installer
- [x] Check that installer is close to the size of the last release
- [x] Check the Brave version in About and make sure it is EXACTLY as expected
### Rewards
- [x] Verify account balance shows correct BAT and USD value
- [x] Verify actions taken (claiming grant, tipping, auto-contribute) display in wallet panel
- [x] Verify when you click on the BR panel while on a site, the panel displays site specific information (site favicon, domain, attention %)
- [x] Verify you are able to make one-time tip and they display in tips panel
- [x] Verify you are able to make recurring tip and they display in tips panel
- [x] Verify you can tip a verified publisher
- [x] Verify you can tip a verified YouTube creator
- [x] Verify you are able to perform a contribution
- [x] Verify if you disable auto-contribute you are still able to tip regular sites and YouTube creators
- [x] Verify on BR panel that the `Verify wallet` button only enables when balance is >=15 BAT
- [ ] Verify you can reset rewards from advance setting. Resetting should delete wallet and bring it back to the pre-optin state
### Brave Ads
- [x] Verify ads is auto-enabled when rewards is enabled for the supported region
- [x] Verify ads are only shown when the app is being used
- [x] Verify ad notification are shown based on ads per hour setting
- [x] Verify ad notifications stack up in notification tray
- [x] Verify swipe left/right dismisses the ad notification when shown and is not stored in the notification tray
- [x] Verify clicking on an ad notification shows the landing page
- [x] Verify `view`,`clicked` and `landed` and `dismiss` states are logged based on the action
## Upgrade
Pre-Requisite: Visit several websites so Top Tiles under New Tab Page get updated and add several sites via `Add to Home screen` (from 3 dots menu) using a previous build/installation before upgrading.
- [x] Make sure that data from the last version appears in the new version OK
- [x] Ensure that `brave://version` lists the expected Brave & Chromium versions
- [x] With data from the last version, verify that
- [x] Bookmarks are preserved (Folders/Sites)
- [x] Cookies are preserved
- [x] Per site shield settings are preserved
- [x] Opened tabs can be reloaded
- [x] Stored passwords are preserved
- [x] Sync chain created in previous version is retained
- [x] Setting changes are preserved (Default SE, Shield settings, Homepage etc..)
- [x] Top Tiles under New Tab Page are preserved
- [x] Home screen shortcuts are preserved
- [x] Rewards
- [x] Wallet balance is retained
- [x] Auto-contribute list is retained
- [x] Both Tips and Monthly Contributions are retained
- [x] Wallet panel transactions list is retained
- [x] Changes to rewards settings are retained
- [x] Ads
- [x] Both `Estimated pending rewards` & `Ad notifications received this month` are retained
- [x] Changes to ads settings are retained
- [x] Ensure that ads are not being enabled when upgrading to a new version if they were disabled
- [x] Ensure that ads are not disabled when upgrading to a new version if they were enabled | non_priority | manual test run on android arm for x release installer check that installer is close to the size of the last release check the brave version in about and make sure it is exactly as expected rewards verify account balance shows correct bat and usd value verify actions taken claiming grant tipping auto contribute display in wallet panel verify when you click on the br panel while on a site the panel displays site specific information site favicon domain attention verify you are able to make one time tip and they display in tips panel verify you are able to make recurring tip and they display in tips panel verify you can tip a verified publisher verify you can tip a verified youtube creator verify you are able to perform a contribution verify if you disable auto contribute you are still able to tip regular sites and youtube creators verify on br panel that the verify wallet button only enables when balance is bat verify you can reset rewards from advance setting resetting should delete wallet and bring it back to the pre optin state brave ads verify ads is auto enabled when rewards is enabled for the supported region verify ads are only shown when the app is being used verify ad notification are shown based on ads per hour setting verify ad notifications stack up in notification tray verify swipe left right dismisses the ad notification when shown and is not stored in the notification tray verify clicking on an ad notification shows the landing page verify view clicked and landed and dismiss states are logged based on the action upgrade pre requisite visit several websites so top tiles under new tab page get updated and add several sites via add to home screen from dots menu using a previous build installation before upgrading make sure that data from the last version appears in the new version ok ensure that brave version lists the expected brave chromium versions with data from the last version verify that bookmarks are preserved folders sites cookies are preserved per site shield settings are preserved opened tabs can be reloaded stored passwords are preserved sync chain created in previous version is retained setting changes are preserved default se shield settings homepage etc top tiles under new tab page are preserved home screen shortcuts are preserved rewards wallet balance is retained auto contribute list is retained both tips and monthly contributions are retained wallet panel transactions list is retained changes to rewards settings are retained ads both estimated pending rewards ad notifications received this month are retained changes to ads settings are retained ensure that ads are not being enabled when upgrading to a new version if they were disabled ensure that ads are not disabled when upgrading to a new version if they were enabled | 0 |
170,080 | 13,172,552,647 | IssuesEvent | 2020-08-11 18:38:46 | Azure/azure-sdk-for-js | https://api.github.com/repos/Azure/azure-sdk-for-js | closed | Storage File Datalake Readme Issue | Client Docs Storage Up for grabs test-manual-pass | 1.
Section [Link](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-file-datalake#examples)

Suggestion:
Add a summary of examples. As follows:

| 1.0 | Storage File Datalake Readme Issue - 1.
Section [Link](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-file-datalake#examples)

Suggestion:
Add a summary of examples. As follows:

| non_priority | storage file datalake readme issue section suggestion add a summary of examples as follows | 0 |
129,794 | 12,418,509,227 | IssuesEvent | 2020-05-23 00:39:52 | streem/pbandk | https://api.github.com/repos/streem/pbandk | closed | Incorrect instructions | documentation | Under [Usage](https://github.com/streem/pbandk#generating-code), it says:
> download the latest protoc-gen-kotlin and make sure protoc-gen-kotlin is on the PATH
The download link takes you to the [release page](https://github.com/streem/pbandk/releases/latest) which only contains source bundles.
I think the release process needs updated to include the distribution. In the short term, however, perhaps update the instructions to reflect the need to run `./gradlew installDist` and point to `protoc-gen-kotlin/protoc-gen-kotlin-jvm/build/install/protoc-gen-kotlin/bin/` for the PATH. | 1.0 | Incorrect instructions - Under [Usage](https://github.com/streem/pbandk#generating-code), it says:
> download the latest protoc-gen-kotlin and make sure protoc-gen-kotlin is on the PATH
The download link takes you to the [release page](https://github.com/streem/pbandk/releases/latest) which only contains source bundles.
I think the release process needs updated to include the distribution. In the short term, however, perhaps update the instructions to reflect the need to run `./gradlew installDist` and point to `protoc-gen-kotlin/protoc-gen-kotlin-jvm/build/install/protoc-gen-kotlin/bin/` for the PATH. | non_priority | incorrect instructions under it says download the latest protoc gen kotlin and make sure protoc gen kotlin is on the path the download link takes you to the which only contains source bundles i think the release process needs updated to include the distribution in the short term however perhaps update the instructions to reflect the need to run gradlew installdist and point to protoc gen kotlin protoc gen kotlin jvm build install protoc gen kotlin bin for the path | 0 |
48,121 | 25,371,055,084 | IssuesEvent | 2022-11-21 10:35:04 | ckeditor/ckeditor5 | https://api.github.com/repos/ckeditor/ckeditor5 | closed | [UI initialization performance] Research how the UI is initialized (the flow) and which steps take significant amount of time | package:ui type:performance squad:core status:in-progress | Part of #12592. | True | [UI initialization performance] Research how the UI is initialized (the flow) and which steps take significant amount of time - Part of #12592. | non_priority | research how the ui is initialized the flow and which steps take significant amount of time part of | 0 |
28,677 | 12,907,553,767 | IssuesEvent | 2020-07-15 05:19:08 | MicrosoftDocs/azure-docs | https://api.github.com/repos/MicrosoftDocs/azure-docs | closed | Pod scheduling in system vs user mode node pools | Pri2 container-service/svc cxp product-question triaged | 1. are control plane pods like `coredns`, `tunnelfront`, `metrics-server` always scheduled on the system node pools? I see they are also in the user mode node pools recently.
2. I'd want to reserve system node pool for only control plane pods and user node pool for application pods. How can I do that? Adding node taints on the system node pool: "key=value:NoSchedule"? What's the recommended way?
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 8c420b2c-e868-9a6a-49fb-913f2cd007ef
* Version Independent ID: 5c543e08-7d75-21eb-9510-22e2cd56d16b
* Content: [Use multiple node pools in Azure Kubernetes Service (AKS) - Azure Kubernetes Service](https://docs.microsoft.com/en-us/azure/aks/use-multiple-node-pools)
* Content Source: [articles/aks/use-multiple-node-pools.md](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/aks/use-multiple-node-pools.md)
* Service: **container-service**
* GitHub Login: @mlearned
* Microsoft Alias: **mlearned** | 1.0 | Pod scheduling in system vs user mode node pools - 1. are control plane pods like `coredns`, `tunnelfront`, `metrics-server` always scheduled on the system node pools? I see they are also in the user mode node pools recently.
2. I'd want to reserve system node pool for only control plane pods and user node pool for application pods. How can I do that? Adding node taints on the system node pool: "key=value:NoSchedule"? What's the recommended way?
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 8c420b2c-e868-9a6a-49fb-913f2cd007ef
* Version Independent ID: 5c543e08-7d75-21eb-9510-22e2cd56d16b
* Content: [Use multiple node pools in Azure Kubernetes Service (AKS) - Azure Kubernetes Service](https://docs.microsoft.com/en-us/azure/aks/use-multiple-node-pools)
* Content Source: [articles/aks/use-multiple-node-pools.md](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/aks/use-multiple-node-pools.md)
* Service: **container-service**
* GitHub Login: @mlearned
* Microsoft Alias: **mlearned** | non_priority | pod scheduling in system vs user mode node pools are control plane pods like coredns tunnelfront metrics server always scheduled on the system node pools i see they are also in the user mode node pools recently i d want to reserve system node pool for only control plane pods and user node pool for application pods how can i do that adding node taints on the system node pool key value noschedule what s the recommended way document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service container service github login mlearned microsoft alias mlearned | 0 |
122,520 | 12,154,549,891 | IssuesEvent | 2020-04-25 08:53:17 | yewstack/yew | https://api.github.com/repos/yewstack/yew | opened | Write up issues needed for Hooks API | documentation | We should organize the remaining work for functional components + hooks api so that the community can easily track progress! They should all be added to this project: https://github.com/yewstack/yew/projects/3
- [ ] Document how to use Functional Components on https://yew.rs/docs
- [ ] Document how to write a custom hook
- [ ] Example using functional components
- [ ] Integrate `use_ref` with `NodeRef`
- [ ] Create macro for creating hook macros
- [ ] Use `line!`/`column!`/`file!` macros to remove hook ordering restriction
- [ ] Add support for `use_memo` hook
- [ ] Review API ergonomics of writing functional components
- [ ] Review API ergonomics of writing custom hooks
cc @ZainlessBrombie | 1.0 | Write up issues needed for Hooks API - We should organize the remaining work for functional components + hooks api so that the community can easily track progress! They should all be added to this project: https://github.com/yewstack/yew/projects/3
- [ ] Document how to use Functional Components on https://yew.rs/docs
- [ ] Document how to write a custom hook
- [ ] Example using functional components
- [ ] Integrate `use_ref` with `NodeRef`
- [ ] Create macro for creating hook macros
- [ ] Use `line!`/`column!`/`file!` macros to remove hook ordering restriction
- [ ] Add support for `use_memo` hook
- [ ] Review API ergonomics of writing functional components
- [ ] Review API ergonomics of writing custom hooks
cc @ZainlessBrombie | non_priority | write up issues needed for hooks api we should organize the remaining work for functional components hooks api so that the community can easily track progress they should all be added to this project document how to use functional components on document how to write a custom hook example using functional components integrate use ref with noderef create macro for creating hook macros use line column file macros to remove hook ordering restriction add support for use memo hook review api ergonomics of writing functional components review api ergonomics of writing custom hooks cc zainlessbrombie | 0 |
19,304 | 26,812,584,425 | IssuesEvent | 2023-02-02 00:05:07 | elementor/elementor | https://api.github.com/repos/elementor/elementor | closed | ⛔ 🚀 Feature Request: On Elementor -> System Info -> Element Usage add columns to indicate which plugins being used | compatibility/3rd_party request/enhancement component/tools/system-info | ### Prerequisites
- [X] I have searched for similar features requests in both open and closed tickets and cannot find a duplicate.
- [X] The feature is still missing in the latest stable version of Elementor ( Elementor Pro )
### What problem is your feature request going to solve? Please describe.
Elementor's 'Element Usage' section of System Info already is aware of and counts the number of widgets and (generally) where they are but does not indicate which plugins they are coming from.
There is currently no good way I know of to identify which widgets are being used without opening each and every page and looking through the navigator.
The 'problem' here is one of wanting to deactivate un-used widgets being supplied by 3rd party elementor addons. Most addon packs allow you to toggle widgets on/off to optimize performance but it can be difficult to know which ones can be safely deactivated.
### Describe the solution you'd like
Add column(s) to the Element Usage section that returns the name(s) of the plugins that are supplying the widgets.
e.g. a site may have 67 buttons, but which elementor addons if any are those buttons coming from? By seeing the names of the plugin it may be much easier to consolidate, eliminate or deactivate widgets.
### Describe alternatives you've considered
Opening each page and template one at a a time and using the navigator to determine widgets used/not used.
### Additional context
_No response_ | True | ⛔ 🚀 Feature Request: On Elementor -> System Info -> Element Usage add columns to indicate which plugins being used - ### Prerequisites
- [X] I have searched for similar features requests in both open and closed tickets and cannot find a duplicate.
- [X] The feature is still missing in the latest stable version of Elementor ( Elementor Pro )
### What problem is your feature request going to solve? Please describe.
Elementor's 'Element Usage' section of System Info already is aware of and counts the number of widgets and (generally) where they are but does not indicate which plugins they are coming from.
There is currently no good way I know of to identify which widgets are being used without opening each and every page and looking through the navigator.
The 'problem' here is one of wanting to deactivate un-used widgets being supplied by 3rd party elementor addons. Most addon packs allow you to toggle widgets on/off to optimize performance but it can be difficult to know which ones can be safely deactivated.
### Describe the solution you'd like
Add column(s) to the Element Usage section that returns the name(s) of the plugins that are supplying the widgets.
e.g. a site may have 67 buttons, but which elementor addons if any are those buttons coming from? By seeing the names of the plugin it may be much easier to consolidate, eliminate or deactivate widgets.
### Describe alternatives you've considered
Opening each page and template one at a a time and using the navigator to determine widgets used/not used.
### Additional context
_No response_ | non_priority | ⛔ 🚀 feature request on elementor system info element usage add columns to indicate which plugins being used prerequisites i have searched for similar features requests in both open and closed tickets and cannot find a duplicate the feature is still missing in the latest stable version of elementor elementor pro what problem is your feature request going to solve please describe elementor s element usage section of system info already is aware of and counts the number of widgets and generally where they are but does not indicate which plugins they are coming from there is currently no good way i know of to identify which widgets are being used without opening each and every page and looking through the navigator the problem here is one of wanting to deactivate un used widgets being supplied by party elementor addons most addon packs allow you to toggle widgets on off to optimize performance but it can be difficult to know which ones can be safely deactivated describe the solution you d like add column s to the element usage section that returns the name s of the plugins that are supplying the widgets e g a site may have buttons but which elementor addons if any are those buttons coming from by seeing the names of the plugin it may be much easier to consolidate eliminate or deactivate widgets describe alternatives you ve considered opening each page and template one at a a time and using the navigator to determine widgets used not used additional context no response | 0 |
116,745 | 9,882,571,564 | IssuesEvent | 2019-06-24 17:11:57 | LICA-UFAL/machine_learning_lica | https://api.github.com/repos/LICA-UFAL/machine_learning_lica | closed | KNN implementation | implementation test | [X] - classification with weights
[x] - implementation regression KNN
[x] - test validation | 1.0 | KNN implementation - [X] - classification with weights
[x] - implementation regression KNN
[x] - test validation | non_priority | knn implementation classification with weights implementation regression knn test validation | 0 |
131,720 | 28,011,851,525 | IssuesEvent | 2023-03-27 19:13:57 | ita-social-projects/StreetCode | https://api.github.com/repos/ita-social-projects/StreetCode | opened | Url with Transliteration | (Epic#1) StreetCode page | Short issue desc.: Adding transliteration in the link to the corresponding Streetcode.
Main tasks:
- [ ] Transliteration link in the url to the streetcode.
Sub. tasks:
- [ ] Adding front- and backend validation for string for the format. Ex: taras-shevchenko.
- [ ] Updating storage and creating a new field in database.
| 1.0 | Url with Transliteration - Short issue desc.: Adding transliteration in the link to the corresponding Streetcode.
Main tasks:
- [ ] Transliteration link in the url to the streetcode.
Sub. tasks:
- [ ] Adding front- and backend validation for string for the format. Ex: taras-shevchenko.
- [ ] Updating storage and creating a new field in database.
| non_priority | url with transliteration short issue desc adding transliteration in the link to the corresponding streetcode main tasks transliteration link in the url to the streetcode sub tasks adding front and backend validation for string for the format ex taras shevchenko updating storage and creating a new field in database | 0 |
22,629 | 10,762,418,232 | IssuesEvent | 2019-10-31 23:36:39 | RuslanGox/BigRepo | https://api.github.com/repos/RuslanGox/BigRepo | opened | CVE-2017-6467 (High) detected in wireshark-v2.2.5rc0 | security vulnerability | ## CVE-2017-6467 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>wiresharkv2.2.5rc0</b></p></summary>
<p>
<p>Read-only mirror of Wireshark's Git repository. GitHub won't let us disable pull requests. ? THEY WILL BE IGNORED HERE ? Please upload them at https://code.wireshark.org/review/ .</p>
<p>Library home page: <a href=https://github.com/wireshark/wireshark.git>https://github.com/wireshark/wireshark.git</a></p>
<p>Found in HEAD commit: <a href="https://github.com/RuslanGox/BigRepo/commit/60f1b99636e9b000c240f2aa5f152ff189c55741">60f1b99636e9b000c240f2aa5f152ff189c55741</a></p>
</p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Library Source Files (3057)</summary>
<p></p>
<p> * The source files were matched to this source library based on a best effort match. Source libraries are selected from a list of probable public libraries.</p>
<p>
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ziop.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-coseventcomm.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-usb-hid.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ax4000.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/io_graph_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-atn-cm.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-s5066sis.c
- /BigRepo/wireshark-2.2.5rc0/codecs/sbc/sbc.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/file_wrappers.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cisco-ttag.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/ranap/packet-ranap-template.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-dccack.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dnp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-isdn.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mpeg-descriptor.c
- /BigRepo/wireshark-2.2.5rc0/epan/column.h
- /BigRepo/wireshark-2.2.5rc0/epan/crypt/airpdcap.c
- /BigRepo/wireshark-2.2.5rc0/ui/mcast_stream.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-xip.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dpnss.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cgmp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-roverride.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-icl_rpc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-vcdu.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-charging_ase.h
- /BigRepo/wireshark-2.2.5rc0/epan/ftypes/ftype-string.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/popcount.h
- /BigRepo/wireshark-2.2.5rc0/plugins/irda/packet-irda.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-smb-sidsnooping.h
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/syntax-tree.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/endpoint_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rmt-lct.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mndp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/h248/packet-h248-template.c
- /BigRepo/wireshark-2.2.5rc0/plugins/ethercat/packet-ethercat-datagram.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-radius.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/p1/packet-p1-template.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bssap.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/unicode-utils.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-osi-options.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-componentstatus.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/label_stack.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ansi_tcap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-chargen.c
- /BigRepo/wireshark-2.2.5rc0/wireshark-qt.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lldp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-nspi.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/bluetooth_att_server_attributes_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-email.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btrfcomm.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcom.h
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_allocator_simple.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/tnef.h
- /BigRepo/wireshark-2.2.5rc0/plugins/profinet/packet-pn.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim.c
- /BigRepo/wireshark-2.2.5rc0/doc/sshdump.pod
- /BigRepo/wireshark-2.2.5rc0/file.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lte-rrc.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rs_repmgr.c
- /BigRepo/wireshark-2.2.5rc0/epan/disabled_protos.c
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/sttype-integer.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h225.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-geneve.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-eth.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-zdp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-security.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mac-lte.c
- /BigRepo/wireshark-2.2.5rc0/caputils/airpcap_loader.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bt-utp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sccp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-location.c
- /BigRepo/wireshark-2.2.5rc0/echld/common.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/pkix1explicit/packet-pkix1explicit-template.c
- /BigRepo/wireshark-2.2.5rc0/tools/fix-encoding-args.pl
- /BigRepo/wireshark-2.2.5rc0/ui/qt/wireshark_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-oampdu.c
- /BigRepo/wireshark-2.2.5rc0/epan/media_params.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-popup.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/packet_list.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/bluetooth_device_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/dop/packet-dop-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rtmpt.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ldss.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_ucd.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/mcast_stream_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wsmp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-usb.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/x11-glx-render-enum.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ncp-sss.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/response_time_delay_table.h
- /BigRepo/wireshark-2.2.5rc0/tfshark.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sync.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dec-dnart.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ieee8023.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sndcp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ppi-vector.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-oicq.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ixveriwave.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h323.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-data.c
- /BigRepo/wireshark-2.2.5rc0/epan/guid-utils.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-u3v.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-macsec.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/capture_filter_syntax_worker.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ses.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rfid-felica.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gdb.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-regreq.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_a_bssmap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-spoolss.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/aethra.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/x11-extension-errors.h
- /BigRepo/wireshark-2.2.5rc0/ui/simple_dialog.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/summary_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-frstrans.h
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-type35ucd.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tdmoe.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/commview.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-iec104.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/capture_preferences_frame.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-radius.h
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_sbc.c
- /BigRepo/wireshark-2.2.5rc0/epan/app_mem_usage.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rua.c
- /BigRepo/wireshark-2.2.5rc0/writecap/pcapio.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/cmdarg_err.c
- /BigRepo/wireshark-2.2.5rc0/epan/srt_table.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ubertooth.h
- /BigRepo/wireshark-2.2.5rc0/plugins/mate/mate_setup.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-alljoyn.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/pixmap_save.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/qt_ui_utils.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/drange.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-wzcsvc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dect.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/rpc_stat.c
- /BigRepo/wireshark-2.2.5rc0/epan/oui.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lbmr.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/csids.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/service_response_time_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/win32/console_win32.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-clip.c
- /BigRepo/wireshark-2.2.5rc0/epan/asn1.h
- /BigRepo/wireshark-2.2.5rc0/caputils/capture-pcap-util.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-telkonet.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-dpd.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rudp.c
- /BigRepo/wireshark-2.2.5rc0/epan/crc16-tvb.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-x2ap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-stat-notify.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bgp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-synergy.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-vssmonitoring.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ieee80211-radio.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-yami.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/cosine.h
- /BigRepo/wireshark-2.2.5rc0/tools/pidl/lib/Parse/Pidl/Samba4/Python.pm
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/pkixtsp/packet-pkixtsp-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h223.c
- /BigRepo/wireshark-2.2.5rc0/ui/capture_ui_utils.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ssh.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/profile_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nb_rtpmux.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/file-jpeg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lmp.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/sober128.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-frame.h
- /BigRepo/wireshark-2.2.5rc0/capture_opts.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-atn-cpdlc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-acap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hcrt.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/old-gtk-compat.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/wireshark_application.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pkix1implicit.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/sctp_assoc_analyse_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-igmp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/goose/packet-goose-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btbredr_rf.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/crc_data.c
- /BigRepo/wireshark-2.2.5rc0/tools/process-x11-fields.pl
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sebek.c
- /BigRepo/wireshark-2.2.5rc0/epan/ppptypes.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sll.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-scsi.c
- /BigRepo/wireshark-2.2.5rc0/epan/ex-opt.c
- /BigRepo/wireshark-2.2.5rc0/doc/tshark.pod
- /BigRepo/wireshark-2.2.5rc0/ui/qt/endpoint_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-HI2Operations.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipmi-app.c
- /BigRepo/wireshark-2.2.5rc0/epan/except.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/iseries.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/extcap_options_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rfid-mifare.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cimetrics.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/wlan_stat_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-openflow_v4.c
- /BigRepo/wireshark-2.2.5rc0/extcap/randpktdump.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_bssmap_le.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-t38.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mpeg-dsmcc.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/nstime.c
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_enumparser.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rlc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-spnego.c
- /BigRepo/wireshark-2.2.5rc0/plugins/ethercat/packet-ams.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/conversations_table.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-dsdrsp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sysex.c
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_complextypeparser.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/crc16-plain.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-isis-lsp.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/sign_ext.h
- /BigRepo/wireshark-2.2.5rc0/register.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gnutella.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-stanag4607.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/vms.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/graph_analysis.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/main_window_slots.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/print.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-dfs.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-iser.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/packet_list_model.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-isakmp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/gsm_map_summary_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gmr1_rach.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-ucd.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/ws_mempbrk_int.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/ws_cpuid.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-csm-encaps.c
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/sttype-set.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-security.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/layout_preferences_frame.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/lrexlib.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-samr.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/preferences_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/goto_dlg.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/percent_bar_delegate.h
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_interval_tree.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/follow_stream_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/wiretap/radcom.h
- /BigRepo/wireshark-2.2.5rc0/epan/ftypes/ftype-guid.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mux27010.c
- /BigRepo/wireshark-2.2.5rc0/epan/address.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aarp.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-sctpchunkstat.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-atm.h
- /BigRepo/wireshark-2.2.5rc0/epan/stream.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/coloring_rules_dialog.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/report_err.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/display_filter_expression_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/lrexlib.h
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/dfilter.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/lpp/packet-lpp-template.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-kingfisher.c
- /BigRepo/wireshark-2.2.5rc0/epan/value_string.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-frstrans.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/lbm_lbtru_transport_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tn3270.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_um.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-zcl.h
- /BigRepo/wireshark-2.2.5rc0/ui/tap-rtp-analysis.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bvlc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tte-pcf.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/extcap_argument.h
- /BigRepo/wireshark-2.2.5rc0/ui/persfilepath_opt.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/dap/packet-dap-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mms.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ax25.h
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_nstime.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/rtp_player.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/5views.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/base64.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-qllc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gprscdr.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-igmp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bluecom.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-coap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mpeg-pes.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-qsig.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-3com-xns.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bacapp.c
- /BigRepo/wireshark-2.2.5rc0/plugins/m2m/packet-m2m.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/crc11.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/capture_if_dlg.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h261.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-packetbb.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-docsis.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/packet-wmx.c
- /BigRepo/wireshark-2.2.5rc0/epan/ftypes/ftype-pcre.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/main_airpcap_toolbar.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-cmctrlreq.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/pidl/mapi/request.cnf.c
- /BigRepo/wireshark-2.2.5rc0/doc/wireshark-filter.pod
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rep_proc.c
- /BigRepo/wireshark-2.2.5rc0/cmake/TestFileOffsetBits.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/s1ap/packet-s1ap-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/next_tvb.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mac-lte.h
- /BigRepo/wireshark-2.2.5rc0/ui/tap-iax2-analysis.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bthci_evt.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/dcerpc/butc/packet-dcerpc-butc-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ppi-sensor.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-igrp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ubertooth.c
- /BigRepo/wireshark-2.2.5rc0/epan/tvbparse.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_int64.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-redback.c
- /BigRepo/wireshark-2.2.5rc0/captype.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-diameter.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-ssi.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/graph_analysis.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/pkixproxy/packet-pkixproxy-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-clique-rm.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cmip.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/io_graph_dialog.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/find_dlg.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/expert_info_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/plugins/stats_tree/pinfo_stats_tree.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipmi-picmg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipfc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-messenger.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gluster_pmap.c
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_tree-int.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/rrc/packet-rrc-template.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/rtp_player_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-json.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cmpp.c
- /BigRepo/wireshark-2.2.5rc0/plugins/irda/packet-sir.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cip.h
- /BigRepo/wireshark-2.2.5rc0/caputils/capture_wpcap_packet.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-simple.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-trmac.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lge_monitor.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bthci_sco.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-iso7816.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/catapult_dct2000.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/manage_interfaces_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-zdp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fractalgeneratorprotocol.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-camel.h
- /BigRepo/wireshark-2.2.5rc0/epan/stats_tree.h
- /BigRepo/wireshark-2.2.5rc0/extcap_parser.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sabp.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-rngrsp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-db-lsp.c
- /BigRepo/wireshark-2.2.5rc0/plugins/easy_codec/codec-g7231.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-iostat.c
- /BigRepo/wireshark-2.2.5rc0/rawshark.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h450-ros.h
- /BigRepo/wireshark-2.2.5rc0/epan/tvbuff.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/packet_list_record.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/pcap-common.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/m3ap/packet-m3ap-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/wlancertextn/packet-wlancertextn-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/timestats.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nat-pmp.c
- /BigRepo/wireshark-2.2.5rc0/plugins/profinet/packet-pn.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cfm.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/rtp_stream_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_simpletypes.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-skinny.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-tlv.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-force10-oui.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/protocol_preferences_menu.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-esio.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ans.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bofl.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fcfzs.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nbifom.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissector_filters.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/filter_expression_frame.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/iana_charsets.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-userlookup.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-scriptingservice.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gtpv2.h
- /BigRepo/wireshark-2.2.5rc0/plugins/mate/mate_util.c
- /BigRepo/wireshark-2.2.5rc0/codecs/speex/resample.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/x11-enum.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/lte_rlc_graph_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dvbci.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/packet_list_record.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tcp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mint.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pkixtsp.c
- /BigRepo/wireshark-2.2.5rc0/epan/column.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/capture_if_dlg.c
- /BigRepo/wireshark-2.2.5rc0/plugins/ethercat/packet-ecatmb.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/extcap_argument_file.cpp
- /BigRepo/wireshark-2.2.5rc0/wiretap/packetlogger.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/c1222/packet-c1222-template.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/preference_editor_frame.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/sv/packet-sv-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cipsafety.c
- /BigRepo/wireshark-2.2.5rc0/ui/decode_as_utils.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mka.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-iax2.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/file_util.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-afs.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sap.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/display_filter_combo.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/mms/packet-mms-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-epmd.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/export_dissection_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-isns.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-parlay.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/tnef.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-forces.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-iwarp-ddp-rdmap.c
- /BigRepo/wireshark-2.2.5rc0/epan/ex-opt.h
- /BigRepo/wireshark-2.2.5rc0/filter_files.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-winreg.c
- /BigRepo/wireshark-2.2.5rc0/ui/time_shift.h
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-comparestat.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-omapi.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/funnel_statistics.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/splash_overlay.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rs_pgo.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-giop.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cell_broadcast.c
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/sttype-function.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/h245/packet-h245-template.h
- /BigRepo/wireshark-2.2.5rc0/caputils/airpcap.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lapd.c
- /BigRepo/wireshark-2.2.5rc0/ui/export_object_tftp.c
- /BigRepo/wireshark-2.2.5rc0/ui/voip_calls.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-3com-njack.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-xtp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rstat.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pw-atm.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-dsarsp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pkix1explicit.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aol.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/fileset_dlg.c
- /BigRepo/wireshark-2.2.5rc0/plugins/irda/packet-ircomm.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-initshutdown.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-vtp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/q932-ros/packet-q932-ros-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-kismet.c
- /BigRepo/wireshark-2.2.5rc0/ui/firewall_rules.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-icap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wol.c
- /BigRepo/wireshark-2.2.5rc0/ui/file_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/ansi_tcap/packet-ansi_tcap-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ixiatrailer.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ieee802a.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-netlink.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nfs.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/frequency-utils.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-dcd.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tds.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rtse.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/overlay_scroll_bar.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-batadv.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/coloring_rules_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/plugin_if.h
- /BigRepo/wireshark-2.2.5rc0/plugins/profinet/packet-dcom-cba-acco.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/sctp_graph_byte_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/crc.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-smbsids.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mpeg-ca.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btl2cap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/pcap/packet-pcap-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-roofnet.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/capture_info_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-nspi.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/about_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-p772.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mactelnet.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-retix-bpdu.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-smb.h
- /BigRepo/wireshark-2.2.5rc0/doc/text2pcap.pod
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_servicetable.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nettl.c
- /BigRepo/wireshark-2.2.5rc0/ui/tap-sequence-analysis.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/bits_ctz.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/memory_dlg.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/voip_calls_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pkixtsp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ua.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mbtcp.h
- /BigRepo/wireshark-2.2.5rc0/epan/addr_and_mask.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/address_editor_frame.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/qt/export_pdu_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/packet_list_store.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/ansi_map/packet-ansi_map-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/compress/lzxpress.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ber.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-xdmcp.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/aethra.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-crmf.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/hcidump.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/daintree-sna.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/peekclassic.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/resolved_addresses_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/decode_as.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-ftserver.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fcfcs.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cpha.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/dct3trace.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-rngreq.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-nwk.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-t30.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/packet_comment_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-actrace.c
- /BigRepo/wireshark-2.2.5rc0/epan/tvbuff.h
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/wimax_compact_dlmap_ie_decoder.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gprscdr.c
- /BigRepo/wireshark-2.2.5rc0/ui/capture_globals.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/merge.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nntp.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/firewall_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hci_usb.c
- /BigRepo/wireshark-2.2.5rc0/ui/all_files_wildcard.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/remote_capture_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-x29.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pw-fr.c
- /BigRepo/wireshark-2.2.5rc0/epan/afn.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hiqnet.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-m2pa.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/netscreen.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipmi-session.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/mpeg-audio/packet-mpeg-audio-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ptpip.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-eap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/ilp/packet-ilp-template.c
- /BigRepo/wireshark-2.2.5rc0/ui/commandline.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-glusterfs.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/wlan_statistics_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-e212.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wccp.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-dscreq.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-goose.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rmt-norm.c
- /BigRepo/wireshark-2.2.5rc0/epan/nghttp2/nghttp2.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/time_util.c
- /BigRepo/wireshark-2.2.5rc0/epan/sminmpec.h
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_dumper.c
- /BigRepo/wireshark-2.2.5rc0/ui/proto_hier_stats.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/capture_interfaces_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/crmf/packet-crmf-template.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/decode_as_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dsi.c
- /BigRepo/wireshark-2.2.5rc0/plugins/stats_tree/pinfo_stats_tree.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/column_preferences_frame.cpp
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-dccrsp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-flexray.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/gtk_iface_monitor.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/dlg_utils.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-dsaack.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tuxedo.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/filter_expression_save_dlg.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/firewall_rules_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-logcat.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btatt.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-dsareq.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/eax.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mpeg-sect.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nsh.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_proto_expert.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cattp.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/rc4.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rlm.c
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_strbuf.c
- /BigRepo/wireshark-2.2.5rc0/dumpcap.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/voip_calls_dialog.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/lbm_stream_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-calcappprotocol.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-dcom.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tcap.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gtp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/main_window_preferences_frame.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rdm.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dsp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-reload.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mikey.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/lppa/packet-lppa-template.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-dbcack.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/main.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-smb-browse.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/export_object_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/reassemble.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-socketcan.c
- /BigRepo/wireshark-2.2.5rc0/caputils/capture-pcap-util-int.h
- /BigRepo/wireshark-2.2.5rc0/ui/decode_as_utils.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/main_titlebar.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/conversation_hash_tables_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-chdlc.c
- /BigRepo/wireshark-2.2.5rc0/epan/rtp_pt.h
- /BigRepo/wireshark-2.2.5rc0/plugins/profinet/packet-pn-mrp.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/capsa.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lapb.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rtp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lppa.c
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_hfindeces.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-spray.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-samr.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ros.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fip.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-diffserv-mpls-common.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/uat_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lbttcp.h
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_dir.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/cosine.c
- /BigRepo/wireshark-2.2.5rc0/epan/crc10-tvb.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-uhd.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bthcrp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/h245/packet-h245-template.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/gtkglobals.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/erf.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wifi-display.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/g711.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-wspstat.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dsr.c
- /BigRepo/wireshark-2.2.5rc0/codecs/G711a/G711adecode.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-vxi11.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-xmpp-gtalk.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-mdssvc.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mgcp.h
- /BigRepo/wireshark-2.2.5rc0/epan/column-info.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-x25.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/qcustomplot.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/service_response_time_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/diam_dict.h
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-srt.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h245.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-atalk.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-newmail.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipmi.c
- /BigRepo/wireshark-2.2.5rc0/epan/disabled_protos.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ancp.c
- /BigRepo/wireshark-2.2.5rc0/ui/tap-sequence-analysis.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/nbap/packet-nbap-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-snmp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bencode.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-knet.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-xml.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/cfutils.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pkixqualified.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/rtp_audio_stream.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fcsb3.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rpriv.c
- /BigRepo/wireshark-2.2.5rc0/epan/decode_as.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wassp.c
- /BigRepo/wireshark-2.2.5rc0/epan/crypt/airpdcap_int.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ospf.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pcap.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/byte_view_text.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-initshutdown.h
- /BigRepo/wireshark-2.2.5rc0/epan/follow.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/ws_mempbrk.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sscop.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-acp133.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nsip.c
- /BigRepo/wireshark-2.2.5rc0/plugins/profinet/packet-dcom-cba-acco.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_file_handler.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/file-btsnoop.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/iax2_analysis.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/bluetooth_hci_summary_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/to_str-int.h
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-regrsp.c
- /BigRepo/wireshark-2.2.5rc0/caputils/capture-wpcap.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-smpp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cops.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/iptrace.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cosine.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ncs.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/os_version_info.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/sequence_diagram.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-lsa.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ndmp.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/wtap.h
- /BigRepo/wireshark-2.2.5rc0/epan/stat_tap_ui.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-spice.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/sha2.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/sctp_chunk_stat.c
- /BigRepo/wireshark-2.2.5rc0/tools/lemon/lempar.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/byte_view_tab.h
- /BigRepo/wireshark-2.2.5rc0/epan/column-utils.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/sctp_assoc_analyse_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/randpkt_core/randpkt_core.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/filter_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-scsi-smc.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/main.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fcswils.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/capture_file.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mip.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-e212.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-epl_v1.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ypbind.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-follow.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/init_wslua.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cast.c
- /BigRepo/wireshark-2.2.5rc0/epan/geoip_db.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipxwan.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-vicp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-peekremote.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ncp-int.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sdlc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rgmp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-quake3.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-usb-ccid.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-6lowpan.c
- /BigRepo/wireshark-2.2.5rc0/epan/ftypes/ftype-protocol.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-directory.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ppp.h
- /BigRepo/wireshark-2.2.5rc0/ui/tap-tcp-stream.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/mime_file.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/pkcs12/packet-pkcs12-template.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/search_frame.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ip.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lbtrm.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-p7.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-qnet6.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipsi-ctl.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-protohierstat.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/mplog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-idmp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/capture_filter_combo.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sasp.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/buffer.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rtps.c
- /BigRepo/wireshark-2.2.5rc0/ui/ssl_key_export.c
- /BigRepo/wireshark-2.2.5rc0/epan/uat.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-quic.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bt-dht.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mpeg-pmt.c
- /BigRepo/wireshark-2.2.5rc0/epan/exported_pdu.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hnbap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-arp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-m2ua.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/mac_lte_stat_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/nghttp2/nghttp2_rcbuf.c
- /BigRepo/wireshark-2.2.5rc0/epan/exntest.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sua.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h263.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-raknet.c
- /BigRepo/wireshark-2.2.5rc0/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/file-mp4.c
- /BigRepo/wireshark-2.2.5rc0/ui/time_shift.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-llt.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/mpeg-audio.c
- /BigRepo/wireshark-2.2.5rc0/epan/tpg.h
- /BigRepo/wireshark-2.2.5rc0/ui/export_object.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/ipfix.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/hostlist_table.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ppi-gps.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-kink.c
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/dfilter-macro.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_proto_field.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/import_text_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/g_int64_hash_routines.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/edit_packet_comment_dlg.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-usb-dfu.c
- /BigRepo/wireshark-2.2.5rc0/epan/timestamp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ltp.c
- /BigRepo/wireshark-2.2.5rc0/ui/text_import.c
- /BigRepo/wireshark-2.2.5rc0/codecs/codecs.c
- /BigRepo/wireshark-2.2.5rc0/frame_tvbuff.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-cds_clerkserver.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-usb-audio.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/print_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/airpcap_gui_utils.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipmi.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/show_packet_bytes_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hci_mon.c
- /BigRepo/wireshark-2.2.5rc0/sync_pipe.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-c1222.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cql.c
- /BigRepo/wireshark-2.2.5rc0/ui/service_response_time.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/sctp_graph_dialog.h
- /BigRepo/wireshark-2.2.5rc0/ui/console.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-usb-masstorage.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-reload-framing.c
- /BigRepo/wireshark-2.2.5rc0/capture_info.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h450-ros.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-netlink.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lbtrm.h
- /BigRepo/wireshark-2.2.5rc0/epan/dvb_chartbl.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-diameter.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-alcap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-frame.c
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_serviceids.h
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_tree.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/lrexlib_glib.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lltd.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sercosiii.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pkixqualified.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lon.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ieee1722.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nbipx.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/sctp_chunk_statistics_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/plugins/unistim/packet-unistim.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-witness.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/eyesdn.c
- /BigRepo/wireshark-2.2.5rc0/epan/in_cksum.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fix.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ilp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-diameter_3gpp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-infiniband.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dop.h
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-sipstat.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/capture_filter_syntax_worker.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aruba-iap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aastra-aasp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_a_dtap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pcep.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-quake2.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sndcp-xid.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/simple_stattable.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/module_preferences_scroll_area.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipv6.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/sha2.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/export_object_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_list.h
- /BigRepo/wireshark-2.2.5rc0/ui/persfilepath_opt.h
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_pkm.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/supported_protos_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pvfs2.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-flexnet.c
- /BigRepo/wireshark-2.2.5rc0/ui/service_response_time.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_dissector.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-exported_pdu.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-maap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsmtap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aruba-papi.c
- /BigRepo/wireshark-2.2.5rc0/sync_pipe_write.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/kerberos/packet-kerberos-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/gencode.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/lte-rrc/packet-lte-rrc-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-asterix.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-isis-clv.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-banana.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tfp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dvb-tdt.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/getopt_long.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-netbios.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mip6.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-cprpc_server.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-at.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/font_color_preferences_frame.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-adb_cs.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/rtp_analysis_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-zcl.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pcap_pktdata.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-moldudp.c
- /BigRepo/wireshark-2.2.5rc0/epan/crc32-tvb.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ecp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-portmap.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/search_frame.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ms-mms.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nas_eps.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-p_mul.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-vntag.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cigi.c
- /BigRepo/wireshark-2.2.5rc0/epan/slow_protocol_subtypes.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pagp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/pkcs1/packet-pkcs1-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sscf-nni.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-http-urlencoded.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ieee802154.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rtsp.c
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_servicetable.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-credssp.h
- /BigRepo/wireshark-2.2.5rc0/ui/commandline.h
- /BigRepo/wireshark-2.2.5rc0/extcap/ssh-base.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_sms_ud.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fmp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-cds_solicit.c
- /BigRepo/wireshark-2.2.5rc0/mkcap.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/wimax_utils.h
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_map.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/recent_file_status.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-websocket.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/logotypecertextn/packet-logotypecertextn-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h450.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-nt.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-butc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-flip.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sdp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h460.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/charging_ase/packet-charging_ase-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tetra.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-who.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pktgen.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/wimax_compact_ulmap_ie_decoder.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-opensafety.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rmp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/gsm_map/packet-gsm_map-template.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zrtp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rsip.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/dissector_tables_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dtd_parse.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ismacryp.c
- /BigRepo/wireshark-2.2.5rc0/epan/nghttp2/nghttp2_hd_huffman.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-http.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bzr.c
- /BigRepo/wireshark-2.2.5rc0/ui/export_object_dicom.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-v150fw.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-smrse.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rs_repadm.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/follow_stream.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/inet_ipv6.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/iseries.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rs_bind.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ieee17221.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/ipfix.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/find_line_edit.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/uat_gui.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-oipf.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lwres.c
- /BigRepo/wireshark-2.2.5rc0/epan/nghttp2/nghttp2_mem.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dccp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/wireless_frame.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mpls-psc.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/dbs-etherwatch.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/mac_hd_type2_decoder.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sip.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/extcap_argument_multiselect.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-icmp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipmi-se.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-x509ce.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-daytime.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ssl-utils.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btle_rf.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rlc-lte.h
- /BigRepo/wireshark-2.2.5rc0/epan/prefs.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hpsw.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mqtt.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-rtp.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/crash_info.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ftam.c
- /BigRepo/wireshark-2.2.5rc0/epan/prefs.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btavctp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/sttype-pointer.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zebra.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-x509if.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aprs.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ses.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/libpcap.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/response_time_delay_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/pkinit/packet-pkinit-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-smb2.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h323.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/rrlp/packet-rrlp-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mcpe.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-9p.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wlccp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dtls.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-xcsl.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-udt.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_internals.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mp4ves.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rdt.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cimd.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pkcs1.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rwall.c
- /BigRepo/wireshark-2.2.5rc0/epan/xdlc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipnet.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/vwr.c
- /BigRepo/wireshark-2.2.5rc0/epan/nghttp2/nghttp2ver.h
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_application_layer.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hislip.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-vxlan.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-x509if.h
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_strutl.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ajp13.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ieee802154.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-p7.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/win32-utils.h
- /BigRepo/wireshark-2.2.5rc0/ui/preference_utils.c
- /BigRepo/wireshark-2.2.5rc0/epan/print_stream.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/peektagged.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ocsp.h
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-iousers.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/percent_bar_delegate.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aruba-adp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ieee80211-wlancap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-elmi.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/supported_protocols_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bootp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sadmind.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-bpkmattr.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-llb.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-finger.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-megaco.c
- /BigRepo/wireshark-2.2.5rc0/epan/range.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pdc.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-protocolinfo.c
- /BigRepo/wireshark-2.2.5rc0/caputils/capture-pcap-util.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/uat_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ax25-kiss.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/sequence_diagram.cpp
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-cmctrlrsp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/ocsp/packet-ocsp-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tcpros.c
- /BigRepo/wireshark-2.2.5rc0/epan/circuit.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/lbm_lbtrm_transport_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pcp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bctp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sigcomp.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/des.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cms.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_sms.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/usb.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pres.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/wimax_ffb_decoder.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fw1.c
- /BigRepo/wireshark-2.2.5rc0/epan/addr_resolv.c
- /BigRepo/wireshark-2.2.5rc0/tools/process-x11-xcb.pl
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ap1394.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/proto_hier_tree_model.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-sst.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-qsig.c
- /BigRepo/wireshark-2.2.5rc0/epan/column-utils.c
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/dfvm.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ptp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ros.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/h283/packet-h283-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rmt-alc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/atn-ulcs/packet-atn-ulcs-template.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/dlg_utils.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/camins.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcom-remunkn.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-p22.c
- /BigRepo/wireshark-2.2.5rc0/extcap_spawn.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hdmi.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/funnel_text_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bacnet.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/privileges.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/color_dlg.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/qt_ui_utils.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/main_welcome.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/lpp/packet-lpp-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hsr.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-asf.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-csn1.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-mgmt.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mpls-pm.c
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_array.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipmi-vita.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/atm.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/rtp_stream_dlg.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/airpcap_gui_utils.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-opa-mad.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/toshiba.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ber.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-ubikvote.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/ascend-int.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-imf.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-uccrsp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ecmp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ansi_map.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/inet_pton.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipdr.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/ngsniffer.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/capture_file_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-manolito.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ax25.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mpls-echo.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cisco-wids.c
- /BigRepo/wireshark-2.2.5rc0/plugins/ethercat/packet-ethercat-frame.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-vrt.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dtls.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-evrc.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/addr_resolution_dlg.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/manage_interfaces_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wbxml.c
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/dfilter-int.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-icep.c
- /BigRepo/wireshark-2.2.5rc0/epan/llcsaps.h
- /BigRepo/wireshark-2.2.5rc0/epan/asn1.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/packetlogger.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-snmp.h
- /BigRepo/wireshark-2.2.5rc0/epan/nghttp2/nghttp2_hd.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rrlp.c
- /BigRepo/wireshark-2.2.5rc0/log.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mgcp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-uma.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-eiss.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-daap.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/extcap_gtk.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/h501/packet-h501-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h221_nonstd.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-fldb.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gmr1_bcch.c
- /BigRepo/wireshark-2.2.5rc0/summary.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-infiniband.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bt3ds.c
- /BigRepo/wireshark-2.2.5rc0/plugins/profinet/packet-dcom-cba.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nlsp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/protocol_preferences_menu.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hdcp2.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-usb-com.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_gui.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-invitation.c
- /BigRepo/wireshark-2.2.5rc0/ui/preference_utils.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hdfs.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_pinfo_common.h
- /BigRepo/wireshark-2.2.5rc0/make-version.pl
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tshark-tap.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sbus.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-acse.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-selfm.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/sha1.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pkcs12.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/nettrace_3gpp_32_423.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bthci_sco.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fmp_notify.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rs_prop_attr.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/dcerpc/drsuapi/packet-dcerpc-drsuapi-template.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_arq.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cmp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-zdp-binding.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-beep.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-witness.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/sha1.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-dtsprovider.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-novell_pkis.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sv.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-slsk.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bthci_evt.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/print_dlg.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-macmgmt.c
- /BigRepo/wireshark-2.2.5rc0/plugins/unistim/packet-unistim.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/capture_info_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rmcp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/bluetooth_devices_dialog.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/dbs-etherwatch.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rtcdc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pcnfsd.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/remote_settings_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/tools/checkfiltername.pl
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_map.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pkixproxy.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-usb-hub.c
- /BigRepo/wireshark-2.2.5rc0/epan/oids.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipmi-update.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-isi.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pcap_pktdata.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-l1-events.c
- /BigRepo/wireshark-2.2.5rc0/ui/win32/print_win32.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tsp.c
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_security_layer.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/gui_stat_menu.h
- /BigRepo/wireshark-2.2.5rc0/epan/strutil.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_res_cmd.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-quakeworld.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/lppe/packet-lppe-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-asap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-waveagent.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/win32-utils.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lapsat.c
- /BigRepo/wireshark-2.2.5rc0/ws_version_info.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/follow_stream_text.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-capwap.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-uccreq.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lbmpdmtcp.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/voip_calls_dlg.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/simple_dialog.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pnrp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/ess/packet-ess-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cisco-marker.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/network_instruments.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-opa-fe.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ax25-nol3.c
- /BigRepo/wireshark-2.2.5rc0/epan/crc10-tvb.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/idmp/packet-idmp-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h1.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/lrexlib_algo.h
- /BigRepo/wireshark-2.2.5rc0/epan/osi-utils.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-zcl-closures.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/packet_panes.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hsrp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/lbm_lbtru_transport_dialog.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/funnel_statistics.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nwp.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/jsmn.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ncp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-crmf.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pw-cesopsn.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-openflow.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ansi_801.c
- /BigRepo/wireshark-2.2.5rc0/epan/params.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/extcap_options_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-idrp.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/aes.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/inet_aton.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/color_utils.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/bytes_view.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nfsacl.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pkix1explicit.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-loop.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ehdlc.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/syntax_line_edit.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/h282/packet-h282-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-krb5rpc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-stats.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-e164.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/pppdump.h
- /BigRepo/wireshark-2.2.5rc0/randpkt.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dvbci.c
- /BigRepo/wireshark-2.2.5rc0/epan/iana_charsets.h
- /BigRepo/wireshark-2.2.5rc0/epan/range.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-dce122.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-stt.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/bluetooth_devices_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/traffic_table_ui.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sstp.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/tempfile.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-q933.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ppp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bluetooth.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mdshdr.c
- /BigRepo/wireshark-2.2.5rc0/ui/tap_export_pdu.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pptp.c
- /BigRepo/wireshark-2.2.5rc0/plugins/unistim/broadcast.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-couchbase.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rip.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h248_7.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/drag_and_drop.c
- /BigRepo/wireshark-2.2.5rc0/epan/crypt/airpdcap_system.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-kerberos.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cfdp.c
- /BigRepo/wireshark-2.2.5rc0/caputils/iface_monitor.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/ws_mempbrk_sse42.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/export_object_dlg.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rs_attr.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-enttec.c
- /BigRepo/wireshark-2.2.5rc0/epan/address_types.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tn5250.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-interlink.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-lsa.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/pixbuf-csource.h
- /BigRepo/wireshark-2.2.5rc0/ui/export_object.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/sctp_graph_dlg.c
- /BigRepo/wireshark-2.2.5rc0/codecs/G711a/G711adecode.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-llc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-simulcrypt.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/airpdcap_wep.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mrp-msrp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/p772/packet-p772-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ldp.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/wimax_fch_decoder.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-usbip.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nsrp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-yppasswd.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-radius_packetcable.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/visual.h
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_core.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/resolved_addresses_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-idp.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/netmon.c
- /BigRepo/wireshark-2.2.5rc0/editcap.c
- /BigRepo/wireshark-2.2.5rc0/epan/media_params.h
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_rep.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcp-etsi.c
- /BigRepo/wireshark-2.2.5rc0/epan/oids_test.c
- /BigRepo/wireshark-2.2.5rc0/summary.c
- /BigRepo/wireshark-2.2.5rc0/epan/oids.h
- /BigRepo/wireshark-2.2.5rc0/epan/uat.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-disp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-i2c.c
- /BigRepo/wireshark-2.2.5rc0/epan/osi-utils.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-sv.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/clopts_common.c
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/syntax-tree.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/gui_stat_util.h
- /BigRepo/wireshark-2.2.5rc0/ui/software_update.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rs_unix.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/hnbap/packet-hnbap-template.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-bpkmrsp.c
- /BigRepo/wireshark-2.2.5rc0/doc/dumpcap.pod
- /BigRepo/wireshark-2.2.5rc0/epan/asm_utils.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cisco-sm.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-elcom.c
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_application_layer.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-brp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/stock_icon.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/gui_stat_util.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_dlmap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nbap.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_file_common.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/ber.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcom-oxid.c
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_extensionobjectids.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/pcapng.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/lbm_uimflow_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fefd.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/time_shift_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/wiretap/pcapng_module.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/simple_statistics_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fp_hint.c
- /BigRepo/wireshark-2.2.5rc0/ui/tap-sctp-analysis.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gprs-llc.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/stanag4607.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/cmip/packet-cmip-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/file-gif.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-e100.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-esis.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/tempfile.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipvs-syncd.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/wireless_frame.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dvb-s2-bb.c
- /BigRepo/wireshark-2.2.5rc0/epan/stats_tree.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mrdisc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ssl.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-buddylist.c
- /BigRepo/wireshark-2.2.5rc0/ui/tap_export_pdu.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lbm.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_a_rp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/export_object_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/stats_tree_priv.h
- /BigRepo/wireshark-2.2.5rc0/capinfos.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ns_cert_exts.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-hosts.c
- /BigRepo/wireshark-2.2.5rc0/plugins/profinet/packet-pn-rt.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/mtp3_summary_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/io_graph_item.h
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_allocator_block_fast.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-zcl-general.c
- /BigRepo/wireshark-2.2.5rc0/epan/req_resp_hdrs.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/i4b_trace.h
- /BigRepo/wireshark-2.2.5rc0/ui/win32/file_dlg_win32.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/inet_addr.c
- /BigRepo/wireshark-2.2.5rc0/epan/ipproto.h
- /BigRepo/wireshark-2.2.5rc0/epan/funnel.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bmp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gtpv2.c
- /BigRepo/wireshark-2.2.5rc0/tools/npl/npl.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-v52.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-t124.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/file_import_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ositp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btavdtp.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_frame_info.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rquota.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dmp.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/proto_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rrc.h
- /BigRepo/wireshark-2.2.5rc0/epan/expert.c
- /BigRepo/wireshark-2.2.5rc0/ui/tap-sctp-analysis.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/ws_printf.h
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_dcd.c
- /BigRepo/wireshark-2.2.5rc0/plugins/m2m/wimax_tlv.c
- /BigRepo/wireshark-2.2.5rc0/epan/value_string.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-jxta.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ymsg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-synphasor.c
- /BigRepo/wireshark-2.2.5rc0/ui/io_graph_item.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mp4ves.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/popcount.c
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/dfunctions.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-msdp.c
- /BigRepo/wireshark-2.2.5rc0/tools/make-pixbuf-csource.pl
- /BigRepo/wireshark-2.2.5rc0/ui/qt/splash_overlay.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ncp-nmas.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_dsc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/camel/packet-camel-template.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/sparkline_delegate.h
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_reg_rsp.c
- /BigRepo/wireshark-2.2.5rc0/trigcap.c
- /BigRepo/wireshark-2.2.5rc0/caputils/capture_win_ifnames.c
- /BigRepo/wireshark-2.2.5rc0/epan/golay.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-regack.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-v5dl.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/5views.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/gsm_map_summary_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mqtt-sn.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dhcpv6.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/prefs_column.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-bpkmreq.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-uftp4.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-smtp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/tcp_stream_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/qt/lte_rlc_graph_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/make-taps.pl
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/main_welcome_private.h
- /BigRepo/wireshark-2.2.5rc0/epan/epan.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fcels.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/vms.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-generic.c
- /BigRepo/wireshark-2.2.5rc0/randpkt_core/randpkt_core.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_sim.c
- /BigRepo/wireshark-2.2.5rc0/cfile.c
- /BigRepo/wireshark-2.2.5rc0/epan/frame_data.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/h225/packet-h225-template.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/main_window.cpp
- /BigRepo/wireshark-2.2.5rc0/wsutil/crc16.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-riemann.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/progress_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-erldp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-memcache.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-xmpp-jingle.c
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/sttype-test.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hpext.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-isl.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-trill.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-rpcprogs.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/interface_tree.h
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_aas_beam.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mpls.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/protocol_hierarchy_dialog.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/main_menubar.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/t124/packet-t124-template.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/crc16.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/hostlist_table.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-zcl-lighting.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-irc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/cdt/packet-cdt-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/in_cksum.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btl2cap.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rras.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_a_common.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/nettl.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-frsrpc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gluster_cli.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/color_utils.c
- /BigRepo/wireshark-2.2.5rc0/epan/reedsolomon.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/funnel_stat.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_proto.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-efs.h
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/make-init-lua.pl
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wai.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-xmpp.c
- /BigRepo/wireshark-2.2.5rc0/epan/conversation_table.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-spdy.c
- /BigRepo/wireshark-2.2.5rc0/epan/ftypes/ftype-time.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dvb-ait.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/decode_as_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rx.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sdh.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/tap_parameter_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_ulmap.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/lbm_stream_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ppi-antenna.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lpp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-conv.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-p1.h
- /BigRepo/wireshark-2.2.5rc0/ui/tap-rlc-graph.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ocfs2.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_reg_req.c
- /BigRepo/wireshark-2.2.5rc0/epan/crc16-tvb.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/sparkline_delegate.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/gsm_map/packet-gsm_map-template.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/compiled_filter_output.cpp
- /BigRepo/wireshark-2.2.5rc0/extcap/extcap-base.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-juniper.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/lbm_stream_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gfp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/packet_range_group_box.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-eventlog.h
- /BigRepo/wireshark-2.2.5rc0/ui/rtp_stream.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/dct3trace.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/crc7.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/ftam/packet-ftam-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gmhdr.c
- /BigRepo/wireshark-2.2.5rc0/ui/alert_box.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/packet_comment_dialog.h
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-simple_stattable.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hpfeeds.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/pidl/mapi/response.cnf.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lbtru.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mpeg-pat.c
- /BigRepo/wireshark-2.2.5rc0/tools/convert_proto_tree_add_text.pl
- /BigRepo/wireshark-2.2.5rc0/epan/addr_and_mask.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bthci_acl.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/netscaler.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cbor.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipmi-storage.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-chatnav.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-netlink-netfilter.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-llc.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-meta.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/capture_file_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_abis_oml.c
- /BigRepo/wireshark-2.2.5rc0/epan/filter_expressions.h
- /BigRepo/wireshark-2.2.5rc0/reordercap.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/column_editor_frame.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/ftypes/ftypes-int.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/bluetooth_hci_summary_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dji-uav.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nasdaq-soup.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/find_line_edit.h
- /BigRepo/wireshark-2.2.5rc0/capchild/capture_ifinfo.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lapbether.c
- /BigRepo/wireshark-2.2.5rc0/ui/export_object_http.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/main_window_preferences_frame.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-kt.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btle.h
- /BigRepo/wireshark-2.2.5rc0/epan/nghttp2/nghttp2_buf.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/netscaler.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipmi-transport.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/mpeg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-netrom.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rpki-rtr.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/preference_editor_frame.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ecp-oui.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-jmirror.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-misc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sna.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gvrp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-t124.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btrfcomm.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dlm3.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hyperscsi.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/multicast_statistics_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/qt/field_filter_edit.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/file-elf.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/follow_stream.h
- /BigRepo/wireshark-2.2.5rc0/epan/geoip_db.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-etherip.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-isis.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lwapp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/module_preferences_scroll_area.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_field.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-skinny.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/privileges.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nstrace.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-spp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gadu-gadu.c
- /BigRepo/wireshark-2.2.5rc0/caputils/iface_monitor.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lbmpdm.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/conversations_table.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wow.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/file-png.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gmr1_rr.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-devicenet.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-netdump.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-netbios.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-applemidi.c
- /BigRepo/wireshark-2.2.5rc0/epan/ipv4.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-diameter-avp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lpd.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/mtp3_summary.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/progress_frame.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sametime.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/x11-extension-implementation.h
- /BigRepo/wireshark-2.2.5rc0/text2pcap.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/os_version_info.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-e164.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-frsrpc.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rdm.h
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_array.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bthid.c
- /BigRepo/wireshark-2.2.5rc0/ui/rtp_stream.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-umts_fp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nt-tpcp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bthfp.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/wimax_cdma_code_decoder.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-iapp.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/lanalyzer.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wlancertextn.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/json.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-isdn-sup.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ndps.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_sms.h
- /BigRepo/wireshark-2.2.5rc0/ui/proto_hier_stats.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wsp.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/inet_addr.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/service_response_time_table.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/t38/packet-t38-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-aps.h
- /BigRepo/wireshark-2.2.5rc0/extcap_parser.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/x509ce/packet-x509ce-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ieee80211-radiotap-defs.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-epon.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bthci_cmd.c
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/dfilter.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dtcp-ip.c
- /BigRepo/wireshark-2.2.5rc0/caputils/capture-pcap-util-unix.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/rlc_lte_stat_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/to_str.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/file_access.c
- /BigRepo/wireshark-2.2.5rc0/epan/sctpppids.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lmi.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-amqp.c
- /BigRepo/wireshark-2.2.5rc0/epan/reassemble_test.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/wimax_tlv.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/snmp/packet-snmp-template.h
- /BigRepo/wireshark-2.2.5rc0/epan/etypes.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/catapult_dct2000.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lanforge.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/peektagged.h
- /BigRepo/wireshark-2.2.5rc0/doc/androiddump.pod
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_address.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ntlmssp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/main_status_bar.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rs_prop_plcy.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/stock_icon_tool_button.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/tcap/packet-tcap-template.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/preferences_dialog.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/iptrace.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-epl.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pingpongprotocol.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_capture_info.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btbnep.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/text_page_utils.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sll.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-turbocell.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dec-bpdu.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/nettl.c
- /BigRepo/wireshark-2.2.5rc0/epan/app_mem_usage.c
- /BigRepo/wireshark-2.2.5rc0/codecs/G711u/G711udecode.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/netxray.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ypserv.c
- /BigRepo/wireshark-2.2.5rc0/epan/conversation.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/snmp/packet-snmp-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bfd.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tivoconnect.c
- /BigRepo/wireshark-2.2.5rc0/epan/nghttp2/nghttp2_helper.h
- /BigRepo/wireshark-2.2.5rc0/ui/export_pdu_ui_utils.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/geometry_state_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/extcap/ssh-base.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tftp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lppe.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/wireshark_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ayiya.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-smb-direct.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-homeplug.c
- /BigRepo/wireshark-2.2.5rc0/ui/language.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/filesystem.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tango.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ieee80211-radiotap-iter.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipsec.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-kerberos4.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/related_packet_delegate.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rsvp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_a_gm.c
- /BigRepo/wireshark-2.2.5rc0/capchild/capture_sync.h
- /BigRepo/wireshark-2.2.5rc0/plugins/ethercat/packet-ioraw.c
- /BigRepo/wireshark-2.2.5rc0/plugins/profinet/packet-pn-ptcp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dop.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wtls.c
- /BigRepo/wireshark-2.2.5rc0/epan/crc8-tvb.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-glusterfs_hndsk.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/lte_rlc_statistics_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-vuze-dht.c
- /BigRepo/wireshark-2.2.5rc0/epan/expert.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-translate.c
- /BigRepo/wireshark-2.2.5rc0/caputils/airpcap_loader.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/prefs_gui.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rpc.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-csn1.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/HI2Operations/packet-HI2Operations-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fcoib.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipv6.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-ndr.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h248_q1950.c
- /BigRepo/wireshark-2.2.5rc0/capchild/capture_session.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lwm2mtlv.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/rlc_lte_graph.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btmcap.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/copyright_info.h
- /BigRepo/wireshark-2.2.5rc0/plugins/tpg/packet-http.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bittorrent.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-vnc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-moldudp64.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tr.c
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_serviceparser.h
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_serviceparser.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dap.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/lbm_uimflow_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/sctp_assoc_analyse.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/h235/packet-h235-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ripng.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-assa_r3.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-adb_service.c
- /BigRepo/wireshark-2.2.5rc0/epan/exported_pdu.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/sctp_all_assocs_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ansi_683.c
- /BigRepo/wireshark-2.2.5rc0/epan/tvbparse.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lte-rrc.c
- /BigRepo/wireshark-2.2.5rc0/tools/generate_authors.pl
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-enip.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/ber.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dlsw.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-camelsrt.c
- /BigRepo/wireshark-2.2.5rc0/ui/export_pdu_ui_utils.c
- /BigRepo/wireshark-2.2.5rc0/codecs/speex/speex_resampler.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lcsap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-acn.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/pppdump.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-symantec.c
- /BigRepo/wireshark-2.2.5rc0/plugins/ethercat/packet-ethercat-frame.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-icmp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tali.c
- /BigRepo/wireshark-2.2.5rc0/epan/ftypes/ftype-integer.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/main_window.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/ascendtext.c
- /BigRepo/wireshark-2.2.5rc0/epan/tvbtest.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-catapult-dct2000.c
- /BigRepo/wireshark-2.2.5rc0/epan/packet.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-starteam.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/commview.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/main_80211_toolbar.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rsync.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rmt-fec.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/filesystem.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/btsnoop.c
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/sttype-string.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipmi-pps.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/inet_addr-int.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/filter_dlg.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lg8979.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-xmcp.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-dpvrsp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-s5066dts.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pppoe.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/byte_view_text.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pgsql.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_prc_lt_ctrl.c
- /BigRepo/wireshark-2.2.5rc0/epan/sminmpec.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nflog.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mq-base.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/netmon.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/pkix1implicit/packet-pkix1implicit-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/crypt/airpdcap_rijndael.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/display_filter_edit.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-3g-a11.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mswsp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/capture_filter_combo.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-kdsp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-dnsserver.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-adb_service.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/bitswap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-xml.h
- /BigRepo/wireshark-2.2.5rc0/epan/color_filters.c
- /BigRepo/wireshark-2.2.5rc0/plugins/gryphon/packet-gryphon.c
- /BigRepo/wireshark-2.2.5rc0/extcap/ciscodump.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lpp.c
- /BigRepo/wireshark-2.2.5rc0/tools/checkAPIs.pl
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcom-dispatch.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/packet_list_model.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wlancertextn.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gmr1_common.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-xip-serval.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mq.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nbd.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/inet_aton.h
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/semcheck.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_dsa.c
- /BigRepo/wireshark-2.2.5rc0/epan/filter_expressions.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/capture_preferences_frame.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dvb-ipdc.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/gsm_map_summary.c
- /BigRepo/wireshark-2.2.5rc0/doc/reordercap.pod
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-disp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ascend.c
- /BigRepo/wireshark-2.2.5rc0/epan/rtd_table.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h248.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/mac_hd_generic_decoder.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-dnsserver.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/filter_utils.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcom-remact.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/h323/packet-h323-template.c
- /BigRepo/wireshark-2.2.5rc0/capture_info.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h235.h
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_statuscode.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/bits_count_ones.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/x11-declarations.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/wtap.c
- /BigRepo/wireshark-2.2.5rc0/ui/util.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-msnip.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-omron-fins.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-etv.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dns.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/report_err.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-smb2.c
- /BigRepo/wireshark-2.2.5rc0/capture_stop_conditions.c
- /BigRepo/wireshark-2.2.5rc0/epan/print.h
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/expert_comp_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mtp2.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/main_statusbar.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/mp2t.h
- /BigRepo/wireshark-2.2.5rc0/ui/capture_ui_utils.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-carp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rsvp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ar_drone.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-cmstatus.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_cbch.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-user_encap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ssl.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zep.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/capture_if_details_dlg_win32.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wreth.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-regrspmp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-vines.c
- /BigRepo/wireshark-2.2.5rc0/ui/rtp_media.c
- /BigRepo/wireshark-2.2.5rc0/text2pcap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/rtse/packet-rtse-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-p772.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/capture_filter_edit.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-null.c
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/wtap_opttypes.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/rtp_audio_stream.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-x509sat.c
- /BigRepo/wireshark-2.2.5rc0/writecap/pcapio.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-logotypecertextn.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ntp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ssl-utils.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pw-common.c
- /BigRepo/wireshark-2.2.5rc0/doc/extcap.pod
- /BigRepo/wireshark-2.2.5rc0/ui/qt/filter_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/proto.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-fileexp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/file_set_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/wiretap/camins.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/lbm_uimflow_dlg.c
- /BigRepo/wireshark-2.2.5rc0/caputils/capture-wpcap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-http.h
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-bintrngreq.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/packet_win.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cip.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-inap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-yhoo.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rtitcp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rnsap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dns.h
- /BigRepo/wireshark-2.2.5rc0/doc/ciscodump.pod
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-itdm.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lbttcp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-atmtcp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-windows-common.h
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-intrngreq.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/x2ap/packet-x2ap-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wfleet-hdlc.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-icmpv6stat.c
- /BigRepo/wireshark-2.2.5rc0/doc/capinfos.pod
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mrp-mmrp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sml.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tte.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/csids.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sccpmg.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/stats_tree_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sprt.c
- /BigRepo/wireshark-2.2.5rc0/epan/srt_table.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/h460/packet-h460-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h248_3gpp.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/packet_history.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-juniper.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/extcap_argument_multiselect.h
- /BigRepo/wireshark-2.2.5rc0/ui/progress_dlg.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lacp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rfr.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/pcapng.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/atn-cpdlc/packet-atn-cpdlc-template.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/traffic_table_dialog.h
- /BigRepo/wireshark-2.2.5rc0/tools/fixhf.pl
- /BigRepo/wireshark-2.2.5rc0/fileset.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/field_filter_edit.h
- /BigRepo/wireshark-2.2.5rc0/fileset.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/json.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-slimp3.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-a21.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-whois.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/sctp_chunk_statistics_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-slowprotocols.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/cfutils.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-pnp.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/bytes_view.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h248.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nisplus.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/io_stat.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aodv.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-q2931.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/filter_autocomplete.c
- /BigRepo/wireshark-2.2.5rc0/epan/except.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-icmpv6.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-q932.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-uaudp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/dfilter-macro.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-atn-ulcs.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/acse/packet-acse-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rohc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-scsi-sbc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-quake.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipsec-udp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-camel.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aeron.c
- /BigRepo/wireshark-2.2.5rc0/plugins/profinet/packet-pn-rtc-one.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-scop.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/related_packet_delegate.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/visual.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pkcs12.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/proto_dlg.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h248_annex_c.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-msrp.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-regreqmp.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/capsa.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/utf8_entities.h
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-dsdreq.c
- /BigRepo/wireshark-2.2.5rc0/ui/text_import.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ifcp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-k12.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mih.c
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_allocator.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ismp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-mapi.h
- /BigRepo/wireshark-2.2.5rc0/epan/address_types.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-smb-sidsnooping.c
- /BigRepo/wireshark-2.2.5rc0/ui/iface_lists.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-arcnet.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dtpt.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/dissector_tables_dialog.h
- /BigRepo/wireshark-2.2.5rc0/docbook/make-wsluarm.pl
- /BigRepo/wireshark-2.2.5rc0/ui/alert_box.h
- /BigRepo/wireshark-2.2.5rc0/epan/guid-utils.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/s1ap/packet-s1ap-template.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/conversation_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-zdp-discovery.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/capture_filter_edit.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/dcerpc/idl2wrs.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-umts_fp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bssgp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sip.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-zcl-misc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/dfvm.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-arp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-dssetup.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/rpc_service_response_time_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-isis-clv.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-opa.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/show_packet_bytes_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/plugins/mate/mate_runtime.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zvt.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/ngsniffer.h
- /BigRepo/wireshark-2.2.5rc0/extcap.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/time_util.h
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_byte_array.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lcsap.h
- /BigRepo/wireshark-2.2.5rc0/epan/frame_data.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/cms/packet-cms-template.c
- /BigRepo/wireshark-2.2.5rc0/ui/mcast_stream.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ceph.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/strptime.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/gprscdr/packet-gprscdr-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/tfs.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-p1.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/x509if/packet-x509if-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-m3ap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rs_attr_schema.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btavrcp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rtp-midi.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mrp-mvrp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/nbap/packet-nbap-template.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-uts.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ptpip.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/cmp/packet-cmp-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fcp.c
- /BigRepo/wireshark-2.2.5rc0/epan/proto_data.h
- /BigRepo/wireshark-2.2.5rc0/plugins/irda/irda-appl.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/crc32.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-isup.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/logcat_text.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lbm.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-smb-logon.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-smb-common.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-l2tp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/filter_expression_frame.h
- /BigRepo/wireshark-2.2.5rc0/plugins/mate/mate_util.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-atalk.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/follow_stream_text.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gearman.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/display_filter_edit.h
- /BigRepo/wireshark-2.2.5rc0/ui/packet_list_utils.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/stats_tree_stat.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_tvb.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rmt-common.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-xmpp-utils.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tzsp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-dssetup.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-iana-oui.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cisco-metadata.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/ldap/packet-ldap-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pkinit.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wap.c
- /BigRepo/wireshark-2.2.5rc0/epan/funnel.h
- /BigRepo/wireshark-2.2.5rc0/plugins/easy_codec/codec-g729a.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/radcom.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/color_edit_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mojito.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-vsip.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ptp.c
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_interval_tree.c
- /BigRepo/wireshark-2.2.5rc0/epan/conversation.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cdt.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-frsapi.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-acp133.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-icq.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-zcl-hvac.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_a_common.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rtnet.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/sctp_stat_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-turnchannel.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/dcerpc/budb/packet-dcerpc-budb-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-enc.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/funnel_string_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-tapi.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/rtp_stream_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bthci_vendor.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/byte_view_tab.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/qt/rtp_analysis_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fcoe.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mount.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-tlv-cmctrl.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cisco-oui.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/rnsap/packet-rnsap-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/exceptions.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/extcap_argument.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fcgi.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/prefs_font_color.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-update.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/ws_mempbrk.h
- /BigRepo/wireshark-2.2.5rc0/epan/strutil.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/tap_parameter_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dvb-bat.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipmi-bridge.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-aps.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mtp3mg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sv.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/response_time_delay_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cell_broadcast.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gift.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-atm.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/geometry_state_dialog.h
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/wimax_hack_decoder.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-scsi.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/buffer.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tftp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gtp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rs_plcy.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/getopt_long.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/range_utils.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/conversation_hash_tables_dialog.h
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_hfindeces.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-teredo.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/mpeg.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nt-oui.c
- /BigRepo/wireshark-2.2.5rc0/ui/export_object_smb.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-zdp-management.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/tetra/packet-tetra-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-drsuapi.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-obex.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/jsmn.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dvb-sdt.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cnip.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-adwin.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wtp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/address_editor_frame.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/sctp_error_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-corosync-totemnet.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ulp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/sttype-range.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-q932.h
- /BigRepo/wireshark-2.2.5rc0/epan/ftypes/ftype-ipv4.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-opensafety.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rmi.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tipc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/ldap/packet-ldap-template.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dof.c
- /BigRepo/wireshark-2.2.5rc0/tools/lemon/lemon.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-media.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/p1/packet-p1-template.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/dfilter_expr_dlg.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/time_shift_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/gprscdr/packet-gprscdr-template.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/mpeg-pes/packet-mpeg-pes-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-charging_ase.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wifi-p2p.c
- /BigRepo/wireshark-2.2.5rc0/epan/crypt/airpdcap_user.h
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_listener.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/camel/packet-camel-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btamp.c
- /BigRepo/wireshark-2.2.5rc0/epan/aftypes.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/qsig/packet-qsig-template.c
- /BigRepo/wireshark-2.2.5rc0/caputils/capture_ifinfo.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lisp-tcp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-adb.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-winreg.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/filter_expressions_preferences_frame.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-imap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tpkt.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/p22/packet-p22-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mp2t.c
- /BigRepo/wireshark-2.2.5rc0/epan/prefs-int.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/print_dialog.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/elided_label.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/wireshark_application.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/ulp/packet-ulp-template.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/file_dlg.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/enabled_protocols_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fclctl.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-svcctl.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-linx.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/remote_capture_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-llrp.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-rlcltestat.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/main_welcome.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/qt/sctp_graph_arwnd_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-udld.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-netanalyzer.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h264.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gopher.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-smcr.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sccp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gvcp.c
- /BigRepo/wireshark-2.2.5rc0/ui/tap-iax2-analysis.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h235.c
- /BigRepo/wireshark-2.2.5rc0/epan/tap.c
- /BigRepo/wireshark-2.2.5rc0/epan/timestats.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tacacs.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mstp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/enabled_protocols_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/extcap/extcap-base.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_util.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-mapi.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-eigrp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-mdssvc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gmrp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bjnp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rpcrdma.c
- /BigRepo/wireshark-2.2.5rc0/plugins/mate/packet-mate.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-infiniband_sdp.c
- /BigRepo/wireshark-2.2.5rc0/ringbuffer.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gias.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ansi_a.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cp2179.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/interface.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/k12.h
- /BigRepo/wireshark-2.2.5rc0/epan/nghttp2/nghttp2_rcbuf.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mpls-y1711.c
- /BigRepo/wireshark-2.2.5rc0/epan/addr_resolv.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rtp-events.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-netlink-sock_diag.c
- /BigRepo/wireshark-2.2.5rc0/ui/console.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ouch.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h248_2.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ppi.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/gui_utils.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mime-encap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-s7comm_szl_ids.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rsvd.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_file_common.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-nwk-gp.c
- /BigRepo/wireshark-2.2.5rc0/ui/profile.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gssapi.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dtn.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/disp/packet-disp-template.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/webbrowser.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-q932-ros.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/netscreen.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pana.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ldap.h
- /BigRepo/wireshark-2.2.5rc0/ui/win32/console_win32.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-xmpp-conference.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-dccreq.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mrcpv2.c
- /BigRepo/wireshark-2.2.5rc0/codecs/codecs.h
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-ocd.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pcapng_block.c
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/sttype-set.h
- /BigRepo/wireshark-2.2.5rc0/echld_test.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipars.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-bossvr.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rfid-pn532-hci.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/main_welcome.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-smb-mailslot.c
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_complextypeparser.h
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-dscrsp.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/crc10.c
- /BigRepo/wireshark-2.2.5rc0/ui/firewall_rules.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mq.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pres.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/wlan_statistics_dialog.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/column_preferences_frame.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rsec_login.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lwm.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_struct.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/network_instruments.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/funnel_text_dialog.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/packet_dialog.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/cmdarg_err.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-windows-common.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lat.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/t125/packet-t125-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/atn-cm/packet-atn-cm-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-xmpp-utils.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/pkixqualified/packet-pkixqualified-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-netlogon.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pktc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ehs.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-per.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-foundry.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcom-sysact.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-efs.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ieee80211.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/x11-register-info.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/airpcap_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-http2.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wcp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-scsi-osd.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/sctp_graph_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/mac_mgmt_msg_decoder.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/stock_icons.c
- /BigRepo/wireshark-2.2.5rc0/ringbuffer.c
- /BigRepo/wireshark-2.2.5rc0/mergecap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bgp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-redbackli.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_bsslap.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-type29ucd.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-osi.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/help_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pw-satop.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ntp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_abis_om2000.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-icq.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lsc.c
- /BigRepo/wireshark-2.2.5rc0/doc/randpktdump.pod
- /BigRepo/wireshark-2.2.5rc0/ui/qt/lte_mac_statistics_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/p7/packet-p7-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-prp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/ros/packet-ros-template.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/prefs_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-teamspeak2.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/tcp_graph.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/packet_panes.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-marker.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/tap_param_dlg.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/sequence_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-nt.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ieee80211-netmon.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nbap.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-smrse.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/capture_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-packetlogger.c
- /BigRepo/wireshark-2.2.5rc0/epan/show_exception.c
- /BigRepo/wireshark-2.2.5rc0/conditions.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-syslog.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/sctp_all_assocs_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tapa.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pdcp-lte.h
- /BigRepo/wireshark-2.2.5rc0/epan/ftypes/ftypes.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/nettrace_3gpp_32_423.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/file_set_dialog.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/wtap-int.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/main_filter_toolbar.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/pcap-common.h
- /BigRepo/wireshark-2.2.5rc0/plugins/wimaxasncp/packet-wimaxasncp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nasdaq-itch.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lisp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/accordion_frame.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-vp8.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-shim6.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/mp2t.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/expert_info_dialog.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/adler32.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/capture_file_properties_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_column.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lbtru.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-credssp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/conversation_colorize_action.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/tcap/packet-tcap-template.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pop.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tns.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-messaging.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dvb-data-mpe.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-swipe.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ocsp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipoib.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rs_acct.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-collectd.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-mdd.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_rng_rsp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/remote_settings_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/tvbuff_base64.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-iso14443.c
- /BigRepo/wireshark-2.2.5rc0/extcap_spawn.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-idmp.h
- /BigRepo/wireshark-2.2.5rc0/ui/language.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-kdp.c
- /BigRepo/wireshark-2.2.5rc0/dftest.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-m3ua.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ieee80211-prism.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-v5ua.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-wkssvc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_a_rr.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pgm.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/filter_action.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tr.h
- /BigRepo/wireshark-2.2.5rc0/epan/capture_dissectors.h
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_dreg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-glusterd.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-udp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pim.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ctdb.c
- /BigRepo/wireshark-2.2.5rc0/epan/t35.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rfc2190.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-c15ch.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-olsr.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mausb.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rsh.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/proto_tree.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-c1222.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-chdlc.h
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-dscack.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-httpstat.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/sequence_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-clnp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-ubikdisk.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/progress_frame.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-atsvc.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/hcidump.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/supported_protocols_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/qt/multicast_statistics_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fcdns.c
- /BigRepo/wireshark-2.2.5rc0/epan/crc32-tvb.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-x509sat.h
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_pref.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimaxmacphy/packet-wimaxmacphy.c
- /BigRepo/wireshark-2.2.5rc0/epan/tvbuff_subset.c
- /BigRepo/wireshark-2.2.5rc0/epan/compress/lzxpress.h
- /BigRepo/wireshark-2.2.5rc0/epan/epan.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wps.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-usbip.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/h248/packet-h248-template.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rtpproxy.c
- /BigRepo/wireshark-2.2.5rc0/epan/crc6-tvb.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-xmpp.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/flow_graph.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-xmpp-core.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/strnatcmp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-q931.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-macltestat.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tcap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/h450/packet-h450-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/aftypes.c
- /BigRepo/wireshark-2.2.5rc0/epan/packet_info.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/snoop.h
- /BigRepo/wireshark-2.2.5rc0/plugins/profinet/packet-dcerpc-pn-io.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/extcap_gtk.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/i4btrace.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cms.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-isup.h
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_list.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-isis-snp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/mtp3_summary_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-text-media.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btsmp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipsec-tcp.c
- /BigRepo/wireshark-2.2.5rc0/ui/help_url.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-s7comm.h
- /BigRepo/wireshark-2.2.5rc0/ui/rtp_media.h
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_rng_req.c
- /BigRepo/wireshark-2.2.5rc0/ws_diag_control.h
- /BigRepo/wireshark-2.2.5rc0/epan/capture_dissectors.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mmse.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btavdtp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-echo.c
- /BigRepo/wireshark-2.2.5rc0/epan/crypt/airpdcap_rijndael.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ndp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h245.c
- /BigRepo/wireshark-2.2.5rc0/plugins/ethercat/packet-nv.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-endpoints.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/mplog.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-xyplex.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ess.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/str_util.h
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_dsx_rvd.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nlm.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rs_misc.c
- /BigRepo/wireshark-2.2.5rc0/ws_symbol_export.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btatt.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/prefs_filter_expressions.c
- /BigRepo/wireshark-2.2.5rc0/tools/licensecheck.pl
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-canopen.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/ros/packet-ros-template.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-s1ap.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/rtp_stream_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-skype.c
- /BigRepo/wireshark-2.2.5rc0/ui/profile.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/main_welcome.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-auto_rp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bmc.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/filter_expressions_preferences_frame.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ranap.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-secidmap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-elasticsearch.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cmip.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h248_annex_e.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-time.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-kpasswd.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_fpc.c
- /BigRepo/wireshark-2.2.5rc0/epan/packet.c
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_allocator_strict.c
- /BigRepo/wireshark-2.2.5rc0/caputils/ws80211_utils.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sflow.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-inap.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-isis-hello.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-jpeg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dvb-tot.c
- /BigRepo/wireshark-2.2.5rc0/epan/ftypes/ftype-double.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-vlan.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/compiled_filter_output.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gvsp.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-sync.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/crc6.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cups.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nbt.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-zcl-sas.c
- /BigRepo/wireshark-2.2.5rc0/epan/conversation_table.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rtps.h
- /BigRepo/wireshark-2.2.5rc0/epan/to_str.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/export_sslkeys.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/proto_hier_stats_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-x509af.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tacacs.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/inet_ntop.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cipmotion.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-iana-oui.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pmproxy.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rtse.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-logcat-text.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-l2tp.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/tap_param_dlg.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/macros_dlg.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/dissector_tables_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-t125.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btavrcp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-distcc.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-rtd.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/merge.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_pmc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-acse.h
- /BigRepo/wireshark-2.2.5rc0/tools/make_charset_table.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dpnss-link.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/export_dissection_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_map.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rlogin.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/sctp_chunk_stat_dlg.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/file_wrappers.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-srvsvc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gdsdb.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/conversation_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-chat.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rs_prop_acct.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-homeplug-av.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/edit_packet_comment_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ossp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_rlcmac.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-x509ce.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-armagetronad.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-userlog.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/dcerpc_stat.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-app-pkix-cert.c
- /BigRepo/wireshark-2.2.5rc0/ui/help_url.h
- /BigRepo/wireshark-2.2.5rc0/ui/tap-rtp-common.h
- /BigRepo/wireshark-2.2.5rc0/epan/golay.h
- /BigRepo/wireshark-2.2.5rc0/tshark.c
- /BigRepo/wireshark-2.2.5rc0/ui/voip_calls.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-teimanagement.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mbtcp.c
- /BigRepo/wireshark-2.2.5rc0/frame_tvbuff.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bthsp.c
- /BigRepo/wireshark-2.2.5rc0/extcap.c
- /BigRepo/wireshark-2.2.5rc0/epan/ftypes/ftype-ipv6.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/wimax_pdu_decoder.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_ipa.c
- /BigRepo/wireshark-2.2.5rc0/echld/child.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/elided_label.cpp
- /BigRepo/wireshark-2.2.5rc0/wiretap/logcat_text.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_map.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-artnet.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/pixbuf-csource.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ypxfr.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aoe.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-vrrp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-msn-messenger.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gre.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/interface_tree.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ip.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-stun.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btsdp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-v120.c
- /BigRepo/wireshark-2.2.5rc0/echld/dispatcher.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pkcs1.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/erf.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/stock_icon.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bfcp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-browser.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dua.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/proto_tree_model.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bat.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mpls.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-babel.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tetra.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-netperfmeter.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/h225/packet-h225-template.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-srp.c
- /BigRepo/wireshark-2.2.5rc0/epan/tvbuff_zlib.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/interface.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/atn-ulcs/packet-atn-ulcs-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-uasip.c
- /BigRepo/wireshark-2.2.5rc0/epan/tvbuff-int.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tpkt.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-gsm_astat.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wsp.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/btsnoop.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mq-pcf.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nhrp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/ns_cert_exts/packet-ns_cert_exts-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-spice.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btsdp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-adwin-config.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcom.c
- /BigRepo/wireshark-2.2.5rc0/plugins/easy_codec/codec-g722.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-osi.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/display_filter_combo.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/strnatcmp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/stats_tree_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-atn-ulcs.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pkixac.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/stanag4607.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/traffic_table_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rfr.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/capture_dlg.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-x509af.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h263p.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/filter_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rdaclif.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-maccontrol.c
- /BigRepo/wireshark-2.2.5rc0/filter_files.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ftam.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/logcat.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-netlink-route.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rs_prop_acl.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/capture_file_properties_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pw-hdlc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-iwarp-mpa.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ethertype.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dvb-nit.c
- /BigRepo/wireshark-2.2.5rc0/file.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pktap.c
- /BigRepo/wireshark-2.2.5rc0/epan/timestamp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-laplink.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipmi-chassis.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-clearcase.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cpfi.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/netxray.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ftp.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/simple_dialog.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/column_editor_frame.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-miop.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-agentx.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bootparams.c
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_transport_layer.h
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-map.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-usb-video.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h283.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-smb.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/wsgetopt.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ddtp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipdc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/sbc-ap/packet-sbc-ap-template.c
- /BigRepo/wireshark-2.2.5rc0/ui/capture.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/file-pcapng.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/color_utils.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-m2tp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dis.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rsl.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-raw.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-git.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mongo.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-stat.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-v5ef.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-openvpn.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-osi-options.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/uat_gui.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/font_utils.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btavctp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-iuup.c
- /BigRepo/wireshark-2.2.5rc0/echld/parent.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gpef.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-corosync-totemsrp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/sabp/packet-sabp-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-usb-hid.h
- /BigRepo/wireshark-2.2.5rc0/epan/ipproto.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/k12.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rtls.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-teklink.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/wimax_tlv.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-exec.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mysql.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-egd.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/snoop.c
- /BigRepo/wireshark-2.2.5rc0/epan/rtd_table.h
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/make-reg.pl
- /BigRepo/wireshark-2.2.5rc0/doc/mergecap.pod
- /BigRepo/wireshark-2.2.5rc0/ui/qt/color_utils.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sipfrag.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/h450-ros/packet-h450-ros-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/spnego/packet-spnego-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-netsync.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-dbcreq.c
- /BigRepo/wireshark-2.2.5rc0/epan/reassemble.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/rtp_player_dialog.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/plugins.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/md5.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-telnet.c
- /BigRepo/wireshark-2.2.5rc0/ui/capture.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/about_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pathport.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mpeg-audio.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/q932/packet-q932-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-openflow_v1.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_rlcmac.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_clk_cmp.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/mac_hd_type1_decoder.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-xot.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_aas_fbck.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-msnlb.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ff.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sbc-ap.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/nstime.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/capture_file.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/recent_file_status.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-epm.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-openwire.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-brdwlk.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sgsap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bthci_cmd.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mesh.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ged125.c
- /BigRepo/wireshark-2.2.5rc0/epan/crc6-tvb.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-zcl-se.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dvmrp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hsr-prp-supervision.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-signon.c
- /BigRepo/wireshark-2.2.5rc0/epan/nghttp2/nghttp2_hd.h
- /BigRepo/wireshark-2.2.5rc0/ws_version_info.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/wtap_opttypes.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rtcp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/file-pcap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipx.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/lanalyzer.h
- /BigRepo/wireshark-2.2.5rc0/epan/tfs.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-enip.h
- /BigRepo/wireshark-2.2.5rc0/codecs/sbc/sbc_private.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rrc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-dtsstime_req.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-link16.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gluster.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/mcast_stream_dlg.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/iax2_analysis_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dplay.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-dbcrsp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/credssp/packet-credssp-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/pkixac/packet-pkixac-template.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/filter_utils.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dmx.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-socks.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-optommp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-zcl-meas-sensing.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/simple_statistics_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipx.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-q708.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-iax2.h
- /BigRepo/wireshark-2.2.5rc0/epan/stat_groups.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/conversation_colorize_action.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/prefs_layout.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-soupbintcp.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_dsd.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tpncp.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/wsgcrypt.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pflog.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-thrift.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-etag.c
- /BigRepo/wireshark-2.2.5rc0/caputils/ws80211_utils.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/funnel_string_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/wiretap/toshiba.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-atsvc.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-umts_mac.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/lbm_lbtrm_transport_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-rtspstat.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/prefs_capture.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/lcsap/packet-lcsap-template.c
- /BigRepo/wireshark-2.2.5rc0/ui/tap-rlc-graph.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hclnfsd.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-classicstun.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-smb-pipe.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-s5066sis.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hazelcast.c
- /BigRepo/wireshark-2.2.5rc0/plugins/stats_tree/stats_tree_plugin.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fddi.c
- /BigRepo/wireshark-2.2.5rc0/epan/ipv6.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rlc.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-isis.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/logcat.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hdcp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fmtp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/x509sat/packet-x509sat-template.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/type_util.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fcip.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/aes.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hartip.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fr.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/display_filter_expression_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-icmpstat.c
- /BigRepo/wireshark-2.2.5rc0/plugins/profinet/packet-pn-mrrt.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/profile_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-p22.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-eth.c
- /BigRepo/wireshark-2.2.5rc0/epan/nghttp2/nghttp2_helper.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/label_stack.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-misc.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/packet_list.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-amr.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ieee80211.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/acp133/packet-acp133-template.c
- /BigRepo/wireshark-2.2.5rc0/codecs/G711u/G711udecode.h
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_simpletypes.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dhcp-failover.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-snaeth.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lbmc.c
- /BigRepo/wireshark-2.2.5rc0/epan/print_stream.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dtp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/dfunctions.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/lbm_stream_dlg.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/packet_format_group_box.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_scopes.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-x11.c
- /BigRepo/wireshark-2.2.5rc0/epan/g_int64_hash_routines.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pkixac.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-metamako.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-giop.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ieee80211-radiotap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-adverts.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-nwk.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dvb-eit.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bluetooth.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-expert.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pw-eth.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-scsi-ssc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gssapi.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/file-file.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/md4.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pw-oam.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bitcoin.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/kerberos/packet-kerberos-template.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-openflow_v5.c
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_tree.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rs_prop_pgo.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/str_util.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/voip_calls_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-t38.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rs_replist.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-winsrepl.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-extreme.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/proto_help.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-kafka.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-eapol.c
- /BigRepo/wireshark-2.2.5rc0/codecs/speex/arch.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sctp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ccsds.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-logotypecertextn.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-xmpp-other.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/eyesdn.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hp-erm.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-bos.c
- /BigRepo/wireshark-2.2.5rc0/epan/ftypes/ftype-none.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-erf.c
- /BigRepo/wireshark-2.2.5rc0/ui/ui_util.h
- /BigRepo/wireshark-2.2.5rc0/epan/crypt/airpdcap_ccmp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mac-lte-framed.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aruba-erm.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btle.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bpq.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hci_h1.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-dpvreq.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-drda.c
- /BigRepo/wireshark-2.2.5rc0/epan/ftypes/ftype-bytes.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/packet_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/next_tvb.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rtp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-iso8583.c
- /BigRepo/wireshark-2.2.5rc0/capture_stop_conditions.h
- /BigRepo/wireshark-2.2.5rc0/epan/color_filters.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-s7comm.c
- /BigRepo/wireshark-2.2.5rc0/epan/uat-int.h
- /BigRepo/wireshark-2.2.5rc0/epan/ftypes/ftypes.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sflow.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sita.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/manual_addr_resolv.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/firewall_rules_dialog.h
- /BigRepo/wireshark-2.2.5rc0/extcap/sshdump.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-j1939.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-acr122.c
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_enumparser.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mtp3.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-knxnetip.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-scsi-sbc.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-negoex.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/init_wslua.c
- /BigRepo/wireshark-2.2.5rc0/cfile.h
- /BigRepo/wireshark-2.2.5rc0/epan/circuit.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/protocol_hierarchy_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/main_toolbar.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-budb.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cdt.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mpeg1.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-srvloc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nwmtp.c
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_security_layer.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hip.c
- /BigRepo/wireshark-2.2.5rc0/ui/tap-tcp-stream.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h225.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipmi-trace.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-eventlog.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/tcp_stream_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/plugin_if.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/sctp_graph_arwnd_dialog.h
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/wimax_utils.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/main_status_bar.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/expert_comp_table.c
- /BigRepo/wireshark-2.2.5rc0/epan/dwarf.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-opa-snc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pdcp-lte.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mms.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cdp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sctp.c
- /BigRepo/wireshark-2.2.5rc0/epan/tvbuff_composite.c
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_tree.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/processes.h
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_pinfo.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/accordion_frame.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-afp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nfsauth.c
- /BigRepo/wireshark-2.2.5rc0/epan/proto.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gre.h
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_identifiers.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/lte_mac_statistics_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-vxlan.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/x509af/packet-x509af-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-tkn4int.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/capture_interfaces_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ansi_map.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-funnel.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ranap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ath.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fcsp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipos.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/lbm_uimflow_dlg.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/i4btrace.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-noe.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/layout_preferences_frame.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dap.h
- /BigRepo/wireshark-2.2.5rc0/epan/tvbuff_real.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/sober128.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ieee8021ah.c
- /BigRepo/wireshark-2.2.5rc0/epan/stat_tap_ui.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ess.c
- /BigRepo/wireshark-2.2.5rc0/tools/extract_asn1_from_spec.pl
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dtn.h
- /BigRepo/wireshark-2.2.5rc0/globals.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tnef.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bthci_acl.h
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_user_cb.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-smb-pipe.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/file_util.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mpeg-sect.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/bluetooth_device_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/qt/rpc_service_response_time_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/wiretap/ascendtext.h
- /BigRepo/wireshark-2.2.5rc0/epan/crypt/airpdcap_debug.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hdfsdata.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-stats_tree.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cosnaming.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-iua.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-iscsi.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tcp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sysdig-event.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lapdm.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nfs.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sbc.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/vwr.h
- /BigRepo/wireshark-2.2.5rc0/epan/follow.h
- /BigRepo/wireshark-2.2.5rc0/echld/echld-int.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mtp3.c
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_extensionobjecttable.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/wimax_harq_map_decoder.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/lte_rlc_statistics_dialog.h
- /BigRepo/wireshark-2.2.5rc0/tools/checkhf.pl
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/wimax_phy_attributes_decoder.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/font_utils.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/pres/packet-pres-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-a21.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcc.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/peekclassic.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/qcustomplot.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cisco-erspan.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-glbp.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/gui_utils.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/simple_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissector_filters.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mplstp-oam.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-zcl-ha.c
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_core.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-s1ap.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ieee802a.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-enrp.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_file.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-opsi.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/bluetooth_att_server_attributes_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ansi_637.c
- /BigRepo/wireshark-2.2.5rc0/capchild/capture_sync.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/unicode-utils.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pcli.c
- /BigRepo/wireshark-2.2.5rc0/ui/recent.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/sctp_graph_byte_dialog.h
- /BigRepo/wireshark-2.2.5rc0/plugins/ethercat/packet-esl.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-klm.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-etsi_card_app_toolkit.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-uftp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pulse.c
- /BigRepo/wireshark-2.2.5rc0/epan/tpg.c
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_test.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pkixproxy.h
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_allocator_block.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/export_pdu_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bssgp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btsap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dsp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/inap/packet-inap-template.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/profile_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gmr1_dtap.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-vendor.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-paltalk.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-isl.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/response_time_delay_table.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-netflow.c
- /BigRepo/wireshark-2.2.5rc0/ui/traffic_table_ui.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/simple_stattable.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/dsp/packet-dsp-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cisco-fp-mim.c
- /BigRepo/wireshark-2.2.5rc0/epan/oui.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rtacser.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-dfs.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-multipart.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ppcap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/x11-keysym.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/type_util.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wap.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/iax2_analysis_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/time_shift_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rpl.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-g723.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hpteam.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-scsi-mmc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-msproxy.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/daintree-sna.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bpdu.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/isdn-sup/packet-isdn-sup-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h501.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-admin.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/smrse/packet-smrse-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cmp.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/copyright_info.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cipsafety.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rs_pwd_mgmt.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/novell_pkis/packet-novell_pkis-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rdp.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/conversation_hastables_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-kadm5.c
- /BigRepo/wireshark-2.2.5rc0/ui/iface_lists.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tdmop.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/libpcap.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/import_text_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-icp.c
- /BigRepo/wireshark-2.2.5rc0/ui/tap-rtp-common.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/packet_range_group_box.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ua3g.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/crc10.h
- /BigRepo/wireshark-2.2.5rc0/doc/editcap.pod
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mbim.c
- /BigRepo/wireshark-2.2.5rc0/epan/tap.h
- /BigRepo/wireshark-2.2.5rc0/epan/ftypes/ftype-ieee-11073-float.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-igap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-oft.c
- /BigRepo/wireshark-2.2.5rc0/epan/proto_data.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/rtp_analysis.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-kerberos.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/follow_stream_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-osc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fcct.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-udp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rfid-pn532.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-per.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/decode_as_dialog.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/stock_icon_tool_button.h
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/sttype-test.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/filter_action.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h282.c
- /BigRepo/wireshark-2.2.5rc0/doc/rawshark.pod
- /BigRepo/wireshark-2.2.5rc0/ui/qt/proto_tree.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pkinit.h
- /BigRepo/wireshark-2.2.5rc0/doc/packet-PROTOABBREV.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/packet_list.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/overlay_scroll_bar.h
- /BigRepo/wireshark-2.2.5rc0/ui/recent.c
- /BigRepo/wireshark-2.2.5rc0/epan/nghttp2/nghttp2_buf.c
- /BigRepo/wireshark-2.2.5rc0/ui/util.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-trksvr.c
- /BigRepo/wireshark-2.2.5rc0/plugins/profinet/packet-pn-dcp.c
- /BigRepo/wireshark-2.2.5rc0/extcap/androiddump.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-usb.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/service_response_time_table.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rpc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-etch.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/sctp_byte_graph_dlg.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/mime_file.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/simple_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/capture_opts.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mausb.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-2dparityfec.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rpcap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rlc-lte.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dbus.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/rua/packet-rua-template.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/frequency-utils.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ldap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h248_10.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ucp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/sttype-function.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lisp-data.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ansi_tcap.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-vmlab.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/crc8.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hci_h4.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/extcap_argument_file.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/compare_stat.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/syntax_line_edit.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pkix1implicit.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/clopts_common.h
- /BigRepo/wireshark-2.2.5rc0/epan/ipv4.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-edonkey.c
- /BigRepo/wireshark-2.2.5rc0/plugins/ethercat/packet-ecatmb.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcm.c
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_transport_layer.c
- /BigRepo/wireshark-2.2.5rc0/conditions.h
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In Wireshark 2.2.0 to 2.2.4 and 2.0.0 to 2.0.10, there is a Netscaler file parser infinite loop, triggered by a malformed capture file. This was addressed in wiretap/netscaler.c by changing the restrictions on file size.
<p>Publish Date: 2017-03-04
<p>URL: <a href=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-6467>CVE-2017-6467</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Change files</p>
<p>Origin: <a href="https://github.com/wireshark/wireshark/commit/284ad58d288722a8725401967bff0c4455488f0c">https://github.com/wireshark/wireshark/commit/284ad58d288722a8725401967bff0c4455488f0c</a></p>
<p>Release Date: 2017-03-02</p>
<p>Fix Resolution: Replace or update the following file: netscaler.c</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2017-6467 (High) detected in wireshark-v2.2.5rc0 - ## CVE-2017-6467 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>wiresharkv2.2.5rc0</b></p></summary>
<p>
<p>Read-only mirror of Wireshark's Git repository. GitHub won't let us disable pull requests. ? THEY WILL BE IGNORED HERE ? Please upload them at https://code.wireshark.org/review/ .</p>
<p>Library home page: <a href=https://github.com/wireshark/wireshark.git>https://github.com/wireshark/wireshark.git</a></p>
<p>Found in HEAD commit: <a href="https://github.com/RuslanGox/BigRepo/commit/60f1b99636e9b000c240f2aa5f152ff189c55741">60f1b99636e9b000c240f2aa5f152ff189c55741</a></p>
</p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Library Source Files (3057)</summary>
<p></p>
<p> * The source files were matched to this source library based on a best effort match. Source libraries are selected from a list of probable public libraries.</p>
<p>
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ziop.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-coseventcomm.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-usb-hid.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ax4000.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/io_graph_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-atn-cm.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-s5066sis.c
- /BigRepo/wireshark-2.2.5rc0/codecs/sbc/sbc.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/file_wrappers.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cisco-ttag.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/ranap/packet-ranap-template.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-dccack.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dnp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-isdn.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mpeg-descriptor.c
- /BigRepo/wireshark-2.2.5rc0/epan/column.h
- /BigRepo/wireshark-2.2.5rc0/epan/crypt/airpdcap.c
- /BigRepo/wireshark-2.2.5rc0/ui/mcast_stream.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-xip.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dpnss.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cgmp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-roverride.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-icl_rpc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-vcdu.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-charging_ase.h
- /BigRepo/wireshark-2.2.5rc0/epan/ftypes/ftype-string.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/popcount.h
- /BigRepo/wireshark-2.2.5rc0/plugins/irda/packet-irda.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-smb-sidsnooping.h
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/syntax-tree.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/endpoint_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rmt-lct.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mndp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/h248/packet-h248-template.c
- /BigRepo/wireshark-2.2.5rc0/plugins/ethercat/packet-ethercat-datagram.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-radius.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/p1/packet-p1-template.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bssap.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/unicode-utils.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-osi-options.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-componentstatus.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/label_stack.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ansi_tcap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-chargen.c
- /BigRepo/wireshark-2.2.5rc0/wireshark-qt.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lldp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-nspi.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/bluetooth_att_server_attributes_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-email.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btrfcomm.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcom.h
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_allocator_simple.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/tnef.h
- /BigRepo/wireshark-2.2.5rc0/plugins/profinet/packet-pn.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim.c
- /BigRepo/wireshark-2.2.5rc0/doc/sshdump.pod
- /BigRepo/wireshark-2.2.5rc0/file.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lte-rrc.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rs_repmgr.c
- /BigRepo/wireshark-2.2.5rc0/epan/disabled_protos.c
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/sttype-integer.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h225.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-geneve.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-eth.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-zdp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-security.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mac-lte.c
- /BigRepo/wireshark-2.2.5rc0/caputils/airpcap_loader.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bt-utp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sccp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-location.c
- /BigRepo/wireshark-2.2.5rc0/echld/common.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/pkix1explicit/packet-pkix1explicit-template.c
- /BigRepo/wireshark-2.2.5rc0/tools/fix-encoding-args.pl
- /BigRepo/wireshark-2.2.5rc0/ui/qt/wireshark_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-oampdu.c
- /BigRepo/wireshark-2.2.5rc0/epan/media_params.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-popup.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/packet_list.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/bluetooth_device_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/dop/packet-dop-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rtmpt.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ldss.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_ucd.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/mcast_stream_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wsmp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-usb.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/x11-glx-render-enum.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ncp-sss.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/response_time_delay_table.h
- /BigRepo/wireshark-2.2.5rc0/tfshark.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sync.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dec-dnart.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ieee8023.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sndcp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ppi-vector.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-oicq.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ixveriwave.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h323.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-data.c
- /BigRepo/wireshark-2.2.5rc0/epan/guid-utils.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-u3v.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-macsec.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/capture_filter_syntax_worker.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ses.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rfid-felica.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gdb.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-regreq.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_a_bssmap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-spoolss.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/aethra.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/x11-extension-errors.h
- /BigRepo/wireshark-2.2.5rc0/ui/simple_dialog.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/summary_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-frstrans.h
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-type35ucd.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tdmoe.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/commview.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-iec104.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/capture_preferences_frame.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-radius.h
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_sbc.c
- /BigRepo/wireshark-2.2.5rc0/epan/app_mem_usage.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rua.c
- /BigRepo/wireshark-2.2.5rc0/writecap/pcapio.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/cmdarg_err.c
- /BigRepo/wireshark-2.2.5rc0/epan/srt_table.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ubertooth.h
- /BigRepo/wireshark-2.2.5rc0/plugins/mate/mate_setup.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-alljoyn.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/pixmap_save.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/qt_ui_utils.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/drange.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-wzcsvc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dect.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/rpc_stat.c
- /BigRepo/wireshark-2.2.5rc0/epan/oui.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lbmr.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/csids.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/service_response_time_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/win32/console_win32.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-clip.c
- /BigRepo/wireshark-2.2.5rc0/epan/asn1.h
- /BigRepo/wireshark-2.2.5rc0/caputils/capture-pcap-util.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-telkonet.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-dpd.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rudp.c
- /BigRepo/wireshark-2.2.5rc0/epan/crc16-tvb.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-x2ap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-stat-notify.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bgp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-synergy.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-vssmonitoring.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ieee80211-radio.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-yami.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/cosine.h
- /BigRepo/wireshark-2.2.5rc0/tools/pidl/lib/Parse/Pidl/Samba4/Python.pm
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/pkixtsp/packet-pkixtsp-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h223.c
- /BigRepo/wireshark-2.2.5rc0/ui/capture_ui_utils.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ssh.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/profile_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nb_rtpmux.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/file-jpeg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lmp.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/sober128.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-frame.h
- /BigRepo/wireshark-2.2.5rc0/capture_opts.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-atn-cpdlc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-acap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hcrt.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/old-gtk-compat.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/wireshark_application.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pkix1implicit.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/sctp_assoc_analyse_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-igmp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/goose/packet-goose-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btbredr_rf.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/crc_data.c
- /BigRepo/wireshark-2.2.5rc0/tools/process-x11-fields.pl
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sebek.c
- /BigRepo/wireshark-2.2.5rc0/epan/ppptypes.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sll.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-scsi.c
- /BigRepo/wireshark-2.2.5rc0/epan/ex-opt.c
- /BigRepo/wireshark-2.2.5rc0/doc/tshark.pod
- /BigRepo/wireshark-2.2.5rc0/ui/qt/endpoint_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-HI2Operations.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipmi-app.c
- /BigRepo/wireshark-2.2.5rc0/epan/except.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/iseries.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/extcap_options_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rfid-mifare.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cimetrics.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/wlan_stat_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-openflow_v4.c
- /BigRepo/wireshark-2.2.5rc0/extcap/randpktdump.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_bssmap_le.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-t38.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mpeg-dsmcc.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/nstime.c
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_enumparser.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rlc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-spnego.c
- /BigRepo/wireshark-2.2.5rc0/plugins/ethercat/packet-ams.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/conversations_table.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-dsdrsp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sysex.c
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_complextypeparser.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/crc16-plain.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-isis-lsp.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/sign_ext.h
- /BigRepo/wireshark-2.2.5rc0/register.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gnutella.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-stanag4607.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/vms.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/graph_analysis.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/main_window_slots.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/print.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-dfs.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-iser.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/packet_list_model.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-isakmp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/gsm_map_summary_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gmr1_rach.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-ucd.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/ws_mempbrk_int.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/ws_cpuid.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-csm-encaps.c
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/sttype-set.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-security.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/layout_preferences_frame.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/lrexlib.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-samr.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/preferences_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/goto_dlg.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/percent_bar_delegate.h
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_interval_tree.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/follow_stream_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/wiretap/radcom.h
- /BigRepo/wireshark-2.2.5rc0/epan/ftypes/ftype-guid.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mux27010.c
- /BigRepo/wireshark-2.2.5rc0/epan/address.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aarp.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-sctpchunkstat.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-atm.h
- /BigRepo/wireshark-2.2.5rc0/epan/stream.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/coloring_rules_dialog.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/report_err.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/display_filter_expression_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/lrexlib.h
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/dfilter.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/lpp/packet-lpp-template.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-kingfisher.c
- /BigRepo/wireshark-2.2.5rc0/epan/value_string.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-frstrans.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/lbm_lbtru_transport_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tn3270.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_um.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-zcl.h
- /BigRepo/wireshark-2.2.5rc0/ui/tap-rtp-analysis.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bvlc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tte-pcf.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/extcap_argument.h
- /BigRepo/wireshark-2.2.5rc0/ui/persfilepath_opt.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/dap/packet-dap-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mms.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ax25.h
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_nstime.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/rtp_player.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/5views.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/base64.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-qllc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gprscdr.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-igmp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bluecom.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-coap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mpeg-pes.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-qsig.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-3com-xns.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bacapp.c
- /BigRepo/wireshark-2.2.5rc0/plugins/m2m/packet-m2m.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/crc11.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/capture_if_dlg.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h261.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-packetbb.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-docsis.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/packet-wmx.c
- /BigRepo/wireshark-2.2.5rc0/epan/ftypes/ftype-pcre.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/main_airpcap_toolbar.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-cmctrlreq.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/pidl/mapi/request.cnf.c
- /BigRepo/wireshark-2.2.5rc0/doc/wireshark-filter.pod
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rep_proc.c
- /BigRepo/wireshark-2.2.5rc0/cmake/TestFileOffsetBits.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/s1ap/packet-s1ap-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/next_tvb.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mac-lte.h
- /BigRepo/wireshark-2.2.5rc0/ui/tap-iax2-analysis.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bthci_evt.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/dcerpc/butc/packet-dcerpc-butc-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ppi-sensor.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-igrp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ubertooth.c
- /BigRepo/wireshark-2.2.5rc0/epan/tvbparse.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_int64.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-redback.c
- /BigRepo/wireshark-2.2.5rc0/captype.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-diameter.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-ssi.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/graph_analysis.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/pkixproxy/packet-pkixproxy-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-clique-rm.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cmip.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/io_graph_dialog.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/find_dlg.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/expert_info_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/plugins/stats_tree/pinfo_stats_tree.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipmi-picmg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipfc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-messenger.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gluster_pmap.c
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_tree-int.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/rrc/packet-rrc-template.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/rtp_player_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-json.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cmpp.c
- /BigRepo/wireshark-2.2.5rc0/plugins/irda/packet-sir.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cip.h
- /BigRepo/wireshark-2.2.5rc0/caputils/capture_wpcap_packet.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-simple.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-trmac.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lge_monitor.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bthci_sco.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-iso7816.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/catapult_dct2000.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/manage_interfaces_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-zdp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fractalgeneratorprotocol.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-camel.h
- /BigRepo/wireshark-2.2.5rc0/epan/stats_tree.h
- /BigRepo/wireshark-2.2.5rc0/extcap_parser.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sabp.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-rngrsp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-db-lsp.c
- /BigRepo/wireshark-2.2.5rc0/plugins/easy_codec/codec-g7231.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-iostat.c
- /BigRepo/wireshark-2.2.5rc0/rawshark.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h450-ros.h
- /BigRepo/wireshark-2.2.5rc0/epan/tvbuff.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/packet_list_record.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/pcap-common.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/m3ap/packet-m3ap-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/wlancertextn/packet-wlancertextn-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/timestats.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nat-pmp.c
- /BigRepo/wireshark-2.2.5rc0/plugins/profinet/packet-pn.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cfm.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/rtp_stream_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_simpletypes.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-skinny.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-tlv.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-force10-oui.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/protocol_preferences_menu.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-esio.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ans.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bofl.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fcfzs.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nbifom.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissector_filters.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/filter_expression_frame.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/iana_charsets.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-userlookup.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-scriptingservice.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gtpv2.h
- /BigRepo/wireshark-2.2.5rc0/plugins/mate/mate_util.c
- /BigRepo/wireshark-2.2.5rc0/codecs/speex/resample.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/x11-enum.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/lte_rlc_graph_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dvbci.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/packet_list_record.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tcp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mint.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pkixtsp.c
- /BigRepo/wireshark-2.2.5rc0/epan/column.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/capture_if_dlg.c
- /BigRepo/wireshark-2.2.5rc0/plugins/ethercat/packet-ecatmb.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/extcap_argument_file.cpp
- /BigRepo/wireshark-2.2.5rc0/wiretap/packetlogger.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/c1222/packet-c1222-template.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/preference_editor_frame.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/sv/packet-sv-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cipsafety.c
- /BigRepo/wireshark-2.2.5rc0/ui/decode_as_utils.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mka.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-iax2.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/file_util.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-afs.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sap.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/display_filter_combo.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/mms/packet-mms-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-epmd.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/export_dissection_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-isns.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-parlay.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/tnef.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-forces.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-iwarp-ddp-rdmap.c
- /BigRepo/wireshark-2.2.5rc0/epan/ex-opt.h
- /BigRepo/wireshark-2.2.5rc0/filter_files.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-winreg.c
- /BigRepo/wireshark-2.2.5rc0/ui/time_shift.h
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-comparestat.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-omapi.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/funnel_statistics.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/splash_overlay.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rs_pgo.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-giop.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cell_broadcast.c
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/sttype-function.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/h245/packet-h245-template.h
- /BigRepo/wireshark-2.2.5rc0/caputils/airpcap.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lapd.c
- /BigRepo/wireshark-2.2.5rc0/ui/export_object_tftp.c
- /BigRepo/wireshark-2.2.5rc0/ui/voip_calls.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-3com-njack.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-xtp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rstat.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pw-atm.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-dsarsp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pkix1explicit.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aol.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/fileset_dlg.c
- /BigRepo/wireshark-2.2.5rc0/plugins/irda/packet-ircomm.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-initshutdown.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-vtp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/q932-ros/packet-q932-ros-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-kismet.c
- /BigRepo/wireshark-2.2.5rc0/ui/firewall_rules.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-icap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wol.c
- /BigRepo/wireshark-2.2.5rc0/ui/file_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/ansi_tcap/packet-ansi_tcap-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ixiatrailer.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ieee802a.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-netlink.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nfs.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/frequency-utils.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-dcd.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tds.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rtse.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/overlay_scroll_bar.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-batadv.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/coloring_rules_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/plugin_if.h
- /BigRepo/wireshark-2.2.5rc0/plugins/profinet/packet-dcom-cba-acco.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/sctp_graph_byte_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/crc.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-smbsids.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mpeg-ca.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btl2cap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/pcap/packet-pcap-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-roofnet.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/capture_info_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-nspi.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/about_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-p772.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mactelnet.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-retix-bpdu.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-smb.h
- /BigRepo/wireshark-2.2.5rc0/doc/text2pcap.pod
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_servicetable.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nettl.c
- /BigRepo/wireshark-2.2.5rc0/ui/tap-sequence-analysis.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/bits_ctz.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/memory_dlg.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/voip_calls_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pkixtsp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ua.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mbtcp.h
- /BigRepo/wireshark-2.2.5rc0/epan/addr_and_mask.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/address_editor_frame.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/qt/export_pdu_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/packet_list_store.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/ansi_map/packet-ansi_map-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/compress/lzxpress.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ber.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-xdmcp.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/aethra.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-crmf.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/hcidump.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/daintree-sna.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/peekclassic.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/resolved_addresses_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/decode_as.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-ftserver.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fcfcs.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cpha.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/dct3trace.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-rngreq.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-nwk.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-t30.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/packet_comment_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-actrace.c
- /BigRepo/wireshark-2.2.5rc0/epan/tvbuff.h
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/wimax_compact_dlmap_ie_decoder.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gprscdr.c
- /BigRepo/wireshark-2.2.5rc0/ui/capture_globals.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/merge.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nntp.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/firewall_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hci_usb.c
- /BigRepo/wireshark-2.2.5rc0/ui/all_files_wildcard.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/remote_capture_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-x29.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pw-fr.c
- /BigRepo/wireshark-2.2.5rc0/epan/afn.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hiqnet.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-m2pa.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/netscreen.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipmi-session.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/mpeg-audio/packet-mpeg-audio-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ptpip.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-eap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/ilp/packet-ilp-template.c
- /BigRepo/wireshark-2.2.5rc0/ui/commandline.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-glusterfs.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/wlan_statistics_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-e212.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wccp.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-dscreq.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-goose.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rmt-norm.c
- /BigRepo/wireshark-2.2.5rc0/epan/nghttp2/nghttp2.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/time_util.c
- /BigRepo/wireshark-2.2.5rc0/epan/sminmpec.h
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_dumper.c
- /BigRepo/wireshark-2.2.5rc0/ui/proto_hier_stats.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/capture_interfaces_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/crmf/packet-crmf-template.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/decode_as_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dsi.c
- /BigRepo/wireshark-2.2.5rc0/plugins/stats_tree/pinfo_stats_tree.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/column_preferences_frame.cpp
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-dccrsp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-flexray.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/gtk_iface_monitor.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/dlg_utils.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-dsaack.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tuxedo.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/filter_expression_save_dlg.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/firewall_rules_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-logcat.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btatt.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-dsareq.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/eax.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mpeg-sect.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nsh.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_proto_expert.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cattp.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/rc4.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rlm.c
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_strbuf.c
- /BigRepo/wireshark-2.2.5rc0/dumpcap.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/voip_calls_dialog.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/lbm_stream_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-calcappprotocol.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-dcom.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tcap.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gtp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/main_window_preferences_frame.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rdm.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dsp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-reload.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mikey.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/lppa/packet-lppa-template.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-dbcack.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/main.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-smb-browse.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/export_object_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/reassemble.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-socketcan.c
- /BigRepo/wireshark-2.2.5rc0/caputils/capture-pcap-util-int.h
- /BigRepo/wireshark-2.2.5rc0/ui/decode_as_utils.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/main_titlebar.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/conversation_hash_tables_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-chdlc.c
- /BigRepo/wireshark-2.2.5rc0/epan/rtp_pt.h
- /BigRepo/wireshark-2.2.5rc0/plugins/profinet/packet-pn-mrp.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/capsa.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lapb.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rtp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lppa.c
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_hfindeces.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-spray.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-samr.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ros.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fip.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-diffserv-mpls-common.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/uat_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lbttcp.h
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_dir.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/cosine.c
- /BigRepo/wireshark-2.2.5rc0/epan/crc10-tvb.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-uhd.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bthcrp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/h245/packet-h245-template.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/gtkglobals.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/erf.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wifi-display.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/g711.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-wspstat.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dsr.c
- /BigRepo/wireshark-2.2.5rc0/codecs/G711a/G711adecode.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-vxi11.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-xmpp-gtalk.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-mdssvc.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mgcp.h
- /BigRepo/wireshark-2.2.5rc0/epan/column-info.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-x25.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/qcustomplot.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/service_response_time_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/diam_dict.h
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-srt.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h245.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-atalk.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-newmail.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipmi.c
- /BigRepo/wireshark-2.2.5rc0/epan/disabled_protos.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ancp.c
- /BigRepo/wireshark-2.2.5rc0/ui/tap-sequence-analysis.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/nbap/packet-nbap-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-snmp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bencode.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-knet.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-xml.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/cfutils.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pkixqualified.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/rtp_audio_stream.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fcsb3.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rpriv.c
- /BigRepo/wireshark-2.2.5rc0/epan/decode_as.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wassp.c
- /BigRepo/wireshark-2.2.5rc0/epan/crypt/airpdcap_int.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ospf.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pcap.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/byte_view_text.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-initshutdown.h
- /BigRepo/wireshark-2.2.5rc0/epan/follow.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/ws_mempbrk.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sscop.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-acp133.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nsip.c
- /BigRepo/wireshark-2.2.5rc0/plugins/profinet/packet-dcom-cba-acco.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_file_handler.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/file-btsnoop.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/iax2_analysis.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/bluetooth_hci_summary_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/to_str-int.h
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-regrsp.c
- /BigRepo/wireshark-2.2.5rc0/caputils/capture-wpcap.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-smpp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cops.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/iptrace.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cosine.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ncs.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/os_version_info.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/sequence_diagram.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-lsa.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ndmp.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/wtap.h
- /BigRepo/wireshark-2.2.5rc0/epan/stat_tap_ui.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-spice.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/sha2.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/sctp_chunk_stat.c
- /BigRepo/wireshark-2.2.5rc0/tools/lemon/lempar.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/byte_view_tab.h
- /BigRepo/wireshark-2.2.5rc0/epan/column-utils.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/sctp_assoc_analyse_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/randpkt_core/randpkt_core.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/filter_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-scsi-smc.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/main.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fcswils.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/capture_file.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mip.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-e212.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-epl_v1.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ypbind.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-follow.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/init_wslua.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cast.c
- /BigRepo/wireshark-2.2.5rc0/epan/geoip_db.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipxwan.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-vicp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-peekremote.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ncp-int.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sdlc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rgmp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-quake3.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-usb-ccid.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-6lowpan.c
- /BigRepo/wireshark-2.2.5rc0/epan/ftypes/ftype-protocol.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-directory.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ppp.h
- /BigRepo/wireshark-2.2.5rc0/ui/tap-tcp-stream.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/mime_file.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/pkcs12/packet-pkcs12-template.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/search_frame.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ip.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lbtrm.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-p7.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-qnet6.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipsi-ctl.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-protohierstat.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/mplog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-idmp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/capture_filter_combo.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sasp.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/buffer.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rtps.c
- /BigRepo/wireshark-2.2.5rc0/ui/ssl_key_export.c
- /BigRepo/wireshark-2.2.5rc0/epan/uat.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-quic.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bt-dht.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mpeg-pmt.c
- /BigRepo/wireshark-2.2.5rc0/epan/exported_pdu.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hnbap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-arp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-m2ua.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/mac_lte_stat_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/nghttp2/nghttp2_rcbuf.c
- /BigRepo/wireshark-2.2.5rc0/epan/exntest.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sua.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h263.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-raknet.c
- /BigRepo/wireshark-2.2.5rc0/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/file-mp4.c
- /BigRepo/wireshark-2.2.5rc0/ui/time_shift.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-llt.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/mpeg-audio.c
- /BigRepo/wireshark-2.2.5rc0/epan/tpg.h
- /BigRepo/wireshark-2.2.5rc0/ui/export_object.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/ipfix.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/hostlist_table.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ppi-gps.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-kink.c
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/dfilter-macro.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_proto_field.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/import_text_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/g_int64_hash_routines.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/edit_packet_comment_dlg.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-usb-dfu.c
- /BigRepo/wireshark-2.2.5rc0/epan/timestamp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ltp.c
- /BigRepo/wireshark-2.2.5rc0/ui/text_import.c
- /BigRepo/wireshark-2.2.5rc0/codecs/codecs.c
- /BigRepo/wireshark-2.2.5rc0/frame_tvbuff.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-cds_clerkserver.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-usb-audio.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/print_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/airpcap_gui_utils.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipmi.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/show_packet_bytes_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hci_mon.c
- /BigRepo/wireshark-2.2.5rc0/sync_pipe.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-c1222.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cql.c
- /BigRepo/wireshark-2.2.5rc0/ui/service_response_time.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/sctp_graph_dialog.h
- /BigRepo/wireshark-2.2.5rc0/ui/console.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-usb-masstorage.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-reload-framing.c
- /BigRepo/wireshark-2.2.5rc0/capture_info.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h450-ros.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-netlink.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lbtrm.h
- /BigRepo/wireshark-2.2.5rc0/epan/dvb_chartbl.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-diameter.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-alcap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-frame.c
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_serviceids.h
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_tree.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/lrexlib_glib.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lltd.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sercosiii.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pkixqualified.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lon.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ieee1722.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nbipx.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/sctp_chunk_statistics_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/plugins/unistim/packet-unistim.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-witness.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/eyesdn.c
- /BigRepo/wireshark-2.2.5rc0/epan/in_cksum.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fix.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ilp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-diameter_3gpp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-infiniband.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dop.h
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-sipstat.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/capture_filter_syntax_worker.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aruba-iap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aastra-aasp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_a_dtap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pcep.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-quake2.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sndcp-xid.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/simple_stattable.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/module_preferences_scroll_area.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipv6.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/sha2.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/export_object_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_list.h
- /BigRepo/wireshark-2.2.5rc0/ui/persfilepath_opt.h
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_pkm.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/supported_protos_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pvfs2.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-flexnet.c
- /BigRepo/wireshark-2.2.5rc0/ui/service_response_time.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_dissector.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-exported_pdu.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-maap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsmtap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aruba-papi.c
- /BigRepo/wireshark-2.2.5rc0/sync_pipe_write.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/kerberos/packet-kerberos-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/gencode.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/lte-rrc/packet-lte-rrc-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-asterix.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-isis-clv.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-banana.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tfp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dvb-tdt.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/getopt_long.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-netbios.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mip6.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-cprpc_server.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-at.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/font_color_preferences_frame.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-adb_cs.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/rtp_analysis_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-zcl.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pcap_pktdata.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-moldudp.c
- /BigRepo/wireshark-2.2.5rc0/epan/crc32-tvb.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ecp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-portmap.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/search_frame.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ms-mms.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nas_eps.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-p_mul.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-vntag.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cigi.c
- /BigRepo/wireshark-2.2.5rc0/epan/slow_protocol_subtypes.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pagp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/pkcs1/packet-pkcs1-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sscf-nni.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-http-urlencoded.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ieee802154.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rtsp.c
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_servicetable.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-credssp.h
- /BigRepo/wireshark-2.2.5rc0/ui/commandline.h
- /BigRepo/wireshark-2.2.5rc0/extcap/ssh-base.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_sms_ud.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fmp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-cds_solicit.c
- /BigRepo/wireshark-2.2.5rc0/mkcap.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/wimax_utils.h
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_map.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/recent_file_status.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-websocket.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/logotypecertextn/packet-logotypecertextn-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h450.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-nt.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-butc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-flip.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sdp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h460.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/charging_ase/packet-charging_ase-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tetra.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-who.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pktgen.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/wimax_compact_ulmap_ie_decoder.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-opensafety.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rmp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/gsm_map/packet-gsm_map-template.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zrtp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rsip.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/dissector_tables_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dtd_parse.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ismacryp.c
- /BigRepo/wireshark-2.2.5rc0/epan/nghttp2/nghttp2_hd_huffman.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-http.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bzr.c
- /BigRepo/wireshark-2.2.5rc0/ui/export_object_dicom.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-v150fw.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-smrse.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rs_repadm.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/follow_stream.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/inet_ipv6.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/iseries.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rs_bind.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ieee17221.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/ipfix.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/find_line_edit.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/uat_gui.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-oipf.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lwres.c
- /BigRepo/wireshark-2.2.5rc0/epan/nghttp2/nghttp2_mem.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dccp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/wireless_frame.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mpls-psc.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/dbs-etherwatch.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/mac_hd_type2_decoder.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sip.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/extcap_argument_multiselect.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-icmp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipmi-se.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-x509ce.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-daytime.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ssl-utils.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btle_rf.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rlc-lte.h
- /BigRepo/wireshark-2.2.5rc0/epan/prefs.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hpsw.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mqtt.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-rtp.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/crash_info.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ftam.c
- /BigRepo/wireshark-2.2.5rc0/epan/prefs.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btavctp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/sttype-pointer.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zebra.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-x509if.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aprs.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ses.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/libpcap.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/response_time_delay_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/pkinit/packet-pkinit-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-smb2.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h323.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/rrlp/packet-rrlp-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mcpe.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-9p.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wlccp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dtls.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-xcsl.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-udt.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_internals.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mp4ves.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rdt.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cimd.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pkcs1.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rwall.c
- /BigRepo/wireshark-2.2.5rc0/epan/xdlc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipnet.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/vwr.c
- /BigRepo/wireshark-2.2.5rc0/epan/nghttp2/nghttp2ver.h
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_application_layer.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hislip.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-vxlan.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-x509if.h
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_strutl.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ajp13.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ieee802154.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-p7.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/win32-utils.h
- /BigRepo/wireshark-2.2.5rc0/ui/preference_utils.c
- /BigRepo/wireshark-2.2.5rc0/epan/print_stream.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/peektagged.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ocsp.h
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-iousers.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/percent_bar_delegate.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aruba-adp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ieee80211-wlancap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-elmi.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/supported_protocols_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bootp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sadmind.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-bpkmattr.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-llb.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-finger.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-megaco.c
- /BigRepo/wireshark-2.2.5rc0/epan/range.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pdc.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-protocolinfo.c
- /BigRepo/wireshark-2.2.5rc0/caputils/capture-pcap-util.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/uat_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ax25-kiss.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/sequence_diagram.cpp
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-cmctrlrsp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/ocsp/packet-ocsp-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tcpros.c
- /BigRepo/wireshark-2.2.5rc0/epan/circuit.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/lbm_lbtrm_transport_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pcp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bctp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sigcomp.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/des.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cms.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_sms.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/usb.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pres.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/wimax_ffb_decoder.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fw1.c
- /BigRepo/wireshark-2.2.5rc0/epan/addr_resolv.c
- /BigRepo/wireshark-2.2.5rc0/tools/process-x11-xcb.pl
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ap1394.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/proto_hier_tree_model.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-sst.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-qsig.c
- /BigRepo/wireshark-2.2.5rc0/epan/column-utils.c
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/dfvm.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ptp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ros.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/h283/packet-h283-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rmt-alc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/atn-ulcs/packet-atn-ulcs-template.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/dlg_utils.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/camins.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcom-remunkn.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-p22.c
- /BigRepo/wireshark-2.2.5rc0/extcap_spawn.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hdmi.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/funnel_text_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bacnet.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/privileges.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/color_dlg.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/qt_ui_utils.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/main_welcome.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/lpp/packet-lpp-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hsr.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-asf.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-csn1.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-mgmt.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mpls-pm.c
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_array.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipmi-vita.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/atm.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/rtp_stream_dlg.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/airpcap_gui_utils.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-opa-mad.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/toshiba.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ber.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-ubikvote.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/ascend-int.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-imf.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-uccrsp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ecmp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ansi_map.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/inet_pton.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipdr.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/ngsniffer.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/capture_file_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-manolito.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ax25.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mpls-echo.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cisco-wids.c
- /BigRepo/wireshark-2.2.5rc0/plugins/ethercat/packet-ethercat-frame.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-vrt.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dtls.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-evrc.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/addr_resolution_dlg.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/manage_interfaces_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wbxml.c
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/dfilter-int.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-icep.c
- /BigRepo/wireshark-2.2.5rc0/epan/llcsaps.h
- /BigRepo/wireshark-2.2.5rc0/epan/asn1.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/packetlogger.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-snmp.h
- /BigRepo/wireshark-2.2.5rc0/epan/nghttp2/nghttp2_hd.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rrlp.c
- /BigRepo/wireshark-2.2.5rc0/log.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mgcp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-uma.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-eiss.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-daap.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/extcap_gtk.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/h501/packet-h501-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h221_nonstd.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-fldb.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gmr1_bcch.c
- /BigRepo/wireshark-2.2.5rc0/summary.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-infiniband.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bt3ds.c
- /BigRepo/wireshark-2.2.5rc0/plugins/profinet/packet-dcom-cba.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nlsp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/protocol_preferences_menu.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hdcp2.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-usb-com.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_gui.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-invitation.c
- /BigRepo/wireshark-2.2.5rc0/ui/preference_utils.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hdfs.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_pinfo_common.h
- /BigRepo/wireshark-2.2.5rc0/make-version.pl
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tshark-tap.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sbus.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-acse.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-selfm.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/sha1.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pkcs12.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/nettrace_3gpp_32_423.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bthci_sco.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fmp_notify.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rs_prop_attr.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/dcerpc/drsuapi/packet-dcerpc-drsuapi-template.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_arq.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cmp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-zdp-binding.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-beep.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-witness.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/sha1.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-dtsprovider.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-novell_pkis.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sv.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-slsk.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bthci_evt.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/print_dlg.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-macmgmt.c
- /BigRepo/wireshark-2.2.5rc0/plugins/unistim/packet-unistim.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/capture_info_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rmcp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/bluetooth_devices_dialog.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/dbs-etherwatch.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rtcdc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pcnfsd.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/remote_settings_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/tools/checkfiltername.pl
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_map.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pkixproxy.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-usb-hub.c
- /BigRepo/wireshark-2.2.5rc0/epan/oids.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipmi-update.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-isi.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pcap_pktdata.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-l1-events.c
- /BigRepo/wireshark-2.2.5rc0/ui/win32/print_win32.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tsp.c
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_security_layer.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/gui_stat_menu.h
- /BigRepo/wireshark-2.2.5rc0/epan/strutil.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_res_cmd.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-quakeworld.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/lppe/packet-lppe-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-asap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-waveagent.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/win32-utils.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lapsat.c
- /BigRepo/wireshark-2.2.5rc0/ws_version_info.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/follow_stream_text.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-capwap.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-uccreq.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lbmpdmtcp.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/voip_calls_dlg.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/simple_dialog.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pnrp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/ess/packet-ess-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cisco-marker.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/network_instruments.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-opa-fe.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ax25-nol3.c
- /BigRepo/wireshark-2.2.5rc0/epan/crc10-tvb.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/idmp/packet-idmp-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h1.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/lrexlib_algo.h
- /BigRepo/wireshark-2.2.5rc0/epan/osi-utils.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-zcl-closures.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/packet_panes.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hsrp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/lbm_lbtru_transport_dialog.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/funnel_statistics.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nwp.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/jsmn.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ncp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-crmf.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pw-cesopsn.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-openflow.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ansi_801.c
- /BigRepo/wireshark-2.2.5rc0/epan/params.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/extcap_options_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-idrp.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/aes.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/inet_aton.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/color_utils.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/bytes_view.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nfsacl.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pkix1explicit.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-loop.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ehdlc.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/syntax_line_edit.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/h282/packet-h282-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-krb5rpc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-stats.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-e164.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/pppdump.h
- /BigRepo/wireshark-2.2.5rc0/randpkt.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dvbci.c
- /BigRepo/wireshark-2.2.5rc0/epan/iana_charsets.h
- /BigRepo/wireshark-2.2.5rc0/epan/range.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-dce122.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-stt.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/bluetooth_devices_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/traffic_table_ui.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sstp.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/tempfile.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-q933.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ppp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bluetooth.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mdshdr.c
- /BigRepo/wireshark-2.2.5rc0/ui/tap_export_pdu.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pptp.c
- /BigRepo/wireshark-2.2.5rc0/plugins/unistim/broadcast.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-couchbase.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rip.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h248_7.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/drag_and_drop.c
- /BigRepo/wireshark-2.2.5rc0/epan/crypt/airpdcap_system.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-kerberos.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cfdp.c
- /BigRepo/wireshark-2.2.5rc0/caputils/iface_monitor.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/ws_mempbrk_sse42.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/export_object_dlg.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rs_attr.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-enttec.c
- /BigRepo/wireshark-2.2.5rc0/epan/address_types.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tn5250.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-interlink.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-lsa.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/pixbuf-csource.h
- /BigRepo/wireshark-2.2.5rc0/ui/export_object.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/sctp_graph_dlg.c
- /BigRepo/wireshark-2.2.5rc0/codecs/G711a/G711adecode.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-llc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-simulcrypt.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/airpdcap_wep.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mrp-msrp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/p772/packet-p772-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ldp.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/wimax_fch_decoder.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-usbip.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nsrp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-yppasswd.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-radius_packetcable.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/visual.h
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_core.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/resolved_addresses_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-idp.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/netmon.c
- /BigRepo/wireshark-2.2.5rc0/editcap.c
- /BigRepo/wireshark-2.2.5rc0/epan/media_params.h
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_rep.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcp-etsi.c
- /BigRepo/wireshark-2.2.5rc0/epan/oids_test.c
- /BigRepo/wireshark-2.2.5rc0/summary.c
- /BigRepo/wireshark-2.2.5rc0/epan/oids.h
- /BigRepo/wireshark-2.2.5rc0/epan/uat.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-disp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-i2c.c
- /BigRepo/wireshark-2.2.5rc0/epan/osi-utils.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-sv.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/clopts_common.c
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/syntax-tree.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/gui_stat_util.h
- /BigRepo/wireshark-2.2.5rc0/ui/software_update.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rs_unix.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/hnbap/packet-hnbap-template.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-bpkmrsp.c
- /BigRepo/wireshark-2.2.5rc0/doc/dumpcap.pod
- /BigRepo/wireshark-2.2.5rc0/epan/asm_utils.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cisco-sm.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-elcom.c
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_application_layer.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-brp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/stock_icon.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/gui_stat_util.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_dlmap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nbap.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_file_common.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/ber.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcom-oxid.c
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_extensionobjectids.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/pcapng.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/lbm_uimflow_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fefd.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/time_shift_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/wiretap/pcapng_module.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/simple_statistics_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fp_hint.c
- /BigRepo/wireshark-2.2.5rc0/ui/tap-sctp-analysis.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gprs-llc.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/stanag4607.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/cmip/packet-cmip-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/file-gif.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-e100.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-esis.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/tempfile.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipvs-syncd.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/wireless_frame.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dvb-s2-bb.c
- /BigRepo/wireshark-2.2.5rc0/epan/stats_tree.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mrdisc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ssl.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-buddylist.c
- /BigRepo/wireshark-2.2.5rc0/ui/tap_export_pdu.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lbm.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_a_rp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/export_object_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/stats_tree_priv.h
- /BigRepo/wireshark-2.2.5rc0/capinfos.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ns_cert_exts.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-hosts.c
- /BigRepo/wireshark-2.2.5rc0/plugins/profinet/packet-pn-rt.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/mtp3_summary_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/io_graph_item.h
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_allocator_block_fast.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-zcl-general.c
- /BigRepo/wireshark-2.2.5rc0/epan/req_resp_hdrs.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/i4b_trace.h
- /BigRepo/wireshark-2.2.5rc0/ui/win32/file_dlg_win32.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/inet_addr.c
- /BigRepo/wireshark-2.2.5rc0/epan/ipproto.h
- /BigRepo/wireshark-2.2.5rc0/epan/funnel.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bmp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gtpv2.c
- /BigRepo/wireshark-2.2.5rc0/tools/npl/npl.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-v52.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-t124.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/file_import_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ositp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btavdtp.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_frame_info.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rquota.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dmp.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/proto_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rrc.h
- /BigRepo/wireshark-2.2.5rc0/epan/expert.c
- /BigRepo/wireshark-2.2.5rc0/ui/tap-sctp-analysis.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/ws_printf.h
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_dcd.c
- /BigRepo/wireshark-2.2.5rc0/plugins/m2m/wimax_tlv.c
- /BigRepo/wireshark-2.2.5rc0/epan/value_string.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-jxta.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ymsg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-synphasor.c
- /BigRepo/wireshark-2.2.5rc0/ui/io_graph_item.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mp4ves.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/popcount.c
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/dfunctions.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-msdp.c
- /BigRepo/wireshark-2.2.5rc0/tools/make-pixbuf-csource.pl
- /BigRepo/wireshark-2.2.5rc0/ui/qt/splash_overlay.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ncp-nmas.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_dsc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/camel/packet-camel-template.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/sparkline_delegate.h
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_reg_rsp.c
- /BigRepo/wireshark-2.2.5rc0/trigcap.c
- /BigRepo/wireshark-2.2.5rc0/caputils/capture_win_ifnames.c
- /BigRepo/wireshark-2.2.5rc0/epan/golay.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-regack.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-v5dl.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/5views.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/gsm_map_summary_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mqtt-sn.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dhcpv6.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/prefs_column.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-bpkmreq.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-uftp4.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-smtp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/tcp_stream_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/qt/lte_rlc_graph_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/make-taps.pl
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/main_welcome_private.h
- /BigRepo/wireshark-2.2.5rc0/epan/epan.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fcels.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/vms.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-generic.c
- /BigRepo/wireshark-2.2.5rc0/randpkt_core/randpkt_core.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_sim.c
- /BigRepo/wireshark-2.2.5rc0/cfile.c
- /BigRepo/wireshark-2.2.5rc0/epan/frame_data.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/h225/packet-h225-template.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/main_window.cpp
- /BigRepo/wireshark-2.2.5rc0/wsutil/crc16.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-riemann.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/progress_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-erldp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-memcache.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-xmpp-jingle.c
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/sttype-test.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hpext.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-isl.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-trill.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-rpcprogs.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/interface_tree.h
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_aas_beam.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mpls.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/protocol_hierarchy_dialog.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/main_menubar.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/t124/packet-t124-template.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/crc16.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/hostlist_table.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-zcl-lighting.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-irc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/cdt/packet-cdt-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/in_cksum.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btl2cap.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rras.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_a_common.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/nettl.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-frsrpc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gluster_cli.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/color_utils.c
- /BigRepo/wireshark-2.2.5rc0/epan/reedsolomon.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/funnel_stat.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_proto.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-efs.h
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/make-init-lua.pl
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wai.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-xmpp.c
- /BigRepo/wireshark-2.2.5rc0/epan/conversation_table.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-spdy.c
- /BigRepo/wireshark-2.2.5rc0/epan/ftypes/ftype-time.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dvb-ait.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/decode_as_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rx.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sdh.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/tap_parameter_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_ulmap.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/lbm_stream_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ppi-antenna.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lpp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-conv.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-p1.h
- /BigRepo/wireshark-2.2.5rc0/ui/tap-rlc-graph.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ocfs2.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_reg_req.c
- /BigRepo/wireshark-2.2.5rc0/epan/crc16-tvb.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/sparkline_delegate.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/gsm_map/packet-gsm_map-template.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/compiled_filter_output.cpp
- /BigRepo/wireshark-2.2.5rc0/extcap/extcap-base.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-juniper.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/lbm_stream_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gfp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/packet_range_group_box.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-eventlog.h
- /BigRepo/wireshark-2.2.5rc0/ui/rtp_stream.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/dct3trace.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/crc7.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/ftam/packet-ftam-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gmhdr.c
- /BigRepo/wireshark-2.2.5rc0/ui/alert_box.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/packet_comment_dialog.h
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-simple_stattable.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hpfeeds.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/pidl/mapi/response.cnf.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lbtru.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mpeg-pat.c
- /BigRepo/wireshark-2.2.5rc0/tools/convert_proto_tree_add_text.pl
- /BigRepo/wireshark-2.2.5rc0/epan/addr_and_mask.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bthci_acl.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/netscaler.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cbor.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipmi-storage.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-chatnav.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-netlink-netfilter.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-llc.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-meta.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/capture_file_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_abis_oml.c
- /BigRepo/wireshark-2.2.5rc0/epan/filter_expressions.h
- /BigRepo/wireshark-2.2.5rc0/reordercap.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/column_editor_frame.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/ftypes/ftypes-int.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/bluetooth_hci_summary_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dji-uav.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nasdaq-soup.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/find_line_edit.h
- /BigRepo/wireshark-2.2.5rc0/capchild/capture_ifinfo.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lapbether.c
- /BigRepo/wireshark-2.2.5rc0/ui/export_object_http.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/main_window_preferences_frame.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-kt.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btle.h
- /BigRepo/wireshark-2.2.5rc0/epan/nghttp2/nghttp2_buf.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/netscaler.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipmi-transport.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/mpeg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-netrom.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rpki-rtr.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/preference_editor_frame.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ecp-oui.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-jmirror.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-misc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sna.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gvrp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-t124.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btrfcomm.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dlm3.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hyperscsi.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/multicast_statistics_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/qt/field_filter_edit.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/file-elf.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/follow_stream.h
- /BigRepo/wireshark-2.2.5rc0/epan/geoip_db.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-etherip.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-isis.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lwapp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/module_preferences_scroll_area.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_field.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-skinny.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/privileges.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nstrace.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-spp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gadu-gadu.c
- /BigRepo/wireshark-2.2.5rc0/caputils/iface_monitor.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lbmpdm.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/conversations_table.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wow.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/file-png.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gmr1_rr.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-devicenet.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-netdump.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-netbios.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-applemidi.c
- /BigRepo/wireshark-2.2.5rc0/epan/ipv4.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-diameter-avp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lpd.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/mtp3_summary.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/progress_frame.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sametime.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/x11-extension-implementation.h
- /BigRepo/wireshark-2.2.5rc0/text2pcap.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/os_version_info.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-e164.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-frsrpc.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rdm.h
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_array.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bthid.c
- /BigRepo/wireshark-2.2.5rc0/ui/rtp_stream.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-umts_fp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nt-tpcp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bthfp.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/wimax_cdma_code_decoder.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-iapp.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/lanalyzer.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wlancertextn.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/json.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-isdn-sup.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ndps.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_sms.h
- /BigRepo/wireshark-2.2.5rc0/ui/proto_hier_stats.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wsp.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/inet_addr.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/service_response_time_table.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/t38/packet-t38-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-aps.h
- /BigRepo/wireshark-2.2.5rc0/extcap_parser.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/x509ce/packet-x509ce-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ieee80211-radiotap-defs.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-epon.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bthci_cmd.c
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/dfilter.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dtcp-ip.c
- /BigRepo/wireshark-2.2.5rc0/caputils/capture-pcap-util-unix.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/rlc_lte_stat_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/to_str.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/file_access.c
- /BigRepo/wireshark-2.2.5rc0/epan/sctpppids.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lmi.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-amqp.c
- /BigRepo/wireshark-2.2.5rc0/epan/reassemble_test.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/wimax_tlv.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/snmp/packet-snmp-template.h
- /BigRepo/wireshark-2.2.5rc0/epan/etypes.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/catapult_dct2000.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lanforge.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/peektagged.h
- /BigRepo/wireshark-2.2.5rc0/doc/androiddump.pod
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_address.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ntlmssp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/main_status_bar.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rs_prop_plcy.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/stock_icon_tool_button.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/tcap/packet-tcap-template.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/preferences_dialog.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/iptrace.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-epl.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pingpongprotocol.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_capture_info.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btbnep.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/text_page_utils.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sll.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-turbocell.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dec-bpdu.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/nettl.c
- /BigRepo/wireshark-2.2.5rc0/epan/app_mem_usage.c
- /BigRepo/wireshark-2.2.5rc0/codecs/G711u/G711udecode.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/netxray.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ypserv.c
- /BigRepo/wireshark-2.2.5rc0/epan/conversation.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/snmp/packet-snmp-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bfd.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tivoconnect.c
- /BigRepo/wireshark-2.2.5rc0/epan/nghttp2/nghttp2_helper.h
- /BigRepo/wireshark-2.2.5rc0/ui/export_pdu_ui_utils.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/geometry_state_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/extcap/ssh-base.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tftp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lppe.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/wireshark_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ayiya.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-smb-direct.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-homeplug.c
- /BigRepo/wireshark-2.2.5rc0/ui/language.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/filesystem.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tango.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ieee80211-radiotap-iter.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipsec.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-kerberos4.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/related_packet_delegate.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rsvp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_a_gm.c
- /BigRepo/wireshark-2.2.5rc0/capchild/capture_sync.h
- /BigRepo/wireshark-2.2.5rc0/plugins/ethercat/packet-ioraw.c
- /BigRepo/wireshark-2.2.5rc0/plugins/profinet/packet-pn-ptcp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dop.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wtls.c
- /BigRepo/wireshark-2.2.5rc0/epan/crc8-tvb.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-glusterfs_hndsk.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/lte_rlc_statistics_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-vuze-dht.c
- /BigRepo/wireshark-2.2.5rc0/epan/expert.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-translate.c
- /BigRepo/wireshark-2.2.5rc0/caputils/airpcap_loader.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/prefs_gui.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rpc.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-csn1.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/HI2Operations/packet-HI2Operations-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fcoib.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipv6.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-ndr.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h248_q1950.c
- /BigRepo/wireshark-2.2.5rc0/capchild/capture_session.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lwm2mtlv.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/rlc_lte_graph.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btmcap.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/copyright_info.h
- /BigRepo/wireshark-2.2.5rc0/plugins/tpg/packet-http.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bittorrent.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-vnc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-moldudp64.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tr.c
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_serviceparser.h
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_serviceparser.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dap.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/lbm_uimflow_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/sctp_assoc_analyse.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/h235/packet-h235-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ripng.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-assa_r3.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-adb_service.c
- /BigRepo/wireshark-2.2.5rc0/epan/exported_pdu.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/sctp_all_assocs_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ansi_683.c
- /BigRepo/wireshark-2.2.5rc0/epan/tvbparse.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lte-rrc.c
- /BigRepo/wireshark-2.2.5rc0/tools/generate_authors.pl
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-enip.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/ber.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dlsw.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-camelsrt.c
- /BigRepo/wireshark-2.2.5rc0/ui/export_pdu_ui_utils.c
- /BigRepo/wireshark-2.2.5rc0/codecs/speex/speex_resampler.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lcsap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-acn.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/pppdump.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-symantec.c
- /BigRepo/wireshark-2.2.5rc0/plugins/ethercat/packet-ethercat-frame.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-icmp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tali.c
- /BigRepo/wireshark-2.2.5rc0/epan/ftypes/ftype-integer.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/main_window.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/ascendtext.c
- /BigRepo/wireshark-2.2.5rc0/epan/tvbtest.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-catapult-dct2000.c
- /BigRepo/wireshark-2.2.5rc0/epan/packet.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-starteam.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/commview.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/main_80211_toolbar.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rsync.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rmt-fec.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/filesystem.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/btsnoop.c
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/sttype-string.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipmi-pps.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/inet_addr-int.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/filter_dlg.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lg8979.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-xmcp.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-dpvrsp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-s5066dts.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pppoe.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/byte_view_text.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pgsql.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_prc_lt_ctrl.c
- /BigRepo/wireshark-2.2.5rc0/epan/sminmpec.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nflog.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mq-base.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/netmon.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/pkix1implicit/packet-pkix1implicit-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/crypt/airpdcap_rijndael.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/display_filter_edit.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-3g-a11.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mswsp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/capture_filter_combo.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-kdsp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-dnsserver.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-adb_service.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/bitswap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-xml.h
- /BigRepo/wireshark-2.2.5rc0/epan/color_filters.c
- /BigRepo/wireshark-2.2.5rc0/plugins/gryphon/packet-gryphon.c
- /BigRepo/wireshark-2.2.5rc0/extcap/ciscodump.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lpp.c
- /BigRepo/wireshark-2.2.5rc0/tools/checkAPIs.pl
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcom-dispatch.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/packet_list_model.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wlancertextn.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gmr1_common.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-xip-serval.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mq.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nbd.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/inet_aton.h
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/semcheck.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_dsa.c
- /BigRepo/wireshark-2.2.5rc0/epan/filter_expressions.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/capture_preferences_frame.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dvb-ipdc.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/gsm_map_summary.c
- /BigRepo/wireshark-2.2.5rc0/doc/reordercap.pod
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-disp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ascend.c
- /BigRepo/wireshark-2.2.5rc0/epan/rtd_table.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h248.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/mac_hd_generic_decoder.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-dnsserver.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/filter_utils.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcom-remact.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/h323/packet-h323-template.c
- /BigRepo/wireshark-2.2.5rc0/capture_info.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h235.h
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_statuscode.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/bits_count_ones.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/x11-declarations.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/wtap.c
- /BigRepo/wireshark-2.2.5rc0/ui/util.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-msnip.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-omron-fins.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-etv.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dns.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/report_err.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-smb2.c
- /BigRepo/wireshark-2.2.5rc0/capture_stop_conditions.c
- /BigRepo/wireshark-2.2.5rc0/epan/print.h
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/expert_comp_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mtp2.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/main_statusbar.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/mp2t.h
- /BigRepo/wireshark-2.2.5rc0/ui/capture_ui_utils.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-carp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rsvp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ar_drone.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-cmstatus.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_cbch.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-user_encap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ssl.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zep.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/capture_if_details_dlg_win32.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wreth.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-regrspmp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-vines.c
- /BigRepo/wireshark-2.2.5rc0/ui/rtp_media.c
- /BigRepo/wireshark-2.2.5rc0/text2pcap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/rtse/packet-rtse-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-p772.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/capture_filter_edit.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-null.c
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/wtap_opttypes.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/rtp_audio_stream.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-x509sat.c
- /BigRepo/wireshark-2.2.5rc0/writecap/pcapio.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-logotypecertextn.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ntp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ssl-utils.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pw-common.c
- /BigRepo/wireshark-2.2.5rc0/doc/extcap.pod
- /BigRepo/wireshark-2.2.5rc0/ui/qt/filter_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/proto.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-fileexp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/file_set_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/wiretap/camins.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/lbm_uimflow_dlg.c
- /BigRepo/wireshark-2.2.5rc0/caputils/capture-wpcap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-http.h
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-bintrngreq.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/packet_win.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cip.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-inap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-yhoo.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rtitcp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rnsap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dns.h
- /BigRepo/wireshark-2.2.5rc0/doc/ciscodump.pod
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-itdm.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lbttcp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-atmtcp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-windows-common.h
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-intrngreq.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/x2ap/packet-x2ap-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wfleet-hdlc.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-icmpv6stat.c
- /BigRepo/wireshark-2.2.5rc0/doc/capinfos.pod
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mrp-mmrp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sml.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tte.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/csids.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sccpmg.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/stats_tree_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sprt.c
- /BigRepo/wireshark-2.2.5rc0/epan/srt_table.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/h460/packet-h460-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h248_3gpp.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/packet_history.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-juniper.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/extcap_argument_multiselect.h
- /BigRepo/wireshark-2.2.5rc0/ui/progress_dlg.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lacp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rfr.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/pcapng.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/atn-cpdlc/packet-atn-cpdlc-template.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/traffic_table_dialog.h
- /BigRepo/wireshark-2.2.5rc0/tools/fixhf.pl
- /BigRepo/wireshark-2.2.5rc0/fileset.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/field_filter_edit.h
- /BigRepo/wireshark-2.2.5rc0/fileset.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/json.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-slimp3.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-a21.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-whois.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/sctp_chunk_statistics_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-slowprotocols.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/cfutils.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-pnp.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/bytes_view.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h248.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nisplus.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/io_stat.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aodv.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-q2931.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/filter_autocomplete.c
- /BigRepo/wireshark-2.2.5rc0/epan/except.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-icmpv6.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-q932.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-uaudp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/dfilter-macro.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-atn-ulcs.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/acse/packet-acse-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rohc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-scsi-sbc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-quake.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipsec-udp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-camel.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aeron.c
- /BigRepo/wireshark-2.2.5rc0/plugins/profinet/packet-pn-rtc-one.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-scop.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/related_packet_delegate.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/visual.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pkcs12.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/proto_dlg.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h248_annex_c.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-msrp.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-regreqmp.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/capsa.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/utf8_entities.h
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-dsdreq.c
- /BigRepo/wireshark-2.2.5rc0/ui/text_import.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ifcp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-k12.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mih.c
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_allocator.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ismp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-mapi.h
- /BigRepo/wireshark-2.2.5rc0/epan/address_types.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-smb-sidsnooping.c
- /BigRepo/wireshark-2.2.5rc0/ui/iface_lists.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-arcnet.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dtpt.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/dissector_tables_dialog.h
- /BigRepo/wireshark-2.2.5rc0/docbook/make-wsluarm.pl
- /BigRepo/wireshark-2.2.5rc0/ui/alert_box.h
- /BigRepo/wireshark-2.2.5rc0/epan/guid-utils.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/s1ap/packet-s1ap-template.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/conversation_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-zdp-discovery.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/capture_filter_edit.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/dcerpc/idl2wrs.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-umts_fp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bssgp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sip.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-zcl-misc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/dfvm.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-arp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-dssetup.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/rpc_service_response_time_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-isis-clv.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-opa.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/show_packet_bytes_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/plugins/mate/mate_runtime.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zvt.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/ngsniffer.h
- /BigRepo/wireshark-2.2.5rc0/extcap.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/time_util.h
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_byte_array.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lcsap.h
- /BigRepo/wireshark-2.2.5rc0/epan/frame_data.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/cms/packet-cms-template.c
- /BigRepo/wireshark-2.2.5rc0/ui/mcast_stream.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ceph.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/strptime.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/gprscdr/packet-gprscdr-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/tfs.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-p1.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/x509if/packet-x509if-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-m3ap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rs_attr_schema.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btavrcp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rtp-midi.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mrp-mvrp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/nbap/packet-nbap-template.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-uts.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ptpip.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/cmp/packet-cmp-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fcp.c
- /BigRepo/wireshark-2.2.5rc0/epan/proto_data.h
- /BigRepo/wireshark-2.2.5rc0/plugins/irda/irda-appl.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/crc32.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-isup.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/logcat_text.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lbm.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-smb-logon.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-smb-common.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-l2tp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/filter_expression_frame.h
- /BigRepo/wireshark-2.2.5rc0/plugins/mate/mate_util.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-atalk.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/follow_stream_text.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gearman.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/display_filter_edit.h
- /BigRepo/wireshark-2.2.5rc0/ui/packet_list_utils.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/stats_tree_stat.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_tvb.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rmt-common.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-xmpp-utils.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tzsp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-dssetup.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-iana-oui.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cisco-metadata.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/ldap/packet-ldap-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pkinit.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wap.c
- /BigRepo/wireshark-2.2.5rc0/epan/funnel.h
- /BigRepo/wireshark-2.2.5rc0/plugins/easy_codec/codec-g729a.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/radcom.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/color_edit_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mojito.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-vsip.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ptp.c
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_interval_tree.c
- /BigRepo/wireshark-2.2.5rc0/epan/conversation.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cdt.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-frsapi.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-acp133.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-icq.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-zcl-hvac.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_a_common.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rtnet.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/sctp_stat_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-turnchannel.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/dcerpc/budb/packet-dcerpc-budb-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-enc.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/funnel_string_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-tapi.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/rtp_stream_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bthci_vendor.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/byte_view_tab.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/qt/rtp_analysis_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fcoe.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mount.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-tlv-cmctrl.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cisco-oui.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/rnsap/packet-rnsap-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/exceptions.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/extcap_argument.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fcgi.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/prefs_font_color.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-update.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/ws_mempbrk.h
- /BigRepo/wireshark-2.2.5rc0/epan/strutil.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/tap_parameter_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dvb-bat.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipmi-bridge.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-aps.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mtp3mg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sv.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/response_time_delay_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cell_broadcast.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gift.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-atm.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/geometry_state_dialog.h
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/wimax_hack_decoder.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-scsi.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/buffer.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tftp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gtp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rs_plcy.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/getopt_long.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/range_utils.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/conversation_hash_tables_dialog.h
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_hfindeces.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-teredo.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/mpeg.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nt-oui.c
- /BigRepo/wireshark-2.2.5rc0/ui/export_object_smb.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-zdp-management.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/tetra/packet-tetra-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-drsuapi.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-obex.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/jsmn.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dvb-sdt.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cnip.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-adwin.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wtp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/address_editor_frame.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/sctp_error_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-corosync-totemnet.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ulp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/sttype-range.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-q932.h
- /BigRepo/wireshark-2.2.5rc0/epan/ftypes/ftype-ipv4.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-opensafety.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rmi.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tipc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/ldap/packet-ldap-template.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dof.c
- /BigRepo/wireshark-2.2.5rc0/tools/lemon/lemon.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-media.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/p1/packet-p1-template.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/dfilter_expr_dlg.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/time_shift_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/gprscdr/packet-gprscdr-template.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/mpeg-pes/packet-mpeg-pes-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-charging_ase.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wifi-p2p.c
- /BigRepo/wireshark-2.2.5rc0/epan/crypt/airpdcap_user.h
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_listener.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/camel/packet-camel-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btamp.c
- /BigRepo/wireshark-2.2.5rc0/epan/aftypes.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/qsig/packet-qsig-template.c
- /BigRepo/wireshark-2.2.5rc0/caputils/capture_ifinfo.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lisp-tcp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-adb.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-winreg.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/filter_expressions_preferences_frame.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-imap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tpkt.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/p22/packet-p22-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mp2t.c
- /BigRepo/wireshark-2.2.5rc0/epan/prefs-int.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/print_dialog.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/elided_label.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/wireshark_application.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/ulp/packet-ulp-template.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/file_dlg.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/enabled_protocols_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fclctl.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-svcctl.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-linx.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/remote_capture_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-llrp.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-rlcltestat.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/main_welcome.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/qt/sctp_graph_arwnd_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-udld.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-netanalyzer.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h264.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gopher.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-smcr.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sccp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gvcp.c
- /BigRepo/wireshark-2.2.5rc0/ui/tap-iax2-analysis.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h235.c
- /BigRepo/wireshark-2.2.5rc0/epan/tap.c
- /BigRepo/wireshark-2.2.5rc0/epan/timestats.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tacacs.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mstp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/enabled_protocols_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/extcap/extcap-base.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_util.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-mapi.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-eigrp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-mdssvc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gmrp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bjnp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rpcrdma.c
- /BigRepo/wireshark-2.2.5rc0/plugins/mate/packet-mate.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-infiniband_sdp.c
- /BigRepo/wireshark-2.2.5rc0/ringbuffer.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gias.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ansi_a.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cp2179.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/interface.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/k12.h
- /BigRepo/wireshark-2.2.5rc0/epan/nghttp2/nghttp2_rcbuf.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mpls-y1711.c
- /BigRepo/wireshark-2.2.5rc0/epan/addr_resolv.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rtp-events.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-netlink-sock_diag.c
- /BigRepo/wireshark-2.2.5rc0/ui/console.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ouch.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h248_2.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ppi.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/gui_utils.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mime-encap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-s7comm_szl_ids.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rsvd.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_file_common.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-nwk-gp.c
- /BigRepo/wireshark-2.2.5rc0/ui/profile.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gssapi.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dtn.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/disp/packet-disp-template.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/webbrowser.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-q932-ros.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/netscreen.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pana.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ldap.h
- /BigRepo/wireshark-2.2.5rc0/ui/win32/console_win32.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-xmpp-conference.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-dccreq.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mrcpv2.c
- /BigRepo/wireshark-2.2.5rc0/codecs/codecs.h
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-ocd.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pcapng_block.c
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/sttype-set.h
- /BigRepo/wireshark-2.2.5rc0/echld_test.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipars.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-bossvr.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rfid-pn532-hci.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/main_welcome.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-smb-mailslot.c
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_complextypeparser.h
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-dscrsp.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/crc10.c
- /BigRepo/wireshark-2.2.5rc0/ui/firewall_rules.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mq.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pres.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/wlan_statistics_dialog.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/column_preferences_frame.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rsec_login.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lwm.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_struct.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/network_instruments.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/funnel_text_dialog.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/packet_dialog.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/cmdarg_err.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-windows-common.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lat.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/t125/packet-t125-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/atn-cm/packet-atn-cm-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-xmpp-utils.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/pkixqualified/packet-pkixqualified-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-netlogon.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pktc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ehs.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-per.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-foundry.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcom-sysact.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-efs.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ieee80211.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/x11-register-info.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/airpcap_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-http2.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wcp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-scsi-osd.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/sctp_graph_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/mac_mgmt_msg_decoder.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/stock_icons.c
- /BigRepo/wireshark-2.2.5rc0/ringbuffer.c
- /BigRepo/wireshark-2.2.5rc0/mergecap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bgp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-redbackli.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_bsslap.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-type29ucd.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-osi.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/help_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pw-satop.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ntp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_abis_om2000.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-icq.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lsc.c
- /BigRepo/wireshark-2.2.5rc0/doc/randpktdump.pod
- /BigRepo/wireshark-2.2.5rc0/ui/qt/lte_mac_statistics_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/p7/packet-p7-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-prp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/ros/packet-ros-template.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/prefs_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-teamspeak2.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/tcp_graph.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/packet_panes.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-marker.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/tap_param_dlg.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/sequence_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-nt.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ieee80211-netmon.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nbap.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-smrse.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/capture_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-packetlogger.c
- /BigRepo/wireshark-2.2.5rc0/epan/show_exception.c
- /BigRepo/wireshark-2.2.5rc0/conditions.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-syslog.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/sctp_all_assocs_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tapa.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pdcp-lte.h
- /BigRepo/wireshark-2.2.5rc0/epan/ftypes/ftypes.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/nettrace_3gpp_32_423.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/file_set_dialog.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/wtap-int.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/main_filter_toolbar.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/pcap-common.h
- /BigRepo/wireshark-2.2.5rc0/plugins/wimaxasncp/packet-wimaxasncp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nasdaq-itch.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lisp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/accordion_frame.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-vp8.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-shim6.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/mp2t.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/expert_info_dialog.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/adler32.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/capture_file_properties_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_column.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lbtru.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-credssp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/conversation_colorize_action.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/tcap/packet-tcap-template.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pop.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tns.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-messaging.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dvb-data-mpe.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-swipe.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ocsp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipoib.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rs_acct.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-collectd.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-mdd.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_rng_rsp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/remote_settings_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/tvbuff_base64.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-iso14443.c
- /BigRepo/wireshark-2.2.5rc0/extcap_spawn.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-idmp.h
- /BigRepo/wireshark-2.2.5rc0/ui/language.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-kdp.c
- /BigRepo/wireshark-2.2.5rc0/dftest.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-m3ua.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ieee80211-prism.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-v5ua.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-wkssvc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_a_rr.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pgm.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/filter_action.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tr.h
- /BigRepo/wireshark-2.2.5rc0/epan/capture_dissectors.h
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_dreg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-glusterd.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-udp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pim.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ctdb.c
- /BigRepo/wireshark-2.2.5rc0/epan/t35.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rfc2190.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-c15ch.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-olsr.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mausb.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rsh.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/proto_tree.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-c1222.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-chdlc.h
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-dscack.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-httpstat.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/sequence_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-clnp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-ubikdisk.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/progress_frame.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-atsvc.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/hcidump.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/supported_protocols_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/qt/multicast_statistics_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fcdns.c
- /BigRepo/wireshark-2.2.5rc0/epan/crc32-tvb.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-x509sat.h
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_pref.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimaxmacphy/packet-wimaxmacphy.c
- /BigRepo/wireshark-2.2.5rc0/epan/tvbuff_subset.c
- /BigRepo/wireshark-2.2.5rc0/epan/compress/lzxpress.h
- /BigRepo/wireshark-2.2.5rc0/epan/epan.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wps.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-usbip.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/h248/packet-h248-template.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rtpproxy.c
- /BigRepo/wireshark-2.2.5rc0/epan/crc6-tvb.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-xmpp.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/flow_graph.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-xmpp-core.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/strnatcmp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-q931.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-macltestat.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tcap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/h450/packet-h450-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/aftypes.c
- /BigRepo/wireshark-2.2.5rc0/epan/packet_info.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/snoop.h
- /BigRepo/wireshark-2.2.5rc0/plugins/profinet/packet-dcerpc-pn-io.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/extcap_gtk.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/i4btrace.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cms.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-isup.h
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_list.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-isis-snp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/mtp3_summary_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-text-media.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btsmp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipsec-tcp.c
- /BigRepo/wireshark-2.2.5rc0/ui/help_url.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-s7comm.h
- /BigRepo/wireshark-2.2.5rc0/ui/rtp_media.h
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_rng_req.c
- /BigRepo/wireshark-2.2.5rc0/ws_diag_control.h
- /BigRepo/wireshark-2.2.5rc0/epan/capture_dissectors.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mmse.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btavdtp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-echo.c
- /BigRepo/wireshark-2.2.5rc0/epan/crypt/airpdcap_rijndael.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ndp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h245.c
- /BigRepo/wireshark-2.2.5rc0/plugins/ethercat/packet-nv.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-endpoints.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/mplog.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-xyplex.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ess.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/str_util.h
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_dsx_rvd.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nlm.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rs_misc.c
- /BigRepo/wireshark-2.2.5rc0/ws_symbol_export.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btatt.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/prefs_filter_expressions.c
- /BigRepo/wireshark-2.2.5rc0/tools/licensecheck.pl
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-canopen.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/ros/packet-ros-template.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-s1ap.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/rtp_stream_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-skype.c
- /BigRepo/wireshark-2.2.5rc0/ui/profile.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/main_welcome.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-auto_rp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bmc.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/filter_expressions_preferences_frame.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ranap.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-secidmap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-elasticsearch.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cmip.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h248_annex_e.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-time.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-kpasswd.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_fpc.c
- /BigRepo/wireshark-2.2.5rc0/epan/packet.c
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_allocator_strict.c
- /BigRepo/wireshark-2.2.5rc0/caputils/ws80211_utils.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sflow.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-inap.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-isis-hello.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-jpeg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dvb-tot.c
- /BigRepo/wireshark-2.2.5rc0/epan/ftypes/ftype-double.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-vlan.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/compiled_filter_output.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gvsp.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-sync.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/crc6.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cups.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nbt.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-zcl-sas.c
- /BigRepo/wireshark-2.2.5rc0/epan/conversation_table.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rtps.h
- /BigRepo/wireshark-2.2.5rc0/epan/to_str.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/export_sslkeys.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/proto_hier_stats_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-x509af.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tacacs.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/inet_ntop.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cipmotion.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-iana-oui.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pmproxy.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rtse.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-logcat-text.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-l2tp.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/tap_param_dlg.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/macros_dlg.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/dissector_tables_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-t125.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btavrcp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-distcc.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-rtd.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/merge.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_pmc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-acse.h
- /BigRepo/wireshark-2.2.5rc0/tools/make_charset_table.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dpnss-link.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/export_dissection_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_map.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rlogin.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/sctp_chunk_stat_dlg.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/file_wrappers.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-srvsvc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gdsdb.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/conversation_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-chat.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rs_prop_acct.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-homeplug-av.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/edit_packet_comment_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ossp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_rlcmac.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-x509ce.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-armagetronad.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-userlog.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/dcerpc_stat.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-app-pkix-cert.c
- /BigRepo/wireshark-2.2.5rc0/ui/help_url.h
- /BigRepo/wireshark-2.2.5rc0/ui/tap-rtp-common.h
- /BigRepo/wireshark-2.2.5rc0/epan/golay.h
- /BigRepo/wireshark-2.2.5rc0/tshark.c
- /BigRepo/wireshark-2.2.5rc0/ui/voip_calls.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-teimanagement.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mbtcp.c
- /BigRepo/wireshark-2.2.5rc0/frame_tvbuff.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bthsp.c
- /BigRepo/wireshark-2.2.5rc0/extcap.c
- /BigRepo/wireshark-2.2.5rc0/epan/ftypes/ftype-ipv6.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/wimax_pdu_decoder.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_ipa.c
- /BigRepo/wireshark-2.2.5rc0/echld/child.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/elided_label.cpp
- /BigRepo/wireshark-2.2.5rc0/wiretap/logcat_text.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_map.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-artnet.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/pixbuf-csource.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ypxfr.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aoe.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-vrrp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-msn-messenger.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gre.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/interface_tree.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ip.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-stun.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btsdp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-v120.c
- /BigRepo/wireshark-2.2.5rc0/echld/dispatcher.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pkcs1.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/erf.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/stock_icon.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bfcp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-browser.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dua.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/proto_tree_model.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bat.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mpls.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-babel.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tetra.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-netperfmeter.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/h225/packet-h225-template.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-srp.c
- /BigRepo/wireshark-2.2.5rc0/epan/tvbuff_zlib.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/interface.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/atn-ulcs/packet-atn-ulcs-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-uasip.c
- /BigRepo/wireshark-2.2.5rc0/epan/tvbuff-int.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tpkt.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-gsm_astat.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wsp.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/btsnoop.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mq-pcf.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nhrp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/ns_cert_exts/packet-ns_cert_exts-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-spice.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btsdp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-adwin-config.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcom.c
- /BigRepo/wireshark-2.2.5rc0/plugins/easy_codec/codec-g722.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-osi.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/display_filter_combo.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/strnatcmp.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/stats_tree_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-atn-ulcs.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pkixac.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/stanag4607.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/traffic_table_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rfr.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/capture_dlg.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-x509af.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h263p.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/filter_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rdaclif.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-maccontrol.c
- /BigRepo/wireshark-2.2.5rc0/filter_files.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ftam.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/logcat.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-netlink-route.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rs_prop_acl.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/capture_file_properties_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pw-hdlc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-iwarp-mpa.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ethertype.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dvb-nit.c
- /BigRepo/wireshark-2.2.5rc0/file.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pktap.c
- /BigRepo/wireshark-2.2.5rc0/epan/timestamp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-laplink.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipmi-chassis.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-clearcase.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cpfi.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/netxray.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ftp.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/simple_dialog.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/column_editor_frame.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-miop.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-agentx.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bootparams.c
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_transport_layer.h
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-map.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-usb-video.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h283.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-smb.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/wsgetopt.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ddtp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipdc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/sbc-ap/packet-sbc-ap-template.c
- /BigRepo/wireshark-2.2.5rc0/ui/capture.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/file-pcapng.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/color_utils.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-m2tp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dis.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rsl.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-raw.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-git.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mongo.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-stat.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-v5ef.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-openvpn.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-osi-options.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/uat_gui.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/font_utils.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btavctp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-iuup.c
- /BigRepo/wireshark-2.2.5rc0/echld/parent.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gpef.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-corosync-totemsrp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/sabp/packet-sabp-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-usb-hid.h
- /BigRepo/wireshark-2.2.5rc0/epan/ipproto.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/k12.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rtls.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-teklink.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/wimax_tlv.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-exec.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mysql.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-egd.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/snoop.c
- /BigRepo/wireshark-2.2.5rc0/epan/rtd_table.h
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/make-reg.pl
- /BigRepo/wireshark-2.2.5rc0/doc/mergecap.pod
- /BigRepo/wireshark-2.2.5rc0/ui/qt/color_utils.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sipfrag.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/h450-ros/packet-h450-ros-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/spnego/packet-spnego-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-netsync.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-dbcreq.c
- /BigRepo/wireshark-2.2.5rc0/epan/reassemble.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/rtp_player_dialog.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/plugins.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/md5.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-telnet.c
- /BigRepo/wireshark-2.2.5rc0/ui/capture.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/about_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pathport.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mpeg-audio.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/q932/packet-q932-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-openflow_v1.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gsm_rlcmac.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_clk_cmp.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/mac_hd_type1_decoder.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-xot.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_aas_fbck.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-msnlb.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ff.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sbc-ap.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/nstime.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/capture_file.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/recent_file_status.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-epm.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-openwire.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-brdwlk.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sgsap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bthci_cmd.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mesh.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ged125.c
- /BigRepo/wireshark-2.2.5rc0/epan/crc6-tvb.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-zcl-se.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dvmrp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hsr-prp-supervision.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-signon.c
- /BigRepo/wireshark-2.2.5rc0/epan/nghttp2/nghttp2_hd.h
- /BigRepo/wireshark-2.2.5rc0/ws_version_info.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/wtap_opttypes.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rtcp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/file-pcap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipx.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/lanalyzer.h
- /BigRepo/wireshark-2.2.5rc0/epan/tfs.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-enip.h
- /BigRepo/wireshark-2.2.5rc0/codecs/sbc/sbc_private.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rrc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-dtsstime_req.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-link16.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gluster.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/mcast_stream_dlg.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/iax2_analysis_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dplay.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-dbcrsp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/credssp/packet-credssp-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/pkixac/packet-pkixac-template.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/filter_utils.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dmx.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-socks.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-optommp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-zcl-meas-sensing.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/simple_statistics_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipx.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-q708.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-iax2.h
- /BigRepo/wireshark-2.2.5rc0/epan/stat_groups.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/conversation_colorize_action.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/prefs_layout.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-soupbintcp.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/msg_dsd.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tpncp.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/wsgcrypt.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pflog.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-thrift.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-etag.c
- /BigRepo/wireshark-2.2.5rc0/caputils/ws80211_utils.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/funnel_string_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/wiretap/toshiba.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-atsvc.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-umts_mac.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/lbm_lbtrm_transport_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-rtspstat.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/prefs_capture.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/lcsap/packet-lcsap-template.c
- /BigRepo/wireshark-2.2.5rc0/ui/tap-rlc-graph.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hclnfsd.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-classicstun.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-smb-pipe.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-s5066sis.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hazelcast.c
- /BigRepo/wireshark-2.2.5rc0/plugins/stats_tree/stats_tree_plugin.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fddi.c
- /BigRepo/wireshark-2.2.5rc0/epan/ipv6.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rlc.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-isis.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/logcat.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hdcp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fmtp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/x509sat/packet-x509sat-template.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/type_util.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fcip.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/aes.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hartip.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fr.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/display_filter_expression_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-icmpstat.c
- /BigRepo/wireshark-2.2.5rc0/plugins/profinet/packet-pn-mrrt.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/profile_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-p22.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-eth.c
- /BigRepo/wireshark-2.2.5rc0/epan/nghttp2/nghttp2_helper.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/label_stack.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-misc.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/packet_list.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-amr.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ieee80211.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/acp133/packet-acp133-template.c
- /BigRepo/wireshark-2.2.5rc0/codecs/G711u/G711udecode.h
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_simpletypes.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dhcp-failover.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-snaeth.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lbmc.c
- /BigRepo/wireshark-2.2.5rc0/epan/print_stream.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dtp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/dfunctions.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/lbm_stream_dlg.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/packet_format_group_box.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_scopes.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-x11.c
- /BigRepo/wireshark-2.2.5rc0/epan/g_int64_hash_routines.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pkixac.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-metamako.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-giop.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ieee80211-radiotap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-adverts.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-nwk.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dvb-eit.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bluetooth.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-expert.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pw-eth.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-scsi-ssc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gssapi.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/file-file.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/md4.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pw-oam.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bitcoin.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/kerberos/packet-kerberos-template.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-openflow_v5.c
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_tree.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rs_prop_pgo.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/str_util.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/voip_calls_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-t38.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rs_replist.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-winsrepl.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-extreme.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/proto_help.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-kafka.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-eapol.c
- /BigRepo/wireshark-2.2.5rc0/codecs/speex/arch.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sctp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ccsds.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-logotypecertextn.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-xmpp-other.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/eyesdn.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hp-erm.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-bos.c
- /BigRepo/wireshark-2.2.5rc0/epan/ftypes/ftype-none.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-erf.c
- /BigRepo/wireshark-2.2.5rc0/ui/ui_util.h
- /BigRepo/wireshark-2.2.5rc0/epan/crypt/airpdcap_ccmp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mac-lte-framed.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aruba-erm.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btle.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bpq.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hci_h1.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-dpvreq.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-drda.c
- /BigRepo/wireshark-2.2.5rc0/epan/ftypes/ftype-bytes.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/packet_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/next_tvb.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rtp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-iso8583.c
- /BigRepo/wireshark-2.2.5rc0/capture_stop_conditions.h
- /BigRepo/wireshark-2.2.5rc0/epan/color_filters.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-s7comm.c
- /BigRepo/wireshark-2.2.5rc0/epan/uat-int.h
- /BigRepo/wireshark-2.2.5rc0/epan/ftypes/ftypes.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sflow.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sita.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/manual_addr_resolv.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/firewall_rules_dialog.h
- /BigRepo/wireshark-2.2.5rc0/extcap/sshdump.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-j1939.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-acr122.c
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_enumparser.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mtp3.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-knxnetip.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-scsi-sbc.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-negoex.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/init_wslua.c
- /BigRepo/wireshark-2.2.5rc0/cfile.h
- /BigRepo/wireshark-2.2.5rc0/epan/circuit.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/protocol_hierarchy_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/main_toolbar.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-budb.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cdt.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mpeg1.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-srvloc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nwmtp.c
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_security_layer.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hip.c
- /BigRepo/wireshark-2.2.5rc0/ui/tap-tcp-stream.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h225.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipmi-trace.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-eventlog.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/tcp_stream_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/plugin_if.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/sctp_graph_arwnd_dialog.h
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/wimax_utils.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/main_status_bar.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/expert_comp_table.c
- /BigRepo/wireshark-2.2.5rc0/epan/dwarf.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-opa-snc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pdcp-lte.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mms.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cdp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sctp.c
- /BigRepo/wireshark-2.2.5rc0/epan/tvbuff_composite.c
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_tree.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/processes.h
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_pinfo.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/accordion_frame.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-afp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nfsauth.c
- /BigRepo/wireshark-2.2.5rc0/epan/proto.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gre.h
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_identifiers.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/lte_mac_statistics_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-vxlan.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/x509af/packet-x509af-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-tkn4int.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/capture_interfaces_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ansi_map.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-funnel.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ranap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ath.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fcsp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ipos.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/lbm_uimflow_dlg.h
- /BigRepo/wireshark-2.2.5rc0/wiretap/i4btrace.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-noe.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/layout_preferences_frame.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dap.h
- /BigRepo/wireshark-2.2.5rc0/epan/tvbuff_real.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/sober128.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ieee8021ah.c
- /BigRepo/wireshark-2.2.5rc0/epan/stat_tap_ui.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ess.c
- /BigRepo/wireshark-2.2.5rc0/tools/extract_asn1_from_spec.pl
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dtn.h
- /BigRepo/wireshark-2.2.5rc0/globals.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tnef.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bthci_acl.h
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_user_cb.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-smb-pipe.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/file_util.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mpeg-sect.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/bluetooth_device_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/qt/rpc_service_response_time_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/wiretap/ascendtext.h
- /BigRepo/wireshark-2.2.5rc0/epan/crypt/airpdcap_debug.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hdfsdata.c
- /BigRepo/wireshark-2.2.5rc0/ui/cli/tap-stats_tree.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cosnaming.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-iua.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-iscsi.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tcp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sysdig-event.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lapdm.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-nfs.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-sbc.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/vwr.h
- /BigRepo/wireshark-2.2.5rc0/epan/follow.h
- /BigRepo/wireshark-2.2.5rc0/echld/echld-int.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mtp3.c
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_extensionobjecttable.c
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/wimax_harq_map_decoder.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/lte_rlc_statistics_dialog.h
- /BigRepo/wireshark-2.2.5rc0/tools/checkhf.pl
- /BigRepo/wireshark-2.2.5rc0/plugins/wimax/wimax_phy_attributes_decoder.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/font_utils.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/pres/packet-pres-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-a21.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcc.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/peekclassic.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/qcustomplot.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cisco-erspan.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-glbp.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/gui_utils.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/simple_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissector_filters.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mplstp-oam.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-zbee-zcl-ha.c
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_core.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-s1ap.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ieee802a.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-enrp.c
- /BigRepo/wireshark-2.2.5rc0/epan/wslua/wslua_file.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-opsi.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/bluetooth_att_server_attributes_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ansi_637.c
- /BigRepo/wireshark-2.2.5rc0/capchild/capture_sync.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/unicode-utils.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pcli.c
- /BigRepo/wireshark-2.2.5rc0/ui/recent.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/sctp_graph_byte_dialog.h
- /BigRepo/wireshark-2.2.5rc0/plugins/ethercat/packet-esl.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-klm.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-etsi_card_app_toolkit.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-uftp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pulse.c
- /BigRepo/wireshark-2.2.5rc0/epan/tpg.c
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_test.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pkixproxy.h
- /BigRepo/wireshark-2.2.5rc0/epan/wmem/wmem_allocator_block.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/export_pdu_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bssgp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-btsap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dsp.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/inap/packet-inap-template.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/profile_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-gmr1_dtap.c
- /BigRepo/wireshark-2.2.5rc0/plugins/docsis/packet-vendor.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-paltalk.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-isl.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/response_time_delay_table.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-netflow.c
- /BigRepo/wireshark-2.2.5rc0/ui/traffic_table_ui.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/simple_stattable.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/dsp/packet-dsp-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cisco-fp-mim.c
- /BigRepo/wireshark-2.2.5rc0/epan/oui.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rtacser.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-dfs.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-multipart.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ppcap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/x11-keysym.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/type_util.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-wap.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/iax2_analysis_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/time_shift_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rpl.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-g723.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hpteam.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-scsi-mmc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-msproxy.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/daintree-sna.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-bpdu.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/isdn-sup/packet-isdn-sup-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h501.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-admin.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/smrse/packet-smrse-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cmp.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/copyright_info.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-cipsafety.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-rs_pwd_mgmt.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/novell_pkis/packet-novell_pkis-template.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rdp.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/conversation_hastables_dlg.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-kadm5.c
- /BigRepo/wireshark-2.2.5rc0/ui/iface_lists.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-tdmop.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/libpcap.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/import_text_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-icp.c
- /BigRepo/wireshark-2.2.5rc0/ui/tap-rtp-common.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/packet_range_group_box.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ua3g.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/crc10.h
- /BigRepo/wireshark-2.2.5rc0/doc/editcap.pod
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mbim.c
- /BigRepo/wireshark-2.2.5rc0/epan/tap.h
- /BigRepo/wireshark-2.2.5rc0/epan/ftypes/ftype-ieee-11073-float.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-igap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-aim-oft.c
- /BigRepo/wireshark-2.2.5rc0/epan/proto_data.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/rtp_analysis.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-kerberos.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/follow_stream_dialog.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-osc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-fcct.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-udp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rfid-pn532.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-per.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/decode_as_dialog.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/stock_icon_tool_button.h
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/sttype-test.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/filter_action.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h282.c
- /BigRepo/wireshark-2.2.5rc0/doc/rawshark.pod
- /BigRepo/wireshark-2.2.5rc0/ui/qt/proto_tree.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pkinit.h
- /BigRepo/wireshark-2.2.5rc0/doc/packet-PROTOABBREV.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/packet_list.h
- /BigRepo/wireshark-2.2.5rc0/ui/qt/overlay_scroll_bar.h
- /BigRepo/wireshark-2.2.5rc0/ui/recent.c
- /BigRepo/wireshark-2.2.5rc0/epan/nghttp2/nghttp2_buf.c
- /BigRepo/wireshark-2.2.5rc0/ui/util.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcerpc-trksvr.c
- /BigRepo/wireshark-2.2.5rc0/plugins/profinet/packet-pn-dcp.c
- /BigRepo/wireshark-2.2.5rc0/extcap/androiddump.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-usb.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/service_response_time_table.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rpc.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-etch.c
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/sctp_byte_graph_dlg.c
- /BigRepo/wireshark-2.2.5rc0/wiretap/mime_file.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/simple_dialog.cpp
- /BigRepo/wireshark-2.2.5rc0/capture_opts.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-mausb.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-2dparityfec.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rpcap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-rlc-lte.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dbus.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/asn1/rua/packet-rua-template.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/frequency-utils.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ldap.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-h248_10.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ucp.c
- /BigRepo/wireshark-2.2.5rc0/epan/dfilter/sttype-function.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-lisp-data.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-ansi_tcap.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-vmlab.c
- /BigRepo/wireshark-2.2.5rc0/wsutil/crc8.c
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-hci_h4.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/extcap_argument_file.h
- /BigRepo/wireshark-2.2.5rc0/ui/gtk/compare_stat.c
- /BigRepo/wireshark-2.2.5rc0/ui/qt/syntax_line_edit.cpp
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-pkix1implicit.h
- /BigRepo/wireshark-2.2.5rc0/wsutil/clopts_common.h
- /BigRepo/wireshark-2.2.5rc0/epan/ipv4.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-edonkey.c
- /BigRepo/wireshark-2.2.5rc0/plugins/ethercat/packet-ecatmb.h
- /BigRepo/wireshark-2.2.5rc0/epan/dissectors/packet-dcm.c
- /BigRepo/wireshark-2.2.5rc0/plugins/opcua/opcua_transport_layer.c
- /BigRepo/wireshark-2.2.5rc0/conditions.h
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In Wireshark 2.2.0 to 2.2.4 and 2.0.0 to 2.0.10, there is a Netscaler file parser infinite loop, triggered by a malformed capture file. This was addressed in wiretap/netscaler.c by changing the restrictions on file size.
<p>Publish Date: 2017-03-04
<p>URL: <a href=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-6467>CVE-2017-6467</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Change files</p>
<p>Origin: <a href="https://github.com/wireshark/wireshark/commit/284ad58d288722a8725401967bff0c4455488f0c">https://github.com/wireshark/wireshark/commit/284ad58d288722a8725401967bff0c4455488f0c</a></p>
<p>Release Date: 2017-03-02</p>
<p>Fix Resolution: Replace or update the following file: netscaler.c</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_priority | cve high detected in wireshark cve high severity vulnerability vulnerable library read only mirror of wireshark s git repository github won t let us disable pull requests they will be ignored here please upload them at library home page a href found in head commit a href library source files the source files were matched to this source library based on a best effort match source libraries are selected from a list of probable public libraries bigrepo wireshark epan dissectors packet ziop c bigrepo wireshark epan dissectors packet coseventcomm c bigrepo wireshark epan dissectors packet usb hid c bigrepo wireshark epan dissectors packet c bigrepo wireshark ui qt io graph dialog cpp bigrepo wireshark epan dissectors packet atn cm c bigrepo wireshark epan dissectors packet c bigrepo wireshark codecs sbc sbc c bigrepo wireshark wiretap file wrappers h bigrepo wireshark epan dissectors packet cisco ttag c bigrepo wireshark epan dissectors ranap packet ranap template c bigrepo wireshark plugins docsis packet dccack c bigrepo wireshark epan dissectors packet dnp c bigrepo wireshark epan dissectors packet isdn c bigrepo wireshark epan dissectors packet mpeg descriptor c bigrepo wireshark epan column h bigrepo wireshark epan crypt airpdcap c bigrepo wireshark ui mcast stream h bigrepo wireshark epan dissectors packet xip c bigrepo wireshark epan dissectors packet dpnss c bigrepo wireshark epan dissectors packet cgmp c bigrepo wireshark epan dissectors packet dcerpc roverride c bigrepo wireshark epan dissectors packet dcerpc icl rpc c bigrepo wireshark epan dissectors packet vcdu c bigrepo wireshark epan dissectors packet charging ase h bigrepo wireshark epan ftypes ftype string c bigrepo wireshark wsutil popcount h bigrepo wireshark plugins irda packet irda c bigrepo wireshark epan dissectors packet smb sidsnooping h bigrepo wireshark epan dfilter syntax tree c bigrepo wireshark ui qt endpoint dialog h bigrepo wireshark epan dissectors packet rmt lct c bigrepo wireshark epan dissectors packet mndp c bigrepo wireshark epan dissectors packet template c bigrepo wireshark plugins ethercat packet ethercat datagram c bigrepo wireshark epan dissectors packet radius c bigrepo wireshark epan dissectors packet template h bigrepo wireshark epan dissectors packet bssap c bigrepo wireshark epan wslua wslua h bigrepo wireshark wsutil unicode utils c bigrepo wireshark epan dissectors packet osi options h bigrepo wireshark epan dissectors packet componentstatus c bigrepo wireshark ui qt label stack cpp bigrepo wireshark epan dissectors packet ansi tcap c bigrepo wireshark epan dissectors packet chargen c bigrepo wireshark wireshark qt cpp bigrepo wireshark epan dissectors packet lldp c bigrepo wireshark epan dissectors packet dcerpc nspi h bigrepo wireshark ui qt bluetooth att server attributes dialog h bigrepo wireshark epan dissectors packet aim email c bigrepo wireshark epan dissectors packet btrfcomm c bigrepo wireshark epan dissectors packet dcom h bigrepo wireshark epan wmem wmem allocator simple c bigrepo wireshark wiretap tnef h bigrepo wireshark plugins profinet packet pn h bigrepo wireshark epan dissectors packet aim c bigrepo wireshark doc sshdump pod bigrepo wireshark file c bigrepo wireshark epan dissectors packet lte rrc h bigrepo wireshark epan dissectors packet dcerpc rs repmgr c bigrepo wireshark epan disabled protos c bigrepo wireshark epan dfilter sttype integer c bigrepo wireshark epan dissectors packet h bigrepo wireshark epan dissectors packet geneve c bigrepo wireshark epan dissectors packet eth h bigrepo wireshark epan dissectors packet zbee zdp h bigrepo wireshark epan dissectors packet zbee security h bigrepo wireshark epan dissectors packet mac lte c bigrepo wireshark caputils airpcap loader c bigrepo wireshark epan dissectors packet bt utp c bigrepo wireshark epan dissectors packet sccp h bigrepo wireshark epan dissectors packet aim location c bigrepo wireshark echld common c bigrepo wireshark epan dissectors packet template c bigrepo wireshark tools fix encoding args pl bigrepo wireshark ui qt wireshark dialog h bigrepo wireshark epan dissectors packet oampdu c bigrepo wireshark epan media params c bigrepo wireshark epan dissectors packet aim popup c bigrepo wireshark ui gtk packet list c bigrepo wireshark ui qt bluetooth device dialog h bigrepo wireshark epan dissectors dop packet dop template c bigrepo wireshark epan dissectors packet rtmpt c bigrepo wireshark epan dissectors packet ldss c bigrepo wireshark plugins wimax msg ucd c bigrepo wireshark ui gtk mcast stream dlg c bigrepo wireshark epan dissectors packet wsmp c bigrepo wireshark epan dissectors packet usb h bigrepo wireshark epan dissectors glx render enum h bigrepo wireshark epan dissectors packet ncp sss c bigrepo wireshark ui gtk response time delay table h bigrepo wireshark tfshark c bigrepo wireshark epan dissectors packet sync c bigrepo wireshark epan dissectors packet dec dnart c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet sndcp c bigrepo wireshark epan dissectors packet ppi vector c bigrepo wireshark epan dissectors packet oicq c bigrepo wireshark epan dissectors packet ixveriwave c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet data c bigrepo wireshark epan guid utils c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet macsec c bigrepo wireshark ui qt capture filter syntax worker h bigrepo wireshark epan dissectors packet ses h bigrepo wireshark epan dissectors packet rfid felica c bigrepo wireshark epan dissectors packet gdb c bigrepo wireshark plugins docsis packet regreq c bigrepo wireshark epan dissectors packet gsm a bssmap c bigrepo wireshark epan dissectors packet dcerpc spoolss c bigrepo wireshark wiretap aethra h bigrepo wireshark epan dissectors extension errors h bigrepo wireshark ui simple dialog h bigrepo wireshark ui gtk summary dlg c bigrepo wireshark epan dissectors packet dcerpc frstrans h bigrepo wireshark plugins docsis packet c bigrepo wireshark epan dissectors packet tdmoe c bigrepo wireshark wiretap commview c bigrepo wireshark epan dissectors packet c bigrepo wireshark ui qt capture preferences frame h bigrepo wireshark epan dissectors packet radius h bigrepo wireshark plugins wimax msg sbc c bigrepo wireshark epan app mem usage h bigrepo wireshark epan dissectors packet rua c bigrepo wireshark writecap pcapio c bigrepo wireshark wsutil cmdarg err c bigrepo wireshark epan srt table c bigrepo wireshark epan dissectors packet ubertooth h bigrepo wireshark plugins mate mate setup c bigrepo wireshark epan dissectors packet alljoyn c bigrepo wireshark ui gtk pixmap save c bigrepo wireshark ui qt qt ui utils cpp bigrepo wireshark epan dfilter drange c bigrepo wireshark epan dissectors packet dcerpc wzcsvc c bigrepo wireshark epan dissectors packet dect c bigrepo wireshark ui gtk rpc stat c bigrepo wireshark epan oui c bigrepo wireshark epan dissectors packet lbmr c bigrepo wireshark wiretap csids c bigrepo wireshark ui qt service response time dialog cpp bigrepo wireshark ui console h bigrepo wireshark epan dissectors packet clip c bigrepo wireshark epan h bigrepo wireshark caputils capture pcap util h bigrepo wireshark epan dissectors packet telkonet c bigrepo wireshark plugins docsis packet dpd c bigrepo wireshark epan dissectors packet rudp c bigrepo wireshark epan tvb h bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet stat notify c bigrepo wireshark epan dissectors packet bgp c bigrepo wireshark epan dissectors packet synergy c bigrepo wireshark epan dissectors packet vssmonitoring c bigrepo wireshark epan dissectors packet radio c bigrepo wireshark epan dissectors packet yami c bigrepo wireshark wiretap cosine h bigrepo wireshark tools pidl lib parse pidl python pm bigrepo wireshark epan dissectors pkixtsp packet pkixtsp template c bigrepo wireshark epan dissectors packet c bigrepo wireshark ui capture ui utils h bigrepo wireshark epan dissectors packet ssh c bigrepo wireshark ui qt profile dialog h bigrepo wireshark epan dissectors packet nb rtpmux c bigrepo wireshark epan dissectors file jpeg c bigrepo wireshark epan dissectors packet lmp c bigrepo wireshark wsutil c bigrepo wireshark epan dissectors packet frame h bigrepo wireshark capture opts c bigrepo wireshark epan dissectors packet atn cpdlc c bigrepo wireshark epan dissectors packet acap c bigrepo wireshark epan dissectors packet hcrt c bigrepo wireshark ui gtk old gtk compat h bigrepo wireshark ui qt wireshark application h bigrepo wireshark epan dissectors packet c bigrepo wireshark ui qt sctp assoc analyse dialog h bigrepo wireshark epan dissectors packet igmp h bigrepo wireshark epan dissectors goose packet goose template c bigrepo wireshark epan dissectors packet btbredr rf c bigrepo wireshark plugins wimax crc data c bigrepo wireshark tools process fields pl bigrepo wireshark epan dissectors packet sebek c bigrepo wireshark epan ppptypes h bigrepo wireshark epan dissectors packet sll c bigrepo wireshark epan dissectors packet scsi c bigrepo wireshark epan ex opt c bigrepo wireshark doc tshark pod bigrepo wireshark ui qt endpoint dialog cpp bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet ipmi app c bigrepo wireshark epan except c bigrepo wireshark wiretap iseries h bigrepo wireshark ui qt extcap options dialog cpp bigrepo wireshark epan dissectors packet rfid mifare c bigrepo wireshark epan dissectors packet cimetrics c bigrepo wireshark ui gtk wlan stat dlg c bigrepo wireshark epan dissectors packet openflow c bigrepo wireshark extcap randpktdump c bigrepo wireshark epan dissectors packet gsm bssmap le c bigrepo wireshark epan dissectors packet h bigrepo wireshark epan dissectors packet mpeg dsmcc c bigrepo wireshark wsutil nstime c bigrepo wireshark plugins opcua opcua enumparser c bigrepo wireshark epan dissectors packet rlc c bigrepo wireshark epan dissectors packet spnego c bigrepo wireshark plugins ethercat packet ams c bigrepo wireshark ui gtk conversations table c bigrepo wireshark plugins docsis packet dsdrsp c bigrepo wireshark epan dissectors packet sysex c bigrepo wireshark plugins opcua opcua complextypeparser c bigrepo wireshark wsutil plain c bigrepo wireshark epan dissectors packet isis lsp c bigrepo wireshark wsutil sign ext h bigrepo wireshark register h bigrepo wireshark epan dissectors packet gnutella c bigrepo wireshark epan dissectors packet c bigrepo wireshark wiretap vms c bigrepo wireshark ui gtk graph analysis c bigrepo wireshark ui qt main window slots cpp bigrepo wireshark epan print c bigrepo wireshark epan dissectors packet dcerpc dfs h bigrepo wireshark epan dissectors packet iser c bigrepo wireshark ui qt packet list model cpp bigrepo wireshark epan dissectors packet isakmp c bigrepo wireshark ui qt gsm map summary dialog cpp bigrepo wireshark epan dissectors packet rach c bigrepo wireshark plugins docsis packet ucd c bigrepo wireshark wsutil ws mempbrk int h bigrepo wireshark wsutil ws cpuid h bigrepo wireshark epan dissectors packet csm encaps c bigrepo wireshark epan dfilter sttype set c bigrepo wireshark epan dissectors packet zbee security c bigrepo wireshark ui qt layout preferences frame cpp bigrepo wireshark epan wslua lrexlib c bigrepo wireshark epan dissectors packet dcerpc samr h bigrepo wireshark ui qt preferences dialog cpp bigrepo wireshark ui gtk goto dlg c bigrepo wireshark ui qt percent bar delegate h bigrepo wireshark epan wmem wmem interval tree h bigrepo wireshark ui qt follow stream dialog cpp bigrepo wireshark wiretap radcom h bigrepo wireshark epan ftypes ftype guid c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan address h bigrepo wireshark epan dissectors packet aarp c bigrepo wireshark ui cli tap sctpchunkstat c bigrepo wireshark epan dissectors packet atm h bigrepo wireshark epan stream c bigrepo wireshark ui qt coloring rules dialog h bigrepo wireshark wsutil report err c bigrepo wireshark ui qt display filter expression dialog h bigrepo wireshark epan wslua lrexlib h bigrepo wireshark epan dfilter dfilter h bigrepo wireshark epan dissectors lpp packet lpp template h bigrepo wireshark epan dissectors packet kingfisher c bigrepo wireshark epan value string h bigrepo wireshark epan dissectors packet dcerpc frstrans c bigrepo wireshark ui qt lbm lbtru transport dialog cpp bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet gsm um c bigrepo wireshark epan dissectors packet zbee zcl h bigrepo wireshark ui tap rtp analysis h bigrepo wireshark epan dissectors packet bvlc c bigrepo wireshark epan dissectors packet tte pcf c bigrepo wireshark ui qt extcap argument h bigrepo wireshark ui persfilepath opt c bigrepo wireshark epan dissectors dap packet dap template c bigrepo wireshark epan dissectors packet mms h bigrepo wireshark epan dissectors packet h bigrepo wireshark epan wslua wslua nstime c bigrepo wireshark ui gtk rtp player c bigrepo wireshark wiretap c bigrepo wireshark wsutil c bigrepo wireshark epan dissectors packet qllc c bigrepo wireshark epan dissectors packet gprscdr h bigrepo wireshark epan dissectors packet igmp c bigrepo wireshark epan dissectors packet bluecom c bigrepo wireshark epan dissectors packet coap c bigrepo wireshark epan dissectors packet mpeg pes c bigrepo wireshark epan dissectors packet qsig h bigrepo wireshark epan dissectors packet xns c bigrepo wireshark epan dissectors packet bacapp c bigrepo wireshark plugins packet c bigrepo wireshark wsutil c bigrepo wireshark ui gtk capture if dlg h bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet packetbb c bigrepo wireshark plugins docsis packet docsis c bigrepo wireshark plugins wimax packet wmx c bigrepo wireshark epan ftypes ftype pcre c bigrepo wireshark ui gtk main airpcap toolbar c bigrepo wireshark plugins docsis packet cmctrlreq c bigrepo wireshark epan dissectors pidl mapi request cnf c bigrepo wireshark doc wireshark filter pod bigrepo wireshark epan dissectors packet dcerpc rep proc c bigrepo wireshark cmake testfileoffsetbits c bigrepo wireshark epan dissectors packet template c bigrepo wireshark epan next tvb h bigrepo wireshark epan dissectors packet mac lte h bigrepo wireshark ui tap analysis c bigrepo wireshark epan dissectors packet bthci evt h bigrepo wireshark epan dissectors dcerpc butc packet dcerpc butc template c bigrepo wireshark epan dissectors packet ppi sensor c bigrepo wireshark epan dissectors packet igrp c bigrepo wireshark epan dissectors packet ubertooth c bigrepo wireshark epan tvbparse c bigrepo wireshark epan wslua wslua c bigrepo wireshark epan dissectors packet redback c bigrepo wireshark captype c bigrepo wireshark epan dissectors packet diameter c bigrepo wireshark epan dissectors packet aim ssi c bigrepo wireshark ui gtk graph analysis h bigrepo wireshark epan dissectors pkixproxy packet pkixproxy template c bigrepo wireshark epan dissectors packet clique rm c bigrepo wireshark epan dissectors packet cmip c bigrepo wireshark ui qt io graph dialog h bigrepo wireshark ui gtk find dlg c bigrepo wireshark ui qt expert info dialog cpp bigrepo wireshark plugins stats tree pinfo stats tree h bigrepo wireshark epan dissectors packet ipmi picmg c bigrepo wireshark epan dissectors packet ipfc c bigrepo wireshark epan dissectors packet dcerpc messenger c bigrepo wireshark epan dissectors packet gluster pmap c bigrepo wireshark epan wmem wmem tree int h bigrepo wireshark epan dissectors rrc packet rrc template c bigrepo wireshark ui qt rtp player dialog cpp bigrepo wireshark epan dissectors packet json c bigrepo wireshark epan dissectors packet cmpp c bigrepo wireshark plugins irda packet sir c bigrepo wireshark epan dissectors packet cip h bigrepo wireshark caputils capture wpcap packet c bigrepo wireshark epan dissectors packet simple c bigrepo wireshark epan dissectors packet trmac c bigrepo wireshark epan dissectors packet lge monitor c bigrepo wireshark epan dissectors packet bthci sco h bigrepo wireshark epan dissectors packet c bigrepo wireshark wiretap catapult h bigrepo wireshark ui qt manage interfaces dialog h bigrepo wireshark epan dissectors packet zbee zdp c bigrepo wireshark epan dissectors packet fractalgeneratorprotocol c bigrepo wireshark epan dissectors packet camel h bigrepo wireshark epan stats tree h bigrepo wireshark extcap parser c bigrepo wireshark epan dissectors packet sabp c bigrepo wireshark plugins docsis packet rngrsp c bigrepo wireshark epan dissectors packet db lsp c bigrepo wireshark plugins easy codec codec c bigrepo wireshark ui cli tap iostat c bigrepo wireshark rawshark c bigrepo wireshark epan dissectors packet ros h bigrepo wireshark epan tvbuff c bigrepo wireshark ui qt packet list record h bigrepo wireshark wiretap pcap common c bigrepo wireshark epan dissectors packet template c bigrepo wireshark epan dissectors wlancertextn packet wlancertextn template c bigrepo wireshark epan timestats c bigrepo wireshark epan dissectors packet nat pmp c bigrepo wireshark plugins profinet packet pn c bigrepo wireshark epan dissectors packet cfm c bigrepo wireshark ui qt rtp stream dialog cpp bigrepo wireshark plugins opcua opcua simpletypes h bigrepo wireshark epan dissectors packet skinny c bigrepo wireshark plugins docsis packet tlv c bigrepo wireshark epan dissectors packet oui c bigrepo wireshark ui qt protocol preferences menu cpp bigrepo wireshark epan dissectors packet esio c bigrepo wireshark epan dissectors packet ans c bigrepo wireshark epan dissectors packet bofl c bigrepo wireshark epan dissectors packet fcfzs c bigrepo wireshark epan dissectors packet nbifom c bigrepo wireshark epan dissector filters c bigrepo wireshark ui qt filter expression frame cpp bigrepo wireshark epan iana charsets c bigrepo wireshark epan dissectors packet aim userlookup c bigrepo wireshark epan dissectors packet scriptingservice c bigrepo wireshark epan dissectors packet h bigrepo wireshark plugins mate mate util c bigrepo wireshark codecs speex resample c bigrepo wireshark epan dissectors enum h bigrepo wireshark ui qt lte rlc graph dialog h bigrepo wireshark epan dissectors packet dvbci h bigrepo wireshark ui qt packet list record cpp bigrepo wireshark epan dissectors packet tcp h bigrepo wireshark epan dissectors packet mint c bigrepo wireshark epan dissectors packet pkixtsp c bigrepo wireshark epan column c bigrepo wireshark ui gtk capture if dlg c bigrepo wireshark plugins ethercat packet ecatmb c bigrepo wireshark ui qt extcap argument file cpp bigrepo wireshark wiretap packetlogger h bigrepo wireshark epan dissectors packet template c bigrepo wireshark ui qt preference editor frame h bigrepo wireshark epan dissectors sv packet sv template c bigrepo wireshark epan dissectors packet cipsafety c bigrepo wireshark ui decode as utils h bigrepo wireshark epan dissectors packet mka c bigrepo wireshark epan dissectors packet c bigrepo wireshark wsutil file util c bigrepo wireshark epan dissectors packet afs c bigrepo wireshark epan dissectors packet sap c bigrepo wireshark ui qt display filter combo cpp bigrepo wireshark epan dissectors mms packet mms template c bigrepo wireshark epan dissectors packet epmd c bigrepo wireshark ui qt export dissection dialog cpp bigrepo wireshark epan dissectors packet isns c bigrepo wireshark epan dissectors packet parlay c bigrepo wireshark wiretap tnef c bigrepo wireshark epan dissectors packet forces c bigrepo wireshark epan dissectors packet iwarp ddp rdmap c bigrepo wireshark epan ex opt h bigrepo wireshark filter files h bigrepo wireshark epan dissectors packet dcerpc winreg c bigrepo wireshark ui time shift h bigrepo wireshark ui cli tap comparestat c bigrepo wireshark epan dissectors packet omapi c bigrepo wireshark ui qt funnel statistics h bigrepo wireshark ui qt splash overlay h bigrepo wireshark epan dissectors packet dcerpc rs pgo c bigrepo wireshark epan dissectors packet giop h bigrepo wireshark epan dissectors packet cell broadcast c bigrepo wireshark epan dfilter sttype function h bigrepo wireshark epan dissectors packet template h bigrepo wireshark caputils airpcap h bigrepo wireshark epan dissectors packet lapd c bigrepo wireshark ui export object tftp c bigrepo wireshark ui voip calls c bigrepo wireshark epan dissectors packet njack c bigrepo wireshark epan dissectors packet xtp c bigrepo wireshark epan dissectors packet rstat c bigrepo wireshark epan dissectors packet pw atm c bigrepo wireshark plugins docsis packet dsarsp c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet aol c bigrepo wireshark ui gtk fileset dlg c bigrepo wireshark plugins irda packet ircomm c bigrepo wireshark epan dissectors packet dcerpc initshutdown c bigrepo wireshark epan dissectors packet vtp c bigrepo wireshark epan dissectors ros packet ros template c bigrepo wireshark epan dissectors packet kismet c bigrepo wireshark ui firewall rules h bigrepo wireshark epan dissectors packet icap c bigrepo wireshark epan dissectors packet wol c bigrepo wireshark ui file dialog h bigrepo wireshark epan dissectors ansi tcap packet ansi tcap template c bigrepo wireshark epan dissectors packet ixiatrailer c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet netlink c bigrepo wireshark epan dissectors packet nfs c bigrepo wireshark wsutil frequency utils c bigrepo wireshark plugins docsis packet dcd c bigrepo wireshark epan dissectors packet tds c bigrepo wireshark epan dissectors packet rtse h bigrepo wireshark ui qt overlay scroll bar cpp bigrepo wireshark epan dissectors packet batadv c bigrepo wireshark ui qt coloring rules dialog cpp bigrepo wireshark epan plugin if h bigrepo wireshark plugins profinet packet dcom cba acco h bigrepo wireshark ui qt sctp graph byte dialog cpp bigrepo wireshark plugins wimax crc c bigrepo wireshark ui cli tap smbsids c bigrepo wireshark epan dissectors packet mpeg ca c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors pcap packet pcap template c bigrepo wireshark epan dissectors packet roofnet c bigrepo wireshark ui gtk capture info dlg c bigrepo wireshark epan dissectors packet dcerpc nspi c bigrepo wireshark ui qt about dialog cpp bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet mactelnet c bigrepo wireshark epan dissectors packet retix bpdu c bigrepo wireshark epan dissectors packet smb h bigrepo wireshark doc pod bigrepo wireshark plugins opcua opcua servicetable c bigrepo wireshark epan dissectors packet nettl c bigrepo wireshark ui tap sequence analysis c bigrepo wireshark wsutil bits ctz h bigrepo wireshark ui gtk memory dlg c bigrepo wireshark ui gtk voip calls dlg c bigrepo wireshark epan dissectors packet pkixtsp h bigrepo wireshark epan dissectors packet ua c bigrepo wireshark epan dissectors packet mbtcp h bigrepo wireshark epan addr and mask h bigrepo wireshark ui qt address editor frame cpp bigrepo wireshark ui qt export pdu dialog cpp bigrepo wireshark ui gtk packet list store c bigrepo wireshark epan dissectors ansi map packet ansi map template c bigrepo wireshark epan compress lzxpress c bigrepo wireshark epan dissectors packet ber c bigrepo wireshark epan dissectors packet xdmcp c bigrepo wireshark wiretap aethra c bigrepo wireshark epan dissectors packet crmf h bigrepo wireshark wiretap hcidump h bigrepo wireshark wiretap daintree sna h bigrepo wireshark wiretap peekclassic c bigrepo wireshark ui qt resolved addresses dialog h bigrepo wireshark epan decode as c bigrepo wireshark epan dissectors packet dcerpc ftserver c bigrepo wireshark epan dissectors packet fcfcs c bigrepo wireshark epan dissectors packet cpha c bigrepo wireshark wiretap c bigrepo wireshark plugins docsis packet rngreq c bigrepo wireshark epan dissectors packet zbee nwk h bigrepo wireshark epan dissectors packet c bigrepo wireshark ui qt packet comment dialog cpp bigrepo wireshark epan dissectors packet actrace c bigrepo wireshark epan tvbuff h bigrepo wireshark plugins wimax wimax compact dlmap ie decoder c bigrepo wireshark epan dissectors packet gprscdr c bigrepo wireshark ui capture globals h bigrepo wireshark wiretap merge h bigrepo wireshark epan dissectors packet nntp c bigrepo wireshark ui gtk firewall dlg c bigrepo wireshark epan dissectors packet hci usb c bigrepo wireshark ui all files wildcard h bigrepo wireshark ui qt remote capture dialog h bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet pw fr c bigrepo wireshark epan afn c bigrepo wireshark epan dissectors packet hiqnet c bigrepo wireshark epan dissectors packet c bigrepo wireshark wiretap netscreen h bigrepo wireshark epan dissectors packet ipmi session c bigrepo wireshark epan dissectors mpeg audio packet mpeg audio template c bigrepo wireshark epan dissectors packet ptpip h bigrepo wireshark epan dissectors packet eap c bigrepo wireshark epan dissectors ilp packet ilp template c bigrepo wireshark ui commandline c bigrepo wireshark epan dissectors packet glusterfs c bigrepo wireshark ui qt wlan statistics dialog cpp bigrepo wireshark epan dissectors packet h bigrepo wireshark epan dissectors packet wccp c bigrepo wireshark plugins docsis packet dscreq c bigrepo wireshark epan dissectors packet goose c bigrepo wireshark epan dissectors packet rmt norm c bigrepo wireshark epan h bigrepo wireshark wsutil time util c bigrepo wireshark epan sminmpec h bigrepo wireshark epan wslua wslua dumper c bigrepo wireshark ui proto hier stats h bigrepo wireshark ui qt capture interfaces dialog cpp bigrepo wireshark epan dissectors crmf packet crmf template c bigrepo wireshark ui qt decode as dialog cpp bigrepo wireshark epan dissectors packet dsi c bigrepo wireshark plugins stats tree pinfo stats tree c bigrepo wireshark ui qt column preferences frame cpp bigrepo wireshark plugins docsis packet dccrsp c bigrepo wireshark epan dissectors packet flexray c bigrepo wireshark ui gtk gtk iface monitor c bigrepo wireshark ui gtk dlg utils c bigrepo wireshark plugins docsis packet dsaack c bigrepo wireshark epan dissectors packet tuxedo c bigrepo wireshark ui gtk filter expression save dlg c bigrepo wireshark ui qt firewall rules dialog cpp bigrepo wireshark epan dissectors packet logcat c bigrepo wireshark epan dissectors packet btatt c bigrepo wireshark plugins docsis packet dsareq c bigrepo wireshark wsutil eax c bigrepo wireshark epan dissectors packet mpeg sect h bigrepo wireshark epan dissectors packet nsh c bigrepo wireshark epan wslua wslua proto expert c bigrepo wireshark epan dissectors packet cattp c bigrepo wireshark wsutil c bigrepo wireshark epan dissectors packet rlm c bigrepo wireshark epan wmem wmem strbuf c bigrepo wireshark dumpcap c bigrepo wireshark ui qt voip calls dialog h bigrepo wireshark ui qt lbm stream dialog h bigrepo wireshark epan dissectors packet calcappprotocol c bigrepo wireshark epan dissectors packet dcerpc dcom h bigrepo wireshark epan dissectors packet tcap h bigrepo wireshark epan dissectors packet gtp c bigrepo wireshark ui qt main window preferences frame h bigrepo wireshark epan dissectors packet rdm c bigrepo wireshark epan dissectors packet dsp c bigrepo wireshark epan dissectors packet reload c bigrepo wireshark epan dissectors packet mikey c bigrepo wireshark epan dissectors lppa packet lppa template c bigrepo wireshark plugins docsis packet dbcack c bigrepo wireshark ui gtk main c bigrepo wireshark epan dissectors packet smb browse c bigrepo wireshark ui qt export object dialog h bigrepo wireshark epan reassemble h bigrepo wireshark epan dissectors packet socketcan c bigrepo wireshark caputils capture pcap util int h bigrepo wireshark ui decode as utils c bigrepo wireshark ui gtk main titlebar c bigrepo wireshark ui qt conversation hash tables dialog cpp bigrepo wireshark epan dissectors packet chdlc c bigrepo wireshark epan rtp pt h bigrepo wireshark plugins profinet packet pn mrp c bigrepo wireshark wiretap capsa h bigrepo wireshark epan dissectors packet lapb c bigrepo wireshark epan dissectors packet rtp c bigrepo wireshark epan dissectors packet lppa c bigrepo wireshark plugins opcua opcua hfindeces h bigrepo wireshark epan dissectors packet spray c bigrepo wireshark epan dissectors packet dcerpc samr c bigrepo wireshark epan dissectors packet ros c bigrepo wireshark epan dissectors packet fip c bigrepo wireshark epan dissectors packet diffserv mpls common c bigrepo wireshark ui qt uat dialog cpp bigrepo wireshark epan dissectors packet lbttcp h bigrepo wireshark epan wslua wslua dir c bigrepo wireshark wiretap cosine c bigrepo wireshark epan tvb h bigrepo wireshark epan dissectors packet uhd c bigrepo wireshark epan dissectors packet bthcrp c bigrepo wireshark epan dissectors packet template c bigrepo wireshark ui gtk gtkglobals h bigrepo wireshark wiretap erf h bigrepo wireshark epan dissectors packet wifi display c bigrepo wireshark wsutil c bigrepo wireshark ui cli tap wspstat c bigrepo wireshark epan dissectors packet dsr c bigrepo wireshark codecs h bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet xmpp gtalk c bigrepo wireshark epan dissectors packet dcerpc mdssvc h bigrepo wireshark epan dissectors packet mgcp h bigrepo wireshark epan column info h bigrepo wireshark epan dissectors packet c bigrepo wireshark ui qt qcustomplot h bigrepo wireshark ui qt service response time dialog h bigrepo wireshark epan diam dict h bigrepo wireshark ui cli tap srt c bigrepo wireshark epan dissectors packet h bigrepo wireshark epan dissectors packet atalk c bigrepo wireshark epan dissectors packet newmail c bigrepo wireshark epan dissectors packet ipmi c bigrepo wireshark epan disabled protos h bigrepo wireshark epan dissectors packet ancp c bigrepo wireshark ui tap sequence analysis h bigrepo wireshark epan dissectors nbap packet nbap template c bigrepo wireshark epan dissectors packet snmp c bigrepo wireshark epan dissectors packet bencode c bigrepo wireshark epan dissectors packet knet c bigrepo wireshark epan dissectors packet xml c bigrepo wireshark wsutil cfutils c bigrepo wireshark epan dissectors packet pkixqualified c bigrepo wireshark ui qt rtp audio stream h bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet dcerpc rpriv c bigrepo wireshark epan decode as h bigrepo wireshark epan dissectors packet wassp c bigrepo wireshark epan crypt airpdcap int h bigrepo wireshark epan dissectors packet ospf c bigrepo wireshark epan dissectors packet pcap c bigrepo wireshark ui qt byte view text h bigrepo wireshark epan dissectors packet dcerpc initshutdown h bigrepo wireshark epan follow c bigrepo wireshark wsutil ws mempbrk c bigrepo wireshark epan dissectors packet sscop c bigrepo wireshark epan dissectors packet h bigrepo wireshark epan dissectors packet nsip c bigrepo wireshark plugins profinet packet dcom cba acco c bigrepo wireshark epan wslua wslua file handler c bigrepo wireshark epan dissectors file btsnoop c bigrepo wireshark ui gtk analysis c bigrepo wireshark ui qt bluetooth hci summary dialog cpp bigrepo wireshark epan to str int h bigrepo wireshark plugins docsis packet regrsp c bigrepo wireshark caputils capture wpcap h bigrepo wireshark epan dissectors packet smpp c bigrepo wireshark epan dissectors packet cops c bigrepo wireshark wiretap iptrace c bigrepo wireshark epan dissectors packet cosine c bigrepo wireshark epan dissectors packet ncs c bigrepo wireshark wsutil os version info c bigrepo wireshark ui qt sequence diagram h bigrepo wireshark epan dissectors packet dcerpc lsa c bigrepo wireshark epan dissectors packet ndmp c bigrepo wireshark wiretap wtap h bigrepo wireshark epan stat tap ui c bigrepo wireshark epan dissectors packet spice c bigrepo wireshark wsutil c bigrepo wireshark ui gtk sctp chunk stat c bigrepo wireshark tools lemon lempar c bigrepo wireshark ui qt byte view tab h bigrepo wireshark epan column utils h bigrepo wireshark ui qt sctp assoc analyse dialog cpp bigrepo wireshark randpkt core randpkt core c bigrepo wireshark ui gtk filter dlg c bigrepo wireshark epan dissectors packet scsi smc c bigrepo wireshark ui gtk main h bigrepo wireshark epan dissectors packet fcswils c bigrepo wireshark ui qt capture file cpp bigrepo wireshark epan dissectors packet mip c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet epl c bigrepo wireshark epan dissectors packet ypbind c bigrepo wireshark ui cli tap follow c bigrepo wireshark epan wslua init wslua h bigrepo wireshark epan dissectors packet cast c bigrepo wireshark epan geoip db c bigrepo wireshark epan dissectors packet ipxwan c bigrepo wireshark epan dissectors packet vicp c bigrepo wireshark epan dissectors packet peekremote c bigrepo wireshark epan dissectors packet ncp int h bigrepo wireshark epan dissectors packet sdlc c bigrepo wireshark epan dissectors packet rgmp c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet usb ccid c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan ftypes ftype protocol c bigrepo wireshark epan dissectors packet aim directory c bigrepo wireshark epan dissectors packet ppp h bigrepo wireshark ui tap tcp stream c bigrepo wireshark wiretap mime file h bigrepo wireshark epan dissectors packet template c bigrepo wireshark ui qt search frame cpp bigrepo wireshark epan dissectors packet ip c bigrepo wireshark epan dissectors packet lbtrm c bigrepo wireshark epan dissectors packet h bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet ipsi ctl c bigrepo wireshark ui cli tap protohierstat c bigrepo wireshark wiretap mplog h bigrepo wireshark epan dissectors packet idmp c bigrepo wireshark ui qt capture filter combo h bigrepo wireshark epan dissectors packet sasp c bigrepo wireshark wsutil buffer c bigrepo wireshark epan dissectors packet rtps c bigrepo wireshark ui ssl key export c bigrepo wireshark epan uat c bigrepo wireshark epan dissectors packet quic c bigrepo wireshark epan dissectors packet bt dht c bigrepo wireshark epan dissectors packet mpeg pmt c bigrepo wireshark epan exported pdu c bigrepo wireshark epan dissectors packet hnbap c bigrepo wireshark epan dissectors packet arp h bigrepo wireshark epan dissectors packet c bigrepo wireshark ui gtk mac lte stat dlg c bigrepo wireshark epan rcbuf c bigrepo wireshark epan exntest c bigrepo wireshark epan dissectors packet sua c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet raknet c bigrepo wireshark tools pidl lib parse pidl wireshark ndr pm bigrepo wireshark epan dissectors file c bigrepo wireshark ui time shift c bigrepo wireshark epan dissectors packet llt c bigrepo wireshark wsutil mpeg audio c bigrepo wireshark epan tpg h bigrepo wireshark ui export object c bigrepo wireshark wiretap ipfix h bigrepo wireshark ui gtk hostlist table c bigrepo wireshark epan dissectors packet ppi gps c bigrepo wireshark epan dissectors packet kink c bigrepo wireshark epan dfilter dfilter macro c bigrepo wireshark epan wslua wslua proto field c bigrepo wireshark ui qt import text dialog h bigrepo wireshark epan g hash routines h bigrepo wireshark ui gtk edit packet comment dlg h bigrepo wireshark epan dissectors packet usb dfu c bigrepo wireshark epan timestamp h bigrepo wireshark epan dissectors packet ltp c bigrepo wireshark ui text import c bigrepo wireshark codecs codecs c bigrepo wireshark frame tvbuff c bigrepo wireshark epan dissectors packet dcerpc cds clerkserver c bigrepo wireshark epan dissectors packet usb audio c bigrepo wireshark ui qt print dialog cpp bigrepo wireshark ui gtk airpcap gui utils c bigrepo wireshark epan dissectors packet ipmi h bigrepo wireshark ui qt show packet bytes dialog h bigrepo wireshark epan dissectors packet hci mon c bigrepo wireshark sync pipe h bigrepo wireshark epan dissectors packet h bigrepo wireshark epan dissectors packet cql c bigrepo wireshark ui service response time h bigrepo wireshark ui qt sctp graph dialog h bigrepo wireshark ui console c bigrepo wireshark epan dissectors packet usb masstorage c bigrepo wireshark epan dissectors packet reload framing c bigrepo wireshark capture info c bigrepo wireshark epan dissectors packet ros c bigrepo wireshark epan dissectors packet netlink h bigrepo wireshark epan dissectors packet lbtrm h bigrepo wireshark epan dvb chartbl c bigrepo wireshark epan dissectors packet diameter h bigrepo wireshark epan dissectors packet alcap c bigrepo wireshark epan dissectors packet frame c bigrepo wireshark plugins opcua opcua serviceids h bigrepo wireshark epan wslua wslua tree c bigrepo wireshark epan wslua lrexlib glib c bigrepo wireshark epan dissectors packet lltd c bigrepo wireshark epan dissectors packet sercosiii c bigrepo wireshark epan dissectors packet pkixqualified h bigrepo wireshark epan dissectors packet lon c bigrepo wireshark epan dissectors packet ipp c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet nbipx c bigrepo wireshark ui qt sctp chunk statistics dialog cpp bigrepo wireshark plugins unistim packet unistim h bigrepo wireshark epan dissectors packet dcerpc witness c bigrepo wireshark wiretap eyesdn c bigrepo wireshark epan in cksum c bigrepo wireshark epan dissectors packet fix c bigrepo wireshark epan dissectors packet ilp c bigrepo wireshark epan dissectors packet diameter c bigrepo wireshark epan dissectors packet infiniband h bigrepo wireshark epan dissectors packet dop h bigrepo wireshark ui cli tap sipstat c bigrepo wireshark ui qt capture filter syntax worker cpp bigrepo wireshark epan dissectors packet aruba iap c bigrepo wireshark epan dissectors packet aastra aasp c bigrepo wireshark epan dissectors packet gsm a dtap c bigrepo wireshark epan dissectors packet pcep c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet sndcp xid c bigrepo wireshark ui gtk simple stattable c bigrepo wireshark ui qt module preferences scroll area h bigrepo wireshark epan dissectors packet h bigrepo wireshark wsutil h bigrepo wireshark ui gtk export object dlg c bigrepo wireshark epan wmem wmem list h bigrepo wireshark ui persfilepath opt h bigrepo wireshark plugins wimax msg pkm c bigrepo wireshark ui gtk supported protos dlg c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet flexnet c bigrepo wireshark ui service response time c bigrepo wireshark epan wslua wslua dissector c bigrepo wireshark epan dissectors packet exported pdu c bigrepo wireshark epan dissectors packet maap c bigrepo wireshark epan dissectors packet gsmtap c bigrepo wireshark epan dissectors packet aruba papi c bigrepo wireshark sync pipe write c bigrepo wireshark epan dissectors kerberos packet kerberos template c bigrepo wireshark epan dfilter gencode c bigrepo wireshark epan dissectors lte rrc packet lte rrc template c bigrepo wireshark epan dissectors packet asterix c bigrepo wireshark epan dissectors packet isis clv h bigrepo wireshark epan dissectors packet banana c bigrepo wireshark epan dissectors packet tfp c bigrepo wireshark epan dissectors packet dvb tdt c bigrepo wireshark wsutil getopt long c bigrepo wireshark epan dissectors packet netbios h bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet dcerpc cprpc server c bigrepo wireshark epan dissectors packet at c bigrepo wireshark ui qt font color preferences frame cpp bigrepo wireshark epan dissectors packet adb cs c bigrepo wireshark ui qt rtp analysis dialog cpp bigrepo wireshark epan dissectors packet zbee zcl c bigrepo wireshark epan dissectors packet pcap pktdata c bigrepo wireshark epan dissectors packet moldudp c bigrepo wireshark epan tvb h bigrepo wireshark epan dissectors packet ecp c bigrepo wireshark epan dissectors packet portmap c bigrepo wireshark ui qt search frame h bigrepo wireshark epan dissectors packet ms mms c bigrepo wireshark epan dissectors packet nas eps c bigrepo wireshark epan dissectors packet p mul c bigrepo wireshark epan dissectors packet vntag c bigrepo wireshark epan dissectors packet cigi c bigrepo wireshark epan slow protocol subtypes h bigrepo wireshark epan dissectors packet pagp c bigrepo wireshark epan dissectors packet template c bigrepo wireshark epan dissectors packet sscf nni c bigrepo wireshark epan dissectors packet http urlencoded c bigrepo wireshark epan dissectors packet h bigrepo wireshark epan dissectors packet rtsp c bigrepo wireshark plugins opcua opcua servicetable h bigrepo wireshark epan dissectors packet credssp h bigrepo wireshark ui commandline h bigrepo wireshark extcap ssh base c bigrepo wireshark epan dissectors packet gsm sms ud c bigrepo wireshark epan dissectors packet fmp c bigrepo wireshark epan dissectors packet dcerpc cds solicit c bigrepo wireshark mkcap c bigrepo wireshark plugins wimax wimax utils h bigrepo wireshark epan wmem wmem map c bigrepo wireshark ui qt recent file status cpp bigrepo wireshark epan dissectors packet websocket c bigrepo wireshark epan dissectors logotypecertextn packet logotypecertextn template c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet dcerpc nt c bigrepo wireshark epan dissectors packet dcerpc butc c bigrepo wireshark epan dissectors packet flip c bigrepo wireshark epan dissectors packet sdp c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors charging ase packet charging ase template c bigrepo wireshark epan dissectors packet tetra h bigrepo wireshark epan dissectors packet who c bigrepo wireshark epan dissectors packet pktgen c bigrepo wireshark plugins wimax wimax compact ulmap ie decoder c bigrepo wireshark epan dissectors packet opensafety c bigrepo wireshark epan dissectors packet rmp c bigrepo wireshark epan dissectors gsm map packet gsm map template h bigrepo wireshark epan dissectors packet zrtp c bigrepo wireshark epan dissectors packet rsip c bigrepo wireshark ui gtk dissector tables dlg c bigrepo wireshark epan dtd parse h bigrepo wireshark epan dissectors packet ismacryp c bigrepo wireshark epan hd huffman h bigrepo wireshark epan dissectors packet http c bigrepo wireshark epan dissectors packet bzr c bigrepo wireshark ui export object dicom c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet smrse c bigrepo wireshark epan dissectors packet dcerpc rs repadm c bigrepo wireshark ui gtk follow stream c bigrepo wireshark wsutil inet h bigrepo wireshark wiretap iseries c bigrepo wireshark epan dissectors packet dcerpc rs bind c bigrepo wireshark epan dissectors packet c bigrepo wireshark wiretap ipfix c bigrepo wireshark ui qt find line edit cpp bigrepo wireshark ui gtk uat gui c bigrepo wireshark epan dissectors packet oipf c bigrepo wireshark epan dissectors packet lwres c bigrepo wireshark epan mem h bigrepo wireshark epan dissectors packet dccp c bigrepo wireshark ui qt wireless frame h bigrepo wireshark epan dissectors packet mpls psc c bigrepo wireshark wiretap dbs etherwatch c bigrepo wireshark plugins wimax mac hd decoder c bigrepo wireshark epan dissectors packet sip h bigrepo wireshark ui qt extcap argument multiselect cpp bigrepo wireshark epan dissectors packet icmp c bigrepo wireshark epan dissectors packet ipmi se c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet daytime c bigrepo wireshark epan dissectors packet ssl utils h bigrepo wireshark epan dissectors packet btle rf c bigrepo wireshark epan dissectors packet rlc lte h bigrepo wireshark epan prefs h bigrepo wireshark epan dissectors packet hpsw c bigrepo wireshark epan dissectors packet mqtt c bigrepo wireshark ui cli tap rtp c bigrepo wireshark wsutil crash info c bigrepo wireshark epan dissectors packet ftam c bigrepo wireshark epan prefs c bigrepo wireshark epan dissectors packet btavctp h bigrepo wireshark epan dfilter sttype pointer c bigrepo wireshark epan dissectors packet zebra c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet aprs c bigrepo wireshark epan dissectors packet ses c bigrepo wireshark wiretap libpcap h bigrepo wireshark ui qt response time delay dialog h bigrepo wireshark epan dissectors pkinit packet pkinit template c bigrepo wireshark epan dissectors packet h bigrepo wireshark epan dissectors packet h bigrepo wireshark epan dissectors rrlp packet rrlp template c bigrepo wireshark epan dissectors packet mcpe c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet wlccp c bigrepo wireshark epan dissectors packet dtls h bigrepo wireshark epan dissectors packet xcsl c bigrepo wireshark epan dissectors packet udt c bigrepo wireshark epan wslua wslua internals c bigrepo wireshark epan dissectors packet h bigrepo wireshark epan dissectors packet rdt c bigrepo wireshark epan dissectors packet cimd c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet rwall c bigrepo wireshark epan xdlc c bigrepo wireshark epan dissectors packet ipnet c bigrepo wireshark wiretap vwr c bigrepo wireshark epan h bigrepo wireshark plugins opcua opcua application layer h bigrepo wireshark epan dissectors packet hislip c bigrepo wireshark epan dissectors packet vxlan h bigrepo wireshark epan dissectors packet h bigrepo wireshark epan wmem wmem strutl c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet c bigrepo wireshark wsutil utils h bigrepo wireshark ui preference utils c bigrepo wireshark epan print stream h bigrepo wireshark wiretap peektagged c bigrepo wireshark epan dissectors packet ocsp h bigrepo wireshark ui cli tap iousers c bigrepo wireshark ui qt percent bar delegate cpp bigrepo wireshark epan dissectors packet aruba adp c bigrepo wireshark epan dissectors packet wlancap c bigrepo wireshark epan dissectors packet elmi c bigrepo wireshark ui qt supported protocols dialog h bigrepo wireshark epan dissectors packet bootp c bigrepo wireshark epan dissectors packet sadmind c bigrepo wireshark plugins docsis packet bpkmattr c bigrepo wireshark epan dissectors packet dcerpc llb c bigrepo wireshark epan dissectors packet finger c bigrepo wireshark epan dissectors packet megaco c bigrepo wireshark epan range h bigrepo wireshark epan dissectors packet pdc c bigrepo wireshark ui cli tap protocolinfo c bigrepo wireshark caputils capture pcap util c bigrepo wireshark ui qt uat dialog h bigrepo wireshark epan dissectors packet kiss c bigrepo wireshark ui qt sequence diagram cpp bigrepo wireshark plugins docsis packet cmctrlrsp c bigrepo wireshark epan dissectors ocsp packet ocsp template c bigrepo wireshark epan dissectors packet tcpros c bigrepo wireshark epan circuit h bigrepo wireshark ui qt lbm lbtrm transport dialog h bigrepo wireshark epan dissectors packet pcp c bigrepo wireshark epan dissectors packet bctp c bigrepo wireshark epan dissectors packet sigcomp c bigrepo wireshark wsutil des c bigrepo wireshark epan dissectors packet cms h bigrepo wireshark epan dissectors packet gsm sms c bigrepo wireshark epan dissectors usb c bigrepo wireshark epan dissectors packet pres c bigrepo wireshark plugins wimax wimax ffb decoder c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan addr resolv c bigrepo wireshark tools process xcb pl bigrepo wireshark epan dissectors packet c bigrepo wireshark ui gtk proto hier tree model c bigrepo wireshark epan dissectors packet aim sst c bigrepo wireshark epan dissectors packet qsig c bigrepo wireshark epan column utils c bigrepo wireshark epan dfilter dfvm h bigrepo wireshark epan dissectors packet ptp h bigrepo wireshark epan dissectors packet ros h bigrepo wireshark epan dissectors packet template c bigrepo wireshark epan dissectors packet rmt alc c bigrepo wireshark epan dissectors atn ulcs packet atn ulcs template h bigrepo wireshark ui gtk dlg utils h bigrepo wireshark wiretap camins c bigrepo wireshark epan dissectors packet dcom remunkn c bigrepo wireshark epan dissectors packet c bigrepo wireshark extcap spawn h bigrepo wireshark epan dissectors packet hdmi c bigrepo wireshark ui qt funnel text dialog cpp bigrepo wireshark epan dissectors packet bacnet c bigrepo wireshark wsutil privileges h bigrepo wireshark ui gtk color dlg c bigrepo wireshark ui qt qt ui utils h bigrepo wireshark ui gtk main welcome c bigrepo wireshark epan dissectors lpp packet lpp template c bigrepo wireshark epan dissectors packet hsr c bigrepo wireshark epan dissectors packet asf c bigrepo wireshark epan dissectors packet h bigrepo wireshark epan dissectors packet dcerpc mgmt c bigrepo wireshark epan dissectors packet mpls pm c bigrepo wireshark epan wmem wmem array h bigrepo wireshark epan dissectors packet ipmi vita c bigrepo wireshark wiretap atm c bigrepo wireshark ui gtk rtp stream dlg h bigrepo wireshark ui gtk airpcap gui utils h bigrepo wireshark epan dissectors packet opa mad c bigrepo wireshark wiretap toshiba h bigrepo wireshark epan dissectors packet ber h bigrepo wireshark epan dissectors packet dcerpc ubikvote c bigrepo wireshark wiretap ascend int h bigrepo wireshark epan dissectors packet imf c bigrepo wireshark plugins docsis packet uccrsp c bigrepo wireshark epan dissectors packet ecmp c bigrepo wireshark epan dissectors packet ansi map h bigrepo wireshark wsutil inet pton c bigrepo wireshark epan dissectors packet ipdr c bigrepo wireshark wiretap ngsniffer c bigrepo wireshark ui gtk capture file dlg c bigrepo wireshark epan dissectors packet manolito c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet mpls echo c bigrepo wireshark epan dissectors packet cisco wids c bigrepo wireshark plugins ethercat packet ethercat frame c bigrepo wireshark epan dissectors packet vrt c bigrepo wireshark epan dissectors packet dtls c bigrepo wireshark epan dissectors packet evrc c bigrepo wireshark ui gtk addr resolution dlg c bigrepo wireshark ui qt manage interfaces dialog cpp bigrepo wireshark epan dissectors packet wbxml c bigrepo wireshark epan dfilter dfilter int h bigrepo wireshark epan dissectors packet icep c bigrepo wireshark epan llcsaps h bigrepo wireshark epan c bigrepo wireshark wiretap packetlogger c bigrepo wireshark epan dissectors packet snmp h bigrepo wireshark epan hd c bigrepo wireshark epan dissectors packet rrlp c bigrepo wireshark log h bigrepo wireshark epan dissectors packet mgcp c bigrepo wireshark epan dissectors packet uma c bigrepo wireshark epan dissectors packet eiss c bigrepo wireshark epan dissectors packet daap c bigrepo wireshark ui gtk extcap gtk c bigrepo wireshark epan dissectors packet template c bigrepo wireshark epan dissectors packet nonstd c bigrepo wireshark epan dissectors packet dcerpc fldb c bigrepo wireshark epan dissectors packet bcch c bigrepo wireshark summary h bigrepo wireshark epan dissectors packet infiniband c bigrepo wireshark epan dissectors packet c bigrepo wireshark plugins profinet packet dcom cba c bigrepo wireshark epan dissectors packet nlsp c bigrepo wireshark ui qt protocol preferences menu h bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet usb com c bigrepo wireshark epan wslua wslua gui c bigrepo wireshark epan dissectors packet aim invitation c bigrepo wireshark ui preference utils h bigrepo wireshark epan dissectors packet hdfs c bigrepo wireshark epan wslua wslua pinfo common h bigrepo wireshark make version pl bigrepo wireshark ui cli tshark tap h bigrepo wireshark epan dissectors packet sbus c bigrepo wireshark epan dissectors packet acse c bigrepo wireshark epan dissectors packet selfm c bigrepo wireshark wsutil h bigrepo wireshark epan dissectors packet h bigrepo wireshark wiretap nettrace c bigrepo wireshark epan dissectors packet bthci sco c bigrepo wireshark epan dissectors packet fmp notify c bigrepo wireshark epan dissectors packet dcerpc rs prop attr c bigrepo wireshark epan dissectors dcerpc drsuapi packet dcerpc drsuapi template c bigrepo wireshark plugins wimax msg arq c bigrepo wireshark epan dissectors packet cmp c bigrepo wireshark epan dissectors packet zbee zdp binding c bigrepo wireshark epan dissectors packet beep c bigrepo wireshark epan dissectors packet dcerpc witness h bigrepo wireshark wsutil c bigrepo wireshark epan dissectors packet dcerpc dtsprovider c bigrepo wireshark epan dissectors packet novell pkis c bigrepo wireshark epan dissectors packet sv c bigrepo wireshark epan dissectors packet slsk c bigrepo wireshark epan dissectors packet bthci evt c bigrepo wireshark ui gtk print dlg c bigrepo wireshark plugins docsis packet macmgmt c bigrepo wireshark plugins unistim packet unistim c bigrepo wireshark ui qt capture info dialog cpp bigrepo wireshark epan dissectors packet rmcp c bigrepo wireshark ui qt bluetooth devices dialog h bigrepo wireshark wiretap dbs etherwatch h bigrepo wireshark epan dissectors packet rtcdc c bigrepo wireshark epan dissectors packet pcnfsd c bigrepo wireshark ui qt remote settings dialog cpp bigrepo wireshark tools checkfiltername pl bigrepo wireshark epan dissectors packet gsm map c bigrepo wireshark epan dissectors packet pkixproxy c bigrepo wireshark epan dissectors packet usb hub c bigrepo wireshark epan oids c bigrepo wireshark epan dissectors packet ipmi update c bigrepo wireshark epan dissectors packet isi c bigrepo wireshark epan dissectors packet pcap pktdata h bigrepo wireshark epan dissectors packet events c bigrepo wireshark ui print c bigrepo wireshark epan dissectors packet tsp c bigrepo wireshark plugins opcua opcua security layer c bigrepo wireshark ui gtk gui stat menu h bigrepo wireshark epan strutil c bigrepo wireshark plugins wimax msg res cmd c bigrepo wireshark epan dissectors packet quakeworld c bigrepo wireshark epan dissectors lppe packet lppe template c bigrepo wireshark epan dissectors packet asap c bigrepo wireshark epan dissectors packet waveagent c bigrepo wireshark wsutil utils c bigrepo wireshark epan dissectors packet lapsat c bigrepo wireshark ws version info h bigrepo wireshark ui qt follow stream text cpp bigrepo wireshark epan dissectors packet capwap c bigrepo wireshark plugins docsis packet uccreq c bigrepo wireshark epan dissectors packet lbmpdmtcp c bigrepo wireshark ui gtk voip calls dlg h bigrepo wireshark ui gtk simple dialog c bigrepo wireshark epan dissectors packet pnrp c bigrepo wireshark epan dissectors ess packet ess template c bigrepo wireshark epan dissectors packet cisco marker c bigrepo wireshark wiretap network instruments h bigrepo wireshark epan dissectors packet opa fe c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan tvb c bigrepo wireshark epan dissectors packet aim h bigrepo wireshark epan dissectors idmp packet idmp template c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan wslua lrexlib algo h bigrepo wireshark epan osi utils h bigrepo wireshark epan dissectors packet zbee zcl closures c bigrepo wireshark ui gtk packet panes h bigrepo wireshark epan dissectors packet hsrp c bigrepo wireshark ui qt lbm lbtru transport dialog h bigrepo wireshark ui qt funnel statistics cpp bigrepo wireshark epan dissectors packet nwp c bigrepo wireshark wsutil jsmn c bigrepo wireshark epan dissectors packet ncp c bigrepo wireshark epan dissectors packet crmf c bigrepo wireshark epan dissectors packet pw cesopsn c bigrepo wireshark epan dissectors packet openflow c bigrepo wireshark epan dissectors packet ansi c bigrepo wireshark epan params h bigrepo wireshark ui qt extcap options dialog h bigrepo wireshark epan dissectors packet idrp c bigrepo wireshark wsutil aes c bigrepo wireshark wsutil inet aton c bigrepo wireshark ui gtk color utils h bigrepo wireshark ui gtk bytes view c bigrepo wireshark epan dissectors packet nfsacl c bigrepo wireshark epan dissectors packet h bigrepo wireshark epan dissectors packet loop c bigrepo wireshark epan dissectors packet ehdlc c bigrepo wireshark ui qt syntax line edit h bigrepo wireshark epan dissectors packet template c bigrepo wireshark epan dissectors packet dcerpc c bigrepo wireshark epan dissectors packet aim stats c bigrepo wireshark epan dissectors packet h bigrepo wireshark wiretap pppdump h bigrepo wireshark randpkt c bigrepo wireshark epan dissectors packet dvbci c bigrepo wireshark epan iana charsets h bigrepo wireshark epan range c bigrepo wireshark epan dissectors packet dcerpc c bigrepo wireshark epan dissectors packet stt c bigrepo wireshark ui qt bluetooth devices dialog cpp bigrepo wireshark ui traffic table ui h bigrepo wireshark epan dissectors packet sstp c bigrepo wireshark wsutil tempfile c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet ppp c bigrepo wireshark epan dissectors packet bluetooth h bigrepo wireshark epan dissectors packet mdshdr c bigrepo wireshark ui tap export pdu c bigrepo wireshark epan dissectors packet pptp c bigrepo wireshark plugins unistim broadcast h bigrepo wireshark epan dissectors packet couchbase c bigrepo wireshark epan dissectors packet rip c bigrepo wireshark epan dissectors packet c bigrepo wireshark ui gtk drag and drop c bigrepo wireshark epan crypt airpdcap system h bigrepo wireshark epan dissectors packet kerberos h bigrepo wireshark epan dissectors packet cfdp c bigrepo wireshark caputils iface monitor c bigrepo wireshark wsutil ws mempbrk c bigrepo wireshark ui gtk export object dlg h bigrepo wireshark epan dissectors packet dcerpc rs attr c bigrepo wireshark epan dissectors packet enttec c bigrepo wireshark epan address types c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet interlink c bigrepo wireshark epan dissectors packet dcerpc lsa h bigrepo wireshark ui gtk pixbuf csource h bigrepo wireshark ui export object h bigrepo wireshark ui gtk sctp graph dlg c bigrepo wireshark codecs c bigrepo wireshark epan dissectors packet llc c bigrepo wireshark epan dissectors packet simulcrypt c bigrepo wireshark wsutil airpdcap wep c bigrepo wireshark epan dissectors packet mrp msrp c bigrepo wireshark epan dissectors packet template c bigrepo wireshark epan dissectors packet ldp c bigrepo wireshark plugins wimax wimax fch decoder c bigrepo wireshark epan dissectors packet usbip h bigrepo wireshark epan dissectors packet nsrp c bigrepo wireshark epan dissectors packet yppasswd c bigrepo wireshark epan dissectors packet radius packetcable c bigrepo wireshark wiretap visual h bigrepo wireshark epan wmem wmem core h bigrepo wireshark ui qt resolved addresses dialog cpp bigrepo wireshark epan dissectors packet idp c bigrepo wireshark wiretap netmon c bigrepo wireshark editcap c bigrepo wireshark epan media params h bigrepo wireshark plugins wimax msg rep c bigrepo wireshark epan dissectors packet dcp etsi c bigrepo wireshark epan oids test c bigrepo wireshark summary c bigrepo wireshark epan oids h bigrepo wireshark epan uat h bigrepo wireshark epan dissectors packet disp c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan osi utils c bigrepo wireshark ui cli tap sv c bigrepo wireshark wsutil clopts common c bigrepo wireshark epan dfilter syntax tree h bigrepo wireshark ui gtk gui stat util h bigrepo wireshark ui software update c bigrepo wireshark epan dissectors packet dcerpc rs unix c bigrepo wireshark epan dissectors hnbap packet hnbap template c bigrepo wireshark plugins docsis packet bpkmrsp c bigrepo wireshark doc dumpcap pod bigrepo wireshark epan asm utils c bigrepo wireshark epan dissectors packet cisco sm c bigrepo wireshark epan dissectors packet elcom c bigrepo wireshark plugins opcua opcua application layer c bigrepo wireshark epan dissectors packet brp c bigrepo wireshark ui qt stock icon cpp bigrepo wireshark ui gtk gui stat util c bigrepo wireshark plugins wimax msg dlmap c bigrepo wireshark epan dissectors packet nbap c bigrepo wireshark epan wslua wslua file common h bigrepo wireshark wiretap ber h bigrepo wireshark epan dissectors packet dcom oxid c bigrepo wireshark plugins opcua opcua extensionobjectids h bigrepo wireshark wiretap pcapng c bigrepo wireshark ui qt lbm uimflow dialog h bigrepo wireshark epan dissectors packet fefd c bigrepo wireshark ui qt time shift dialog cpp bigrepo wireshark wiretap pcapng module h bigrepo wireshark ui qt simple statistics dialog cpp bigrepo wireshark epan dissectors packet fp hint c bigrepo wireshark ui tap sctp analysis c bigrepo wireshark epan dissectors packet gprs llc c bigrepo wireshark wiretap c bigrepo wireshark epan dissectors cmip packet cmip template c bigrepo wireshark epan dissectors file gif c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet esis c bigrepo wireshark wsutil tempfile h bigrepo wireshark epan dissectors packet ipvs syncd c bigrepo wireshark ui qt wireless frame cpp bigrepo wireshark epan dissectors packet dvb bb c bigrepo wireshark epan stats tree c bigrepo wireshark epan dissectors packet mrdisc c bigrepo wireshark epan dissectors packet ssl c bigrepo wireshark epan dissectors packet aim buddylist c bigrepo wireshark ui tap export pdu h bigrepo wireshark epan dissectors packet lbm h bigrepo wireshark epan dissectors packet gsm a rp c bigrepo wireshark ui qt export object dialog cpp bigrepo wireshark epan stats tree priv h bigrepo wireshark capinfos c bigrepo wireshark epan dissectors packet ns cert exts c bigrepo wireshark ui cli tap hosts c bigrepo wireshark plugins profinet packet pn rt c bigrepo wireshark ui qt summary dialog cpp bigrepo wireshark ui io graph item h bigrepo wireshark epan wmem wmem allocator block fast c bigrepo wireshark epan dissectors packet zbee zcl general c bigrepo wireshark epan req resp hdrs c bigrepo wireshark wiretap trace h bigrepo wireshark ui file dlg c bigrepo wireshark epan dissectors packet zbee h bigrepo wireshark wsutil inet addr c bigrepo wireshark epan ipproto h bigrepo wireshark epan funnel c bigrepo wireshark epan dissectors packet bmp c bigrepo wireshark epan dissectors packet c bigrepo wireshark tools npl npl c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet c bigrepo wireshark ui gtk file import dlg c bigrepo wireshark epan dissectors packet ositp c bigrepo wireshark epan dissectors packet btavdtp c bigrepo wireshark epan wslua wslua frame info c bigrepo wireshark epan dissectors packet rquota c bigrepo wireshark epan dissectors packet dmp c bigrepo wireshark ui gtk proto dlg c bigrepo wireshark epan dissectors packet rrc h bigrepo wireshark epan expert c bigrepo wireshark ui tap sctp analysis h bigrepo wireshark wsutil ws printf h bigrepo wireshark plugins wimax msg dcd c bigrepo wireshark plugins wimax tlv c bigrepo wireshark epan value string c bigrepo wireshark epan dissectors packet jxta c bigrepo wireshark epan dissectors packet ymsg c bigrepo wireshark epan dissectors packet synphasor c bigrepo wireshark ui io graph item c bigrepo wireshark epan dissectors packet c bigrepo wireshark wsutil popcount c bigrepo wireshark epan dfilter dfunctions c bigrepo wireshark epan dissectors packet msdp c bigrepo wireshark tools make pixbuf csource pl bigrepo wireshark ui qt splash overlay cpp bigrepo wireshark epan dissectors packet ncp nmas c bigrepo wireshark plugins wimax msg dsc c bigrepo wireshark epan dissectors camel packet camel template h bigrepo wireshark ui qt sparkline delegate h bigrepo wireshark plugins wimax msg reg rsp c bigrepo wireshark trigcap c bigrepo wireshark caputils capture win ifnames c bigrepo wireshark epan golay c bigrepo wireshark plugins docsis packet regack c bigrepo wireshark epan dissectors packet c bigrepo wireshark wiretap h bigrepo wireshark ui qt gsm map summary dialog h bigrepo wireshark epan dissectors packet mqtt sn c bigrepo wireshark epan dissectors packet c bigrepo wireshark ui gtk prefs column c bigrepo wireshark plugins docsis packet bpkmreq c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet smtp c bigrepo wireshark ui qt tcp stream dialog cpp bigrepo wireshark ui qt lte rlc graph dialog cpp bigrepo wireshark epan wslua make taps pl bigrepo wireshark ui gtk main welcome private h bigrepo wireshark epan epan h bigrepo wireshark epan dissectors packet fcels c bigrepo wireshark wiretap vms h bigrepo wireshark epan dissectors packet aim generic c bigrepo wireshark randpkt core randpkt core h bigrepo wireshark epan dissectors packet gsm sim c bigrepo wireshark cfile c bigrepo wireshark epan frame data h bigrepo wireshark epan dissectors packet template c bigrepo wireshark ui qt main window cpp bigrepo wireshark wsutil c bigrepo wireshark epan dissectors packet riemann c bigrepo wireshark ui gtk progress dlg c bigrepo wireshark epan dissectors packet erldp c bigrepo wireshark epan dissectors packet memcache c bigrepo wireshark epan dissectors packet xmpp jingle c bigrepo wireshark epan dfilter sttype test c bigrepo wireshark epan dissectors packet hpext c bigrepo wireshark epan dissectors packet isl h bigrepo wireshark epan dissectors packet trill c bigrepo wireshark ui cli tap rpcprogs c bigrepo wireshark ui qt interface tree h bigrepo wireshark plugins wimax msg aas beam c bigrepo wireshark epan dissectors packet mpls c bigrepo wireshark ui qt protocol hierarchy dialog h bigrepo wireshark ui gtk main menubar c bigrepo wireshark epan dissectors packet template c bigrepo wireshark wsutil h bigrepo wireshark ui gtk hostlist table h bigrepo wireshark epan dissectors packet zbee zcl lighting c bigrepo wireshark epan dissectors packet irc c bigrepo wireshark epan dissectors cdt packet cdt template c bigrepo wireshark epan in cksum h bigrepo wireshark epan dissectors packet h bigrepo wireshark epan dissectors packet dcerpc rras c bigrepo wireshark epan dissectors packet gsm a common h bigrepo wireshark wiretap nettl h bigrepo wireshark epan dissectors packet dcerpc frsrpc c bigrepo wireshark epan dissectors packet gluster cli c bigrepo wireshark ui gtk color utils c bigrepo wireshark epan reedsolomon c bigrepo wireshark ui gtk funnel stat c bigrepo wireshark epan wslua wslua proto c bigrepo wireshark epan dissectors packet dcerpc efs h bigrepo wireshark epan wslua make init lua pl bigrepo wireshark epan dissectors packet wai c bigrepo wireshark epan dissectors packet xmpp c bigrepo wireshark epan conversation table h bigrepo wireshark epan dissectors packet spdy c bigrepo wireshark epan ftypes ftype time c bigrepo wireshark epan dissectors packet dvb ait c bigrepo wireshark ui gtk decode as dlg c bigrepo wireshark epan dissectors packet rx c bigrepo wireshark epan dissectors packet sdh c bigrepo wireshark ui qt tap parameter dialog cpp bigrepo wireshark plugins wimax msg ulmap c bigrepo wireshark ui qt lbm stream dialog cpp bigrepo wireshark epan dissectors packet ppi antenna c bigrepo wireshark epan dissectors packet lpp h bigrepo wireshark epan dissectors packet dcerpc conv c bigrepo wireshark epan dissectors packet h bigrepo wireshark ui tap rlc graph c bigrepo wireshark epan dissectors packet c bigrepo wireshark plugins wimax msg reg req c bigrepo wireshark epan tvb c bigrepo wireshark ui qt sparkline delegate cpp bigrepo wireshark epan dissectors gsm map packet gsm map template c bigrepo wireshark ui qt compiled filter output cpp bigrepo wireshark extcap extcap base h bigrepo wireshark epan dissectors packet juniper h bigrepo wireshark ui gtk lbm stream dlg c bigrepo wireshark epan dissectors packet gfp c bigrepo wireshark ui qt packet range group box cpp bigrepo wireshark epan dissectors packet dcerpc eventlog h bigrepo wireshark ui rtp stream h bigrepo wireshark wiretap h bigrepo wireshark wsutil c bigrepo wireshark epan dissectors ftam packet ftam template c bigrepo wireshark epan dissectors packet gmhdr c bigrepo wireshark ui alert box c bigrepo wireshark ui qt packet comment dialog h bigrepo wireshark ui cli tap simple stattable c bigrepo wireshark epan dissectors packet hpfeeds c bigrepo wireshark epan dissectors pidl mapi response cnf c bigrepo wireshark epan dissectors packet lbtru h bigrepo wireshark epan dissectors packet mpeg pat c bigrepo wireshark tools convert proto tree add text pl bigrepo wireshark epan addr and mask c bigrepo wireshark epan dissectors packet bthci acl c bigrepo wireshark wiretap netscaler c bigrepo wireshark epan dissectors packet cbor c bigrepo wireshark epan dissectors packet ipmi storage c bigrepo wireshark epan dissectors packet aim chatnav c bigrepo wireshark epan dissectors packet netlink netfilter c bigrepo wireshark epan dissectors packet llc h bigrepo wireshark epan dissectors packet meta c bigrepo wireshark ui qt capture file dialog cpp bigrepo wireshark epan dissectors packet gsm abis oml c bigrepo wireshark epan filter expressions h bigrepo wireshark reordercap c bigrepo wireshark ui qt column editor frame cpp bigrepo wireshark epan ftypes ftypes int h bigrepo wireshark ui qt bluetooth hci summary dialog h bigrepo wireshark epan dissectors packet dji uav c bigrepo wireshark epan dissectors packet nasdaq soup c bigrepo wireshark ui qt find line edit h bigrepo wireshark capchild capture ifinfo c bigrepo wireshark epan dissectors packet lapbether c bigrepo wireshark ui export object http c bigrepo wireshark ui qt main window preferences frame cpp bigrepo wireshark epan dissectors packet kt c bigrepo wireshark epan dissectors packet btle h bigrepo wireshark epan buf h bigrepo wireshark wiretap netscaler h bigrepo wireshark epan dissectors packet ipmi transport c bigrepo wireshark wiretap mpeg c bigrepo wireshark epan dissectors packet netrom c bigrepo wireshark epan dissectors packet rpki rtr c bigrepo wireshark ui qt preference editor frame cpp bigrepo wireshark epan dissectors packet ecp oui c bigrepo wireshark epan dissectors packet jmirror c bigrepo wireshark epan dissectors packet dcerpc misc c bigrepo wireshark epan dissectors packet sna c bigrepo wireshark epan dissectors packet gvrp c bigrepo wireshark epan dissectors packet h bigrepo wireshark epan dissectors packet btrfcomm h bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet hyperscsi c bigrepo wireshark ui qt multicast statistics dialog cpp bigrepo wireshark ui qt field filter edit cpp bigrepo wireshark epan dissectors file elf c bigrepo wireshark ui gtk follow stream h bigrepo wireshark epan geoip db h bigrepo wireshark epan dissectors packet etherip c bigrepo wireshark epan dissectors packet isis h bigrepo wireshark epan dissectors packet lwapp c bigrepo wireshark ui qt module preferences scroll area cpp bigrepo wireshark epan wslua wslua field c bigrepo wireshark epan dissectors packet skinny h bigrepo wireshark wsutil privileges c bigrepo wireshark epan dissectors packet nstrace c bigrepo wireshark epan dissectors packet spp c bigrepo wireshark epan dissectors packet gadu gadu c bigrepo wireshark caputils iface monitor h bigrepo wireshark epan dissectors packet lbmpdm c bigrepo wireshark ui gtk conversations table h bigrepo wireshark epan dissectors packet wow c bigrepo wireshark epan dissectors file png c bigrepo wireshark epan dissectors packet rr c bigrepo wireshark epan dissectors packet devicenet c bigrepo wireshark epan dissectors packet netdump c bigrepo wireshark epan dissectors packet netbios c bigrepo wireshark epan dissectors packet applemidi c bigrepo wireshark epan c bigrepo wireshark ui cli tap diameter avp c bigrepo wireshark epan dissectors packet lpd c bigrepo wireshark ui gtk summary c bigrepo wireshark ui qt progress frame h bigrepo wireshark epan dissectors packet sametime c bigrepo wireshark epan dissectors extension implementation h bigrepo wireshark h bigrepo wireshark wsutil os version info h bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet dcerpc frsrpc h bigrepo wireshark epan dissectors packet rdm h bigrepo wireshark epan wmem wmem array c bigrepo wireshark epan dissectors packet bthid c bigrepo wireshark ui rtp stream c bigrepo wireshark epan dissectors packet umts fp h bigrepo wireshark epan dissectors packet nt tpcp c bigrepo wireshark epan dissectors packet bthfp c bigrepo wireshark plugins wimax wimax cdma code decoder c bigrepo wireshark epan dissectors packet iapp c bigrepo wireshark wiretap lanalyzer c bigrepo wireshark epan dissectors packet wlancertextn c bigrepo wireshark wiretap json c bigrepo wireshark epan dissectors packet isdn sup c bigrepo wireshark epan dissectors packet ndps c bigrepo wireshark epan dissectors packet gsm sms h bigrepo wireshark ui proto hier stats c bigrepo wireshark epan dissectors packet wsp h bigrepo wireshark wsutil inet addr h bigrepo wireshark ui gtk service response time table c bigrepo wireshark epan dissectors packet template c bigrepo wireshark epan dissectors packet zbee aps h bigrepo wireshark extcap parser h bigrepo wireshark epan dissectors packet template c bigrepo wireshark epan dissectors packet radiotap defs h bigrepo wireshark epan dissectors packet epon c bigrepo wireshark epan dissectors packet bthci cmd c bigrepo wireshark epan dfilter dfilter c bigrepo wireshark epan dissectors packet dtcp ip c bigrepo wireshark caputils capture pcap util unix c bigrepo wireshark ui gtk rlc lte stat dlg c bigrepo wireshark epan to str c bigrepo wireshark wiretap file access c bigrepo wireshark epan sctpppids h bigrepo wireshark epan dissectors packet lmi c bigrepo wireshark epan dissectors packet amqp c bigrepo wireshark epan reassemble test c bigrepo wireshark plugins wimax wimax tlv c bigrepo wireshark epan dissectors snmp packet snmp template h bigrepo wireshark epan etypes h bigrepo wireshark wiretap catapult c bigrepo wireshark epan dissectors packet lanforge c bigrepo wireshark wiretap peektagged h bigrepo wireshark doc androiddump pod bigrepo wireshark epan wslua wslua address c bigrepo wireshark epan dissectors packet ntlmssp c bigrepo wireshark ui qt main status bar cpp bigrepo wireshark epan dissectors packet dcerpc rs prop plcy c bigrepo wireshark ui qt stock icon tool button cpp bigrepo wireshark epan dissectors tcap packet tcap template c bigrepo wireshark ui qt preferences dialog h bigrepo wireshark wiretap iptrace h bigrepo wireshark epan dissectors packet epl c bigrepo wireshark epan dissectors packet pingpongprotocol c bigrepo wireshark epan wslua wslua capture info c bigrepo wireshark epan dissectors packet btbnep c bigrepo wireshark ui gtk text page utils c bigrepo wireshark epan dissectors packet sll h bigrepo wireshark epan dissectors packet turbocell c bigrepo wireshark epan dissectors packet dec bpdu c bigrepo wireshark wiretap nettl c bigrepo wireshark epan app mem usage c bigrepo wireshark codecs c bigrepo wireshark wiretap netxray c bigrepo wireshark epan dissectors packet ypserv c bigrepo wireshark epan conversation h bigrepo wireshark epan dissectors snmp packet snmp template c bigrepo wireshark epan dissectors packet bfd c bigrepo wireshark epan dissectors packet tivoconnect c bigrepo wireshark epan helper h bigrepo wireshark ui export pdu ui utils h bigrepo wireshark ui qt geometry state dialog cpp bigrepo wireshark extcap ssh base h bigrepo wireshark epan dissectors packet tftp h bigrepo wireshark epan dissectors packet lppe c bigrepo wireshark ui qt wireshark dialog cpp bigrepo wireshark epan dissectors packet ayiya c bigrepo wireshark epan dissectors packet smb direct c bigrepo wireshark epan dissectors packet homeplug c bigrepo wireshark ui language c bigrepo wireshark wsutil filesystem h bigrepo wireshark epan dissectors packet tango c bigrepo wireshark epan dissectors packet radiotap iter c bigrepo wireshark epan dissectors packet ipsec c bigrepo wireshark epan dissectors packet c bigrepo wireshark ui qt related packet delegate cpp bigrepo wireshark epan dissectors packet rsvp c bigrepo wireshark epan dissectors packet gsm a gm c bigrepo wireshark capchild capture sync h bigrepo wireshark plugins ethercat packet ioraw c bigrepo wireshark plugins profinet packet pn ptcp c bigrepo wireshark epan dissectors packet dop c bigrepo wireshark epan dissectors packet wtls c bigrepo wireshark epan tvb c bigrepo wireshark epan dissectors packet glusterfs hndsk c bigrepo wireshark ui qt lte rlc statistics dialog cpp bigrepo wireshark epan dissectors packet vuze dht c bigrepo wireshark epan expert h bigrepo wireshark epan dissectors packet aim translate c bigrepo wireshark caputils airpcap loader h bigrepo wireshark ui gtk prefs gui c bigrepo wireshark epan dissectors packet rpc h bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet template c bigrepo wireshark epan dissectors packet fcoib c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet dcerpc ndr c bigrepo wireshark epan dissectors packet c bigrepo wireshark capchild capture session h bigrepo wireshark epan dissectors packet c bigrepo wireshark ui gtk rlc lte graph c bigrepo wireshark epan dissectors packet btmcap c bigrepo wireshark wsutil copyright info h bigrepo wireshark plugins tpg packet http c bigrepo wireshark epan dissectors packet bittorrent c bigrepo wireshark epan dissectors packet vnc c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet tr c bigrepo wireshark plugins opcua opcua serviceparser h bigrepo wireshark plugins opcua opcua serviceparser c bigrepo wireshark epan dissectors packet dap c bigrepo wireshark ui qt lbm uimflow dialog cpp bigrepo wireshark ui gtk sctp assoc analyse c bigrepo wireshark epan dissectors packet template c bigrepo wireshark epan dissectors packet ripng c bigrepo wireshark epan dissectors packet assa c bigrepo wireshark epan dissectors packet adb service c bigrepo wireshark epan exported pdu h bigrepo wireshark ui qt sctp all assocs dialog h bigrepo wireshark epan dissectors packet ansi c bigrepo wireshark epan tvbparse h bigrepo wireshark epan dissectors packet lte rrc c bigrepo wireshark tools generate authors pl bigrepo wireshark epan dissectors packet enip c bigrepo wireshark wiretap ber c bigrepo wireshark epan dissectors packet dlsw c bigrepo wireshark ui cli tap camelsrt c bigrepo wireshark ui export pdu ui utils c bigrepo wireshark codecs speex speex resampler h bigrepo wireshark epan dissectors packet lcsap c bigrepo wireshark epan dissectors packet acn c bigrepo wireshark wiretap pppdump c bigrepo wireshark epan dissectors packet symantec c bigrepo wireshark plugins ethercat packet ethercat frame h bigrepo wireshark epan dissectors packet icmp h bigrepo wireshark epan dissectors packet tali c bigrepo wireshark epan ftypes ftype integer c bigrepo wireshark ui qt main window h bigrepo wireshark wiretap ascendtext c bigrepo wireshark epan tvbtest c bigrepo wireshark epan dissectors packet catapult c bigrepo wireshark epan packet h bigrepo wireshark epan dissectors packet starteam c bigrepo wireshark wiretap commview h bigrepo wireshark ui gtk main toolbar c bigrepo wireshark epan dissectors packet rsync c bigrepo wireshark epan dissectors packet rmt fec c bigrepo wireshark wsutil filesystem c bigrepo wireshark wiretap btsnoop c bigrepo wireshark epan dfilter sttype string c bigrepo wireshark epan dissectors packet ipmi pps c bigrepo wireshark wsutil inet addr int h bigrepo wireshark ui gtk filter dlg h bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet xmcp c bigrepo wireshark plugins docsis packet dpvrsp c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet pppoe c bigrepo wireshark ui qt byte view text cpp bigrepo wireshark epan dissectors packet pgsql c bigrepo wireshark plugins wimax msg prc lt ctrl c bigrepo wireshark epan sminmpec c bigrepo wireshark epan dissectors packet nflog c bigrepo wireshark epan dissectors packet mq base c bigrepo wireshark wiretap netmon h bigrepo wireshark epan dissectors packet template c bigrepo wireshark epan crypt airpdcap rijndael c bigrepo wireshark ui qt display filter edit cpp bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet mswsp c bigrepo wireshark ui qt capture filter combo cpp bigrepo wireshark epan dissectors packet kdsp c bigrepo wireshark epan dissectors packet dcerpc dnsserver h bigrepo wireshark epan dissectors packet adb service h bigrepo wireshark wsutil bitswap c bigrepo wireshark epan dissectors packet xml h bigrepo wireshark epan color filters c bigrepo wireshark plugins gryphon packet gryphon c bigrepo wireshark extcap ciscodump c bigrepo wireshark epan dissectors packet lpp c bigrepo wireshark tools checkapis pl bigrepo wireshark epan dissectors packet dcom dispatch c bigrepo wireshark ui qt packet list model h bigrepo wireshark epan dissectors packet wlancertextn h bigrepo wireshark epan dissectors packet common c bigrepo wireshark epan dissectors packet xip serval c bigrepo wireshark epan dissectors packet mq h bigrepo wireshark epan dissectors packet nbd c bigrepo wireshark wsutil inet aton h bigrepo wireshark epan dfilter semcheck c bigrepo wireshark plugins wimax msg dsa c bigrepo wireshark epan filter expressions c bigrepo wireshark ui qt capture preferences frame cpp bigrepo wireshark epan dissectors packet dvb ipdc c bigrepo wireshark ui gtk gsm map summary c bigrepo wireshark doc reordercap pod bigrepo wireshark epan dissectors packet disp h bigrepo wireshark epan dissectors packet ascend c bigrepo wireshark epan rtd table c bigrepo wireshark epan dissectors packet c bigrepo wireshark plugins wimax mac hd generic decoder c bigrepo wireshark epan dissectors packet dcerpc dnsserver c bigrepo wireshark ui gtk filter utils c bigrepo wireshark epan dissectors packet dcom remact c bigrepo wireshark epan dissectors packet template c bigrepo wireshark capture info h bigrepo wireshark epan dissectors packet h bigrepo wireshark plugins opcua opcua statuscode c bigrepo wireshark wsutil bits count ones h bigrepo wireshark epan dissectors declarations h bigrepo wireshark wiretap wtap c bigrepo wireshark ui util c bigrepo wireshark epan dissectors packet msnip c bigrepo wireshark epan dissectors packet omron fins c bigrepo wireshark epan dissectors packet etv c bigrepo wireshark epan dissectors packet dns c bigrepo wireshark wsutil report err h bigrepo wireshark epan dissectors packet c bigrepo wireshark capture stop conditions c bigrepo wireshark epan print h bigrepo wireshark epan wmem wmem h bigrepo wireshark ui gtk expert comp dlg c bigrepo wireshark epan dissectors packet c bigrepo wireshark ui gtk main statusbar c bigrepo wireshark wiretap h bigrepo wireshark ui capture ui utils c bigrepo wireshark epan dissectors packet carp c bigrepo wireshark epan dissectors packet rsvp h bigrepo wireshark epan dissectors packet ar drone c bigrepo wireshark plugins docsis packet cmstatus c bigrepo wireshark epan dissectors packet gsm cbch c bigrepo wireshark epan dissectors packet fc c bigrepo wireshark epan dissectors packet user encap c bigrepo wireshark epan dissectors packet ssl h bigrepo wireshark epan dissectors packet zep c bigrepo wireshark ui gtk capture if details dlg c bigrepo wireshark epan dissectors packet wreth c bigrepo wireshark plugins docsis packet regrspmp c bigrepo wireshark epan dissectors packet vines c bigrepo wireshark ui rtp media c bigrepo wireshark c bigrepo wireshark epan dissectors rtse packet rtse template c bigrepo wireshark epan dissectors packet h bigrepo wireshark ui qt capture filter edit cpp bigrepo wireshark epan dissectors packet null c bigrepo wireshark plugins opcua opcua c bigrepo wireshark wiretap wtap opttypes c bigrepo wireshark ui qt rtp audio stream cpp bigrepo wireshark epan dissectors packet c bigrepo wireshark writecap pcapio h bigrepo wireshark epan dissectors packet logotypecertextn h bigrepo wireshark epan dissectors packet ntp h bigrepo wireshark epan dissectors packet ssl utils c bigrepo wireshark epan dissectors packet pw common c bigrepo wireshark doc extcap pod bigrepo wireshark ui qt filter dialog cpp bigrepo wireshark epan proto h bigrepo wireshark epan dissectors packet dcerpc fileexp c bigrepo wireshark ui qt file set dialog cpp bigrepo wireshark wiretap camins h bigrepo wireshark ui gtk lbm uimflow dlg c bigrepo wireshark caputils capture wpcap c bigrepo wireshark epan dissectors packet http h bigrepo wireshark plugins docsis packet bintrngreq c bigrepo wireshark ui gtk packet win c bigrepo wireshark epan dissectors packet cip c bigrepo wireshark epan dissectors packet inap c bigrepo wireshark epan dissectors packet yhoo c bigrepo wireshark epan dissectors packet rtitcp c bigrepo wireshark epan dissectors packet rnsap c bigrepo wireshark epan dissectors packet dns h bigrepo wireshark doc ciscodump pod bigrepo wireshark epan dissectors packet itdm c bigrepo wireshark epan dissectors packet lbttcp c bigrepo wireshark epan dissectors packet atmtcp c bigrepo wireshark epan dissectors packet windows common h bigrepo wireshark plugins docsis packet intrngreq c bigrepo wireshark epan dissectors packet template c bigrepo wireshark epan dissectors packet wfleet hdlc c bigrepo wireshark ui cli tap c bigrepo wireshark doc capinfos pod bigrepo wireshark epan dissectors packet mrp mmrp c bigrepo wireshark epan dissectors packet sml c bigrepo wireshark epan dissectors packet tte c bigrepo wireshark wiretap csids h bigrepo wireshark epan dissectors packet sccpmg c bigrepo wireshark ui qt stats tree dialog h bigrepo wireshark epan dissectors packet sprt c bigrepo wireshark epan srt table h bigrepo wireshark epan dissectors packet template c bigrepo wireshark epan dissectors packet c bigrepo wireshark ui gtk packet history c bigrepo wireshark epan dissectors packet juniper c bigrepo wireshark ui qt extcap argument multiselect h bigrepo wireshark ui progress dlg h bigrepo wireshark epan dissectors packet lacp c bigrepo wireshark epan dissectors packet dcerpc rfr h bigrepo wireshark wiretap pcapng h bigrepo wireshark epan dissectors atn cpdlc packet atn cpdlc template c bigrepo wireshark ui qt traffic table dialog h bigrepo wireshark tools fixhf pl bigrepo wireshark fileset h bigrepo wireshark ui qt field filter edit h bigrepo wireshark fileset c bigrepo wireshark wiretap json h bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet whois c bigrepo wireshark ui qt sctp chunk statistics dialog h bigrepo wireshark epan dissectors packet slowprotocols c bigrepo wireshark wsutil cfutils h bigrepo wireshark epan dissectors packet dcerpc pnp c bigrepo wireshark ui gtk bytes view h bigrepo wireshark epan dissectors packet h bigrepo wireshark epan dissectors packet nisplus c bigrepo wireshark ui gtk io stat c bigrepo wireshark epan dissectors packet aodv c bigrepo wireshark epan dissectors packet c bigrepo wireshark ui gtk filter autocomplete c bigrepo wireshark epan except h bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet uaudp c bigrepo wireshark epan dfilter dfilter macro h bigrepo wireshark epan dissectors packet atn ulcs c bigrepo wireshark epan dissectors acse packet acse template c bigrepo wireshark epan dissectors packet rohc c bigrepo wireshark epan dissectors packet scsi sbc c bigrepo wireshark epan dissectors packet quake c bigrepo wireshark epan dissectors packet ipsec udp c bigrepo wireshark epan dissectors packet camel c bigrepo wireshark epan dissectors packet aeron c bigrepo wireshark plugins profinet packet pn rtc one c bigrepo wireshark epan dissectors packet scop c bigrepo wireshark ui qt related packet delegate h bigrepo wireshark wiretap visual c bigrepo wireshark epan dissectors packet c bigrepo wireshark ui gtk proto dlg h bigrepo wireshark epan dissectors packet annex c c bigrepo wireshark epan dissectors packet msrp c bigrepo wireshark plugins docsis packet regreqmp c bigrepo wireshark wiretap capsa c bigrepo wireshark wsutil entities h bigrepo wireshark plugins docsis packet dsdreq c bigrepo wireshark ui text import h bigrepo wireshark epan dissectors packet ifcp c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet mih c bigrepo wireshark epan wmem wmem allocator h bigrepo wireshark epan dissectors packet ismp c bigrepo wireshark epan dissectors packet dcerpc mapi h bigrepo wireshark epan address types h bigrepo wireshark epan dissectors packet smb sidsnooping c bigrepo wireshark ui iface lists h bigrepo wireshark epan dissectors packet arcnet c bigrepo wireshark epan dissectors packet dtpt c bigrepo wireshark ui qt dissector tables dialog h bigrepo wireshark docbook make wsluarm pl bigrepo wireshark ui alert box h bigrepo wireshark epan guid utils h bigrepo wireshark epan dissectors packet template h bigrepo wireshark ui qt conversation dialog h bigrepo wireshark epan dissectors packet zbee zdp discovery c bigrepo wireshark ui qt capture filter edit h bigrepo wireshark epan dissectors dcerpc c bigrepo wireshark epan dissectors packet umts fp c bigrepo wireshark epan dissectors packet bssgp h bigrepo wireshark epan dissectors packet sip c bigrepo wireshark epan dissectors packet zbee zcl misc c bigrepo wireshark epan dfilter dfvm c bigrepo wireshark epan dissectors packet arp c bigrepo wireshark epan dissectors packet dcerpc dssetup c bigrepo wireshark ui qt rpc service response time dialog h bigrepo wireshark epan dissectors packet isis clv c bigrepo wireshark epan dissectors packet opa c bigrepo wireshark ui qt show packet bytes dialog cpp bigrepo wireshark plugins mate mate runtime c bigrepo wireshark epan dissectors packet zvt c bigrepo wireshark wiretap ngsniffer h bigrepo wireshark extcap h bigrepo wireshark wsutil time util h bigrepo wireshark epan wslua wslua byte array c bigrepo wireshark epan dissectors packet lcsap h bigrepo wireshark epan frame data c bigrepo wireshark epan dissectors cms packet cms template c bigrepo wireshark ui mcast stream c bigrepo wireshark epan dissectors packet ceph c bigrepo wireshark wsutil strptime c bigrepo wireshark epan dissectors gprscdr packet gprscdr template c bigrepo wireshark epan tfs c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet template c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet dcerpc rs attr schema c bigrepo wireshark epan dissectors packet btavrcp c bigrepo wireshark epan dissectors packet rtp midi c bigrepo wireshark epan dissectors packet mrp mvrp c bigrepo wireshark epan dissectors nbap packet nbap template h bigrepo wireshark epan dissectors packet uts c bigrepo wireshark epan dissectors packet ptpip c bigrepo wireshark epan dissectors cmp packet cmp template c bigrepo wireshark epan dissectors packet fcp c bigrepo wireshark epan proto data h bigrepo wireshark plugins irda irda appl h bigrepo wireshark wsutil c bigrepo wireshark epan dissectors packet isup c bigrepo wireshark wiretap logcat text c bigrepo wireshark epan dissectors packet lbm c bigrepo wireshark epan dissectors packet smb logon c bigrepo wireshark epan dissectors packet smb common c bigrepo wireshark epan dissectors packet c bigrepo wireshark ui qt filter expression frame h bigrepo wireshark plugins mate mate util h bigrepo wireshark epan dissectors packet atalk h bigrepo wireshark ui qt follow stream text h bigrepo wireshark epan dissectors packet gearman c bigrepo wireshark ui qt display filter edit h bigrepo wireshark ui packet list utils c bigrepo wireshark ui gtk stats tree stat c bigrepo wireshark epan wslua wslua tvb c bigrepo wireshark epan dissectors packet rmt common h bigrepo wireshark epan dissectors packet xmpp utils h bigrepo wireshark epan dissectors packet tzsp c bigrepo wireshark epan dissectors packet dcerpc dssetup h bigrepo wireshark epan dissectors packet iana oui h bigrepo wireshark epan dissectors packet cisco metadata c bigrepo wireshark epan dissectors ldap packet ldap template c bigrepo wireshark epan dissectors packet pkinit c bigrepo wireshark epan dissectors packet wap c bigrepo wireshark epan funnel h bigrepo wireshark plugins easy codec codec c bigrepo wireshark wiretap radcom c bigrepo wireshark ui gtk color edit dlg c bigrepo wireshark epan dissectors packet mojito c bigrepo wireshark epan dissectors packet vsip c bigrepo wireshark epan dissectors packet ptp c bigrepo wireshark epan wmem wmem interval tree c bigrepo wireshark epan conversation c bigrepo wireshark epan dissectors packet cdt h bigrepo wireshark epan dissectors packet dcerpc frsapi c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet icq c bigrepo wireshark epan dissectors packet zbee zcl hvac c bigrepo wireshark epan dissectors packet gsm a common c bigrepo wireshark epan dissectors packet rtnet c bigrepo wireshark ui gtk sctp stat dlg c bigrepo wireshark epan dissectors packet turnchannel c bigrepo wireshark epan dissectors dcerpc budb packet dcerpc budb template c bigrepo wireshark epan dissectors packet enc c bigrepo wireshark ui qt funnel string dialog h bigrepo wireshark epan dissectors packet dcerpc tapi c bigrepo wireshark ui qt rtp stream dialog h bigrepo wireshark epan dissectors packet bthci vendor c bigrepo wireshark ui qt byte view tab cpp bigrepo wireshark ui qt rtp analysis dialog h bigrepo wireshark epan dissectors packet fcoe c bigrepo wireshark epan dissectors packet mount c bigrepo wireshark plugins docsis packet tlv cmctrl c bigrepo wireshark epan dissectors packet cisco oui c bigrepo wireshark epan dissectors rnsap packet rnsap template c bigrepo wireshark epan exceptions h bigrepo wireshark ui qt extcap argument cpp bigrepo wireshark epan dissectors packet fcgi c bigrepo wireshark ui gtk prefs font color c bigrepo wireshark epan dissectors packet dcerpc update c bigrepo wireshark wsutil ws mempbrk h bigrepo wireshark epan strutil h bigrepo wireshark ui qt tap parameter dialog h bigrepo wireshark epan dissectors packet dvb bat c bigrepo wireshark epan dissectors packet ipmi bridge c bigrepo wireshark epan dissectors packet zbee aps c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet sv h bigrepo wireshark ui qt response time delay dialog cpp bigrepo wireshark epan dissectors packet cell broadcast h bigrepo wireshark epan dissectors packet gift c bigrepo wireshark epan dissectors packet atm c bigrepo wireshark ui qt geometry state dialog h bigrepo wireshark plugins wimax wimax hack decoder c bigrepo wireshark epan dissectors packet scsi h bigrepo wireshark wsutil buffer h bigrepo wireshark epan dissectors packet tftp c bigrepo wireshark epan dissectors packet gtp h bigrepo wireshark epan dissectors packet dcerpc rs plcy c bigrepo wireshark wsutil getopt long h bigrepo wireshark ui gtk range utils c bigrepo wireshark ui qt conversation hash tables dialog h bigrepo wireshark plugins opcua opcua hfindeces c bigrepo wireshark epan dissectors packet teredo c bigrepo wireshark wiretap mpeg h bigrepo wireshark epan dissectors packet nt oui c bigrepo wireshark ui export object smb c bigrepo wireshark epan dissectors packet zbee zdp management c bigrepo wireshark epan dissectors tetra packet tetra template c bigrepo wireshark epan dissectors packet dcerpc drsuapi c bigrepo wireshark epan dissectors packet obex c bigrepo wireshark wsutil jsmn h bigrepo wireshark epan dissectors packet dvb sdt c bigrepo wireshark epan dissectors packet cnip c bigrepo wireshark epan dissectors packet adwin c bigrepo wireshark epan dissectors packet wtp c bigrepo wireshark ui qt address editor frame h bigrepo wireshark ui gtk sctp error dlg c bigrepo wireshark epan dissectors packet corosync totemnet c bigrepo wireshark epan dissectors packet ulp c bigrepo wireshark epan dfilter sttype range c bigrepo wireshark epan dissectors packet h bigrepo wireshark epan ftypes ftype c bigrepo wireshark epan dissectors packet opensafety h bigrepo wireshark epan dissectors packet rmi c bigrepo wireshark epan dissectors packet tipc c bigrepo wireshark epan dissectors ldap packet ldap template h bigrepo wireshark epan dissectors packet dof c bigrepo wireshark tools lemon lemon c bigrepo wireshark epan dissectors packet media c bigrepo wireshark epan dissectors packet template c bigrepo wireshark ui gtk dfilter expr dlg c bigrepo wireshark ui qt time shift dialog h bigrepo wireshark epan dissectors gprscdr packet gprscdr template h bigrepo wireshark epan dissectors mpeg pes packet mpeg pes template c bigrepo wireshark epan dissectors packet charging ase c bigrepo wireshark epan dissectors packet wifi c bigrepo wireshark epan crypt airpdcap user h bigrepo wireshark epan wslua wslua listener c bigrepo wireshark epan dissectors camel packet camel template c bigrepo wireshark epan dissectors packet btamp c bigrepo wireshark epan aftypes h bigrepo wireshark epan dissectors qsig packet qsig template c bigrepo wireshark caputils capture ifinfo h bigrepo wireshark epan dissectors packet lisp tcp c bigrepo wireshark epan dissectors packet adb c bigrepo wireshark epan dissectors packet dcerpc winreg h bigrepo wireshark ui qt filter expressions preferences frame h bigrepo wireshark epan dissectors packet imap c bigrepo wireshark epan dissectors packet tpkt h bigrepo wireshark epan dissectors packet template c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan prefs int h bigrepo wireshark ui qt print dialog h bigrepo wireshark ui qt elided label h bigrepo wireshark ui qt wireshark application cpp bigrepo wireshark epan dissectors ulp packet ulp template c bigrepo wireshark ui gtk file dlg c bigrepo wireshark ui qt enabled protocols dialog h bigrepo wireshark epan dissectors packet fclctl c bigrepo wireshark epan dissectors packet dcerpc svcctl c bigrepo wireshark epan dissectors packet linx c bigrepo wireshark ui qt remote capture dialog cpp bigrepo wireshark epan dissectors packet llrp c bigrepo wireshark ui cli tap rlcltestat c bigrepo wireshark ui qt main welcome cpp bigrepo wireshark ui qt sctp graph arwnd dialog cpp bigrepo wireshark epan dissectors packet udld c bigrepo wireshark epan dissectors packet netanalyzer c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet gopher c bigrepo wireshark epan dissectors packet smcr c bigrepo wireshark epan dissectors packet sccp c bigrepo wireshark epan dissectors packet gvcp c bigrepo wireshark ui tap analysis h bigrepo wireshark epan dissectors packet c bigrepo wireshark epan tap c bigrepo wireshark epan timestats h bigrepo wireshark epan dissectors packet tacacs c bigrepo wireshark epan dissectors packet mstp c bigrepo wireshark ui qt enabled protocols dialog cpp bigrepo wireshark extcap extcap base c bigrepo wireshark epan wslua wslua util c bigrepo wireshark epan dissectors packet dcerpc mapi c bigrepo wireshark epan dissectors packet eigrp c bigrepo wireshark epan dissectors packet dcerpc mdssvc c bigrepo wireshark epan dissectors packet gmrp c bigrepo wireshark epan dissectors packet bjnp c bigrepo wireshark epan dissectors packet rpcrdma c bigrepo wireshark plugins mate packet mate c bigrepo wireshark epan dissectors packet infiniband sdp c bigrepo wireshark ringbuffer h bigrepo wireshark epan dissectors packet gias c bigrepo wireshark epan dissectors packet ansi a c bigrepo wireshark epan dissectors packet c bigrepo wireshark wsutil interface c bigrepo wireshark wiretap h bigrepo wireshark epan rcbuf h bigrepo wireshark epan dissectors packet mpls c bigrepo wireshark epan addr resolv h bigrepo wireshark epan dissectors packet rtp events c bigrepo wireshark epan dissectors packet netlink sock diag c bigrepo wireshark ui console h bigrepo wireshark epan dissectors packet ouch c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet ppi c bigrepo wireshark ui gtk gui utils h bigrepo wireshark epan dissectors packet mime encap c bigrepo wireshark epan dissectors packet szl ids c bigrepo wireshark epan dissectors packet rsvd c bigrepo wireshark epan wslua wslua file common c bigrepo wireshark epan dissectors packet zbee nwk gp c bigrepo wireshark ui profile c bigrepo wireshark epan dissectors packet gssapi h bigrepo wireshark epan dissectors packet dtn c bigrepo wireshark epan dissectors disp packet disp template c bigrepo wireshark ui gtk webbrowser c bigrepo wireshark epan dissectors packet ros c bigrepo wireshark wiretap netscreen c bigrepo wireshark epan dissectors packet pana c bigrepo wireshark epan dissectors packet ldap h bigrepo wireshark ui console c bigrepo wireshark epan dissectors packet xmpp conference c bigrepo wireshark plugins docsis packet dccreq c bigrepo wireshark epan dissectors packet c bigrepo wireshark codecs codecs h bigrepo wireshark plugins docsis packet ocd c bigrepo wireshark epan dissectors packet pcapng block c bigrepo wireshark epan dfilter sttype set h bigrepo wireshark echld test c bigrepo wireshark epan dissectors packet ipars c bigrepo wireshark epan dissectors packet dcerpc bossvr c bigrepo wireshark epan dissectors packet rfid hci c bigrepo wireshark ui gtk main welcome h bigrepo wireshark epan dissectors packet smb mailslot c bigrepo wireshark plugins opcua opcua complextypeparser h bigrepo wireshark plugins docsis packet dscrsp c bigrepo wireshark wsutil c bigrepo wireshark ui firewall rules c bigrepo wireshark epan dissectors packet mq c bigrepo wireshark epan dissectors packet pres h bigrepo wireshark ui qt wlan statistics dialog h bigrepo wireshark ui qt column preferences frame h bigrepo wireshark epan dissectors packet dcerpc rsec login c bigrepo wireshark epan dissectors packet lwm c bigrepo wireshark epan wslua wslua struct c bigrepo wireshark wiretap network instruments c bigrepo wireshark ui qt funnel text dialog h bigrepo wireshark ui qt packet dialog h bigrepo wireshark wsutil cmdarg err h bigrepo wireshark epan dissectors packet windows common c bigrepo wireshark epan dissectors packet lat c bigrepo wireshark epan dissectors packet template c bigrepo wireshark epan dissectors atn cm packet atn cm template c bigrepo wireshark epan dissectors packet xmpp utils c bigrepo wireshark epan dissectors pkixqualified packet pkixqualified template c bigrepo wireshark epan dissectors packet dcerpc netlogon c bigrepo wireshark epan dissectors packet pktc c bigrepo wireshark epan dissectors packet ehs c bigrepo wireshark epan dissectors packet per c bigrepo wireshark epan dissectors packet foundry c bigrepo wireshark epan dissectors packet dcom sysact c bigrepo wireshark epan dissectors packet dcerpc efs c bigrepo wireshark epan dissectors packet h bigrepo wireshark epan dissectors register info h bigrepo wireshark ui gtk airpcap dlg c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet wcp c bigrepo wireshark epan dissectors packet scsi osd c bigrepo wireshark ui qt sctp graph dialog cpp bigrepo wireshark plugins wimax mac mgmt msg decoder c bigrepo wireshark ui gtk stock icons c bigrepo wireshark ringbuffer c bigrepo wireshark mergecap c bigrepo wireshark epan dissectors packet bgp h bigrepo wireshark epan dissectors packet redbackli c bigrepo wireshark epan dissectors packet gsm bsslap c bigrepo wireshark plugins docsis packet c bigrepo wireshark epan dissectors packet osi c bigrepo wireshark ui gtk help dlg c bigrepo wireshark epan dissectors packet pw satop c bigrepo wireshark epan dissectors packet ntp c bigrepo wireshark epan dissectors packet gsm abis c bigrepo wireshark epan dissectors packet aim icq c bigrepo wireshark epan dissectors packet lsc c bigrepo wireshark doc randpktdump pod bigrepo wireshark ui qt lte mac statistics dialog cpp bigrepo wireshark epan dissectors packet template c bigrepo wireshark epan dissectors packet prp c bigrepo wireshark epan dissectors ros packet ros template c bigrepo wireshark ui gtk prefs dlg c bigrepo wireshark epan dissectors packet c bigrepo wireshark ui gtk tcp graph c bigrepo wireshark ui gtk packet panes c bigrepo wireshark epan dissectors packet marker c bigrepo wireshark ui gtk tap param dlg c bigrepo wireshark ui qt sequence dialog cpp bigrepo wireshark epan dissectors packet dcerpc nt h bigrepo wireshark epan dissectors packet netmon c bigrepo wireshark epan dissectors packet nbap h bigrepo wireshark epan dissectors packet smrse h bigrepo wireshark ui gtk capture dlg c bigrepo wireshark epan dissectors packet packetlogger c bigrepo wireshark epan show exception c bigrepo wireshark conditions c bigrepo wireshark epan dissectors packet syslog c bigrepo wireshark ui qt sctp all assocs dialog cpp bigrepo wireshark epan dissectors packet tapa c bigrepo wireshark epan dissectors packet pdcp lte h bigrepo wireshark epan ftypes ftypes h bigrepo wireshark wiretap nettrace h bigrepo wireshark ui qt file set dialog h bigrepo wireshark wiretap wtap int h bigrepo wireshark ui gtk main filter toolbar c bigrepo wireshark wiretap pcap common h bigrepo wireshark plugins wimaxasncp packet wimaxasncp c bigrepo wireshark epan dissectors packet nasdaq itch c bigrepo wireshark epan dissectors packet lisp c bigrepo wireshark ui qt accordion frame cpp bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet c bigrepo wireshark wiretap c bigrepo wireshark ui qt expert info dialog h bigrepo wireshark wsutil c bigrepo wireshark ui qt capture file properties dialog cpp bigrepo wireshark epan wslua wslua column c bigrepo wireshark epan dissectors packet lbtru c bigrepo wireshark epan dissectors packet credssp c bigrepo wireshark ui qt conversation colorize action h bigrepo wireshark epan dissectors tcap packet tcap template h bigrepo wireshark epan dissectors packet pop c bigrepo wireshark epan dissectors packet tns c bigrepo wireshark epan dissectors packet aim messaging c bigrepo wireshark epan dissectors packet dvb data mpe c bigrepo wireshark epan dissectors packet swipe c bigrepo wireshark epan dissectors packet ocsp c bigrepo wireshark epan dissectors packet ipoib c bigrepo wireshark epan dissectors packet dcerpc rs acct c bigrepo wireshark epan dissectors packet collectd c bigrepo wireshark plugins docsis packet mdd c bigrepo wireshark plugins wimax msg rng rsp c bigrepo wireshark ui qt remote settings dialog h bigrepo wireshark epan tvbuff c bigrepo wireshark epan dissectors packet c bigrepo wireshark extcap spawn c bigrepo wireshark epan dissectors packet idmp h bigrepo wireshark ui language h bigrepo wireshark epan dissectors packet kdp c bigrepo wireshark dftest c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet prism c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet dcerpc wkssvc c bigrepo wireshark epan dissectors packet gsm a rr c bigrepo wireshark epan dissectors packet pgm c bigrepo wireshark ui qt filter action cpp bigrepo wireshark epan dissectors packet tr h bigrepo wireshark epan capture dissectors h bigrepo wireshark plugins wimax msg dreg c bigrepo wireshark epan dissectors packet glusterd c bigrepo wireshark epan dissectors packet udp h bigrepo wireshark epan dissectors packet pim c bigrepo wireshark epan dissectors packet ctdb c bigrepo wireshark epan c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet olsr c bigrepo wireshark epan dissectors packet mausb h bigrepo wireshark epan dissectors packet rsh c bigrepo wireshark ui qt proto tree h bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet chdlc h bigrepo wireshark plugins docsis packet dscack c bigrepo wireshark ui cli tap httpstat c bigrepo wireshark ui qt sequence dialog h bigrepo wireshark epan dissectors packet clnp c bigrepo wireshark epan dissectors packet dcerpc ubikdisk c bigrepo wireshark ui qt progress frame cpp bigrepo wireshark epan dissectors packet dcerpc atsvc c bigrepo wireshark wiretap hcidump c bigrepo wireshark ui qt supported protocols dialog cpp bigrepo wireshark ui qt multicast statistics dialog h bigrepo wireshark epan dissectors packet fcdns c bigrepo wireshark epan tvb c bigrepo wireshark epan dissectors packet h bigrepo wireshark epan wslua wslua pref c bigrepo wireshark plugins wimaxmacphy packet wimaxmacphy c bigrepo wireshark epan tvbuff subset c bigrepo wireshark epan compress lzxpress h bigrepo wireshark epan epan c bigrepo wireshark epan dissectors packet wps c bigrepo wireshark epan dissectors packet usbip c bigrepo wireshark epan dissectors packet template h bigrepo wireshark epan dissectors packet rtpproxy c bigrepo wireshark epan tvb h bigrepo wireshark epan dissectors packet xmpp h bigrepo wireshark ui gtk flow graph c bigrepo wireshark epan dissectors packet xmpp core c bigrepo wireshark wsutil strnatcmp h bigrepo wireshark epan dissectors packet c bigrepo wireshark ui cli tap macltestat c bigrepo wireshark epan dissectors packet tcap c bigrepo wireshark epan dissectors packet template c bigrepo wireshark epan aftypes c bigrepo wireshark epan packet info h bigrepo wireshark wiretap snoop h bigrepo wireshark plugins profinet packet dcerpc pn io c bigrepo wireshark ui gtk extcap gtk h bigrepo wireshark wiretap h bigrepo wireshark epan dissectors packet cms c bigrepo wireshark epan dissectors packet isup h bigrepo wireshark epan wmem wmem list c bigrepo wireshark epan dissectors packet isis snp c bigrepo wireshark ui qt summary dialog h bigrepo wireshark epan dissectors packet text media c bigrepo wireshark epan dissectors packet btsmp c bigrepo wireshark epan dissectors packet ipsec tcp c bigrepo wireshark ui help url c bigrepo wireshark epan dissectors packet h bigrepo wireshark ui rtp media h bigrepo wireshark plugins wimax msg rng req c bigrepo wireshark ws diag control h bigrepo wireshark epan capture dissectors c bigrepo wireshark epan dissectors packet mmse c bigrepo wireshark epan dissectors packet btavdtp h bigrepo wireshark epan dissectors packet echo c bigrepo wireshark epan crypt airpdcap rijndael h bigrepo wireshark epan dissectors packet ndp c bigrepo wireshark epan dissectors packet c bigrepo wireshark plugins ethercat packet nv c bigrepo wireshark ui cli tap endpoints c bigrepo wireshark wiretap mplog c bigrepo wireshark epan dissectors packet xyplex c bigrepo wireshark epan dissectors packet ess h bigrepo wireshark wsutil str util h bigrepo wireshark plugins wimax msg dsx rvd c bigrepo wireshark epan dissectors packet nlm c bigrepo wireshark epan dissectors packet dcerpc rs misc c bigrepo wireshark ws symbol export h bigrepo wireshark epan dissectors packet btatt h bigrepo wireshark ui gtk prefs filter expressions c bigrepo wireshark tools licensecheck pl bigrepo wireshark epan dissectors packet canopen c bigrepo wireshark epan dissectors ros packet ros template h bigrepo wireshark epan dissectors packet c bigrepo wireshark ui gtk rtp stream dlg c bigrepo wireshark epan dissectors packet skype c bigrepo wireshark ui profile h bigrepo wireshark ui qt main welcome h bigrepo wireshark epan dissectors packet auto rp c bigrepo wireshark epan dissectors packet bmc c bigrepo wireshark ui qt filter expressions preferences frame cpp bigrepo wireshark epan dissectors packet ranap h bigrepo wireshark epan dissectors packet dcerpc secidmap c bigrepo wireshark epan dissectors packet elasticsearch c bigrepo wireshark epan dissectors packet cmip h bigrepo wireshark epan dissectors packet annex e c bigrepo wireshark epan dissectors packet time c bigrepo wireshark epan dissectors packet kpasswd c bigrepo wireshark plugins wimax msg fpc c bigrepo wireshark epan packet c bigrepo wireshark epan wmem wmem allocator strict c bigrepo wireshark caputils utils c bigrepo wireshark epan dissectors packet sflow h bigrepo wireshark epan dissectors packet inap h bigrepo wireshark epan dissectors packet isis hello c bigrepo wireshark epan dissectors packet jpeg c bigrepo wireshark epan dissectors packet dvb tot c bigrepo wireshark epan ftypes ftype double c bigrepo wireshark epan dissectors packet vlan c bigrepo wireshark ui qt compiled filter output h bigrepo wireshark epan dissectors packet gvsp c bigrepo wireshark plugins docsis packet sync c bigrepo wireshark wsutil c bigrepo wireshark epan dissectors packet cups c bigrepo wireshark epan dissectors packet nbt c bigrepo wireshark epan dissectors packet zbee zcl sas c bigrepo wireshark epan conversation table c bigrepo wireshark epan dissectors packet rtps h bigrepo wireshark epan to str h bigrepo wireshark ui gtk export sslkeys c bigrepo wireshark ui gtk proto hier stats dlg c bigrepo wireshark epan dissectors packet h bigrepo wireshark epan dissectors packet tacacs h bigrepo wireshark wsutil inet ntop c bigrepo wireshark epan dissectors packet cipmotion c bigrepo wireshark epan dissectors packet iana oui c bigrepo wireshark epan dissectors packet pmproxy c bigrepo wireshark epan dissectors packet rtse c bigrepo wireshark epan dissectors packet logcat text c bigrepo wireshark epan dissectors packet h bigrepo wireshark ui gtk tap param dlg h bigrepo wireshark ui gtk macros dlg c bigrepo wireshark ui qt dissector tables dialog cpp bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet btavrcp h bigrepo wireshark epan dissectors packet distcc c bigrepo wireshark ui cli tap rtd c bigrepo wireshark wiretap merge c bigrepo wireshark plugins wimax msg pmc c bigrepo wireshark epan dissectors packet acse h bigrepo wireshark tools make charset table c bigrepo wireshark epan dissectors packet dpnss link c bigrepo wireshark ui qt export dissection dialog h bigrepo wireshark epan wmem wmem map h bigrepo wireshark epan dissectors packet rlogin c bigrepo wireshark ui gtk sctp chunk stat dlg c bigrepo wireshark wiretap file wrappers c bigrepo wireshark epan dissectors packet dcerpc srvsvc c bigrepo wireshark epan dissectors packet gdsdb c bigrepo wireshark ui qt conversation dialog cpp bigrepo wireshark epan dissectors packet aim chat c bigrepo wireshark epan dissectors packet dcerpc rs prop acct c bigrepo wireshark epan dissectors packet homeplug av c bigrepo wireshark ui gtk edit packet comment dlg c bigrepo wireshark epan dissectors packet ossp c bigrepo wireshark epan dissectors packet gsm rlcmac h bigrepo wireshark epan dissectors packet h bigrepo wireshark epan dissectors packet armagetronad c bigrepo wireshark epan dissectors packet userlog c bigrepo wireshark ui gtk dcerpc stat c bigrepo wireshark epan dissectors packet app pkix cert c bigrepo wireshark ui help url h bigrepo wireshark ui tap rtp common h bigrepo wireshark epan golay h bigrepo wireshark tshark c bigrepo wireshark ui voip calls h bigrepo wireshark epan dissectors packet teimanagement c bigrepo wireshark epan dissectors packet mbtcp c bigrepo wireshark frame tvbuff h bigrepo wireshark epan dissectors packet bthsp c bigrepo wireshark extcap c bigrepo wireshark epan ftypes ftype c bigrepo wireshark plugins wimax wimax pdu decoder c bigrepo wireshark epan dissectors packet gsm ipa c bigrepo wireshark echld child c bigrepo wireshark ui qt elided label cpp bigrepo wireshark wiretap logcat text h bigrepo wireshark epan dissectors packet gsm map h bigrepo wireshark epan dissectors packet artnet c bigrepo wireshark ui gtk pixbuf csource c bigrepo wireshark epan dissectors packet ypxfr c bigrepo wireshark epan dissectors packet aoe c bigrepo wireshark epan dissectors packet vrrp c bigrepo wireshark epan dissectors packet msn messenger c bigrepo wireshark epan dissectors packet gre c bigrepo wireshark ui qt interface tree cpp bigrepo wireshark epan dissectors packet ip h bigrepo wireshark epan dissectors packet stun c bigrepo wireshark epan dissectors packet btsdp h bigrepo wireshark epan dissectors packet c bigrepo wireshark echld dispatcher c bigrepo wireshark epan dissectors packet h bigrepo wireshark wiretap erf c bigrepo wireshark ui qt stock icon h bigrepo wireshark epan dissectors packet bfcp c bigrepo wireshark epan dissectors packet dcerpc browser c bigrepo wireshark epan dissectors packet dua c bigrepo wireshark ui gtk proto tree model c bigrepo wireshark epan dissectors packet bat c bigrepo wireshark epan dissectors packet mpls h bigrepo wireshark epan dissectors packet babel c bigrepo wireshark epan dissectors packet tetra c bigrepo wireshark epan dissectors packet netperfmeter c bigrepo wireshark epan dissectors packet template h bigrepo wireshark epan dissectors packet srp c bigrepo wireshark epan tvbuff zlib c bigrepo wireshark wsutil interface h bigrepo wireshark epan dissectors atn ulcs packet atn ulcs template c bigrepo wireshark epan dissectors packet uasip c bigrepo wireshark epan tvbuff int h bigrepo wireshark epan dissectors packet tpkt c bigrepo wireshark ui cli tap gsm astat c bigrepo wireshark epan dissectors packet wsp c bigrepo wireshark wiretap btsnoop h bigrepo wireshark epan dissectors packet mq pcf c bigrepo wireshark epan dissectors packet nhrp c bigrepo wireshark epan dissectors ns cert exts packet ns cert exts template c bigrepo wireshark epan dissectors packet spice h bigrepo wireshark epan dissectors packet btsdp c bigrepo wireshark epan dissectors packet adwin config c bigrepo wireshark epan dissectors packet dcom c bigrepo wireshark plugins easy codec codec c bigrepo wireshark epan dissectors packet osi h bigrepo wireshark ui qt display filter combo h bigrepo wireshark wsutil strnatcmp c bigrepo wireshark ui qt stats tree dialog cpp bigrepo wireshark epan dissectors packet atn ulcs h bigrepo wireshark epan dissectors packet pkixac h bigrepo wireshark wiretap h bigrepo wireshark ui qt traffic table dialog cpp bigrepo wireshark epan dissectors packet dcerpc rfr c bigrepo wireshark ui gtk capture dlg h bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet c bigrepo wireshark ui qt filter dialog h bigrepo wireshark epan dissectors packet dcerpc rdaclif c bigrepo wireshark epan dissectors packet maccontrol c bigrepo wireshark filter files c bigrepo wireshark epan dissectors packet ftam h bigrepo wireshark wiretap logcat c bigrepo wireshark epan dissectors packet netlink route c bigrepo wireshark epan dissectors packet dcerpc rs prop acl c bigrepo wireshark ui qt capture file properties dialog h bigrepo wireshark epan dissectors packet pw hdlc c bigrepo wireshark epan dissectors packet iwarp mpa c bigrepo wireshark epan dissectors packet ethertype c bigrepo wireshark epan dissectors packet dvb nit c bigrepo wireshark file h bigrepo wireshark epan dissectors packet pktap c bigrepo wireshark epan timestamp c bigrepo wireshark epan dissectors packet laplink c bigrepo wireshark epan dissectors packet ipmi chassis c bigrepo wireshark epan dissectors packet clearcase c bigrepo wireshark epan dissectors packet cpfi c bigrepo wireshark wiretap netxray h bigrepo wireshark epan dissectors packet ftp c bigrepo wireshark ui gtk simple dialog h bigrepo wireshark ui qt column editor frame h bigrepo wireshark epan dissectors packet miop c bigrepo wireshark epan dissectors packet agentx c bigrepo wireshark epan dissectors packet bootparams c bigrepo wireshark plugins opcua opcua transport layer h bigrepo wireshark plugins docsis packet map c bigrepo wireshark epan dissectors packet usb video c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet smb c bigrepo wireshark wsutil wsgetopt h bigrepo wireshark epan dissectors packet ddtp c bigrepo wireshark epan dissectors packet ipdc c bigrepo wireshark epan dissectors sbc ap packet sbc ap template c bigrepo wireshark ui capture h bigrepo wireshark epan dissectors file pcapng c bigrepo wireshark ui qt color utils cpp bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet dis c bigrepo wireshark epan dissectors packet rsl c bigrepo wireshark epan dissectors packet raw c bigrepo wireshark epan dissectors packet git c bigrepo wireshark epan dissectors packet mongo c bigrepo wireshark epan dissectors packet stat c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet openvpn c bigrepo wireshark epan dissectors packet osi options c bigrepo wireshark ui gtk uat gui h bigrepo wireshark ui gtk font utils h bigrepo wireshark epan dissectors packet btavctp c bigrepo wireshark epan dissectors packet iuup c bigrepo wireshark echld parent c bigrepo wireshark epan dissectors packet gpef c bigrepo wireshark epan dissectors packet corosync totemsrp c bigrepo wireshark epan dissectors sabp packet sabp template c bigrepo wireshark epan dissectors packet usb hid h bigrepo wireshark epan ipproto c bigrepo wireshark wiretap c bigrepo wireshark epan dissectors packet rtls c bigrepo wireshark epan dissectors packet teklink c bigrepo wireshark plugins wimax wimax tlv h bigrepo wireshark epan dissectors packet exec c bigrepo wireshark epan dissectors packet mysql c bigrepo wireshark epan dissectors packet egd c bigrepo wireshark wiretap snoop c bigrepo wireshark epan rtd table h bigrepo wireshark epan wslua make reg pl bigrepo wireshark doc mergecap pod bigrepo wireshark ui qt color utils h bigrepo wireshark epan dissectors packet sipfrag c bigrepo wireshark epan dissectors ros packet ros template c bigrepo wireshark epan dissectors spnego packet spnego template c bigrepo wireshark epan dissectors packet netsync c bigrepo wireshark plugins docsis packet dbcreq c bigrepo wireshark epan reassemble c bigrepo wireshark ui qt rtp player dialog h bigrepo wireshark wsutil plugins c bigrepo wireshark wsutil c bigrepo wireshark epan dissectors packet telnet c bigrepo wireshark ui capture c bigrepo wireshark ui gtk about dlg c bigrepo wireshark epan dissectors packet pathport c bigrepo wireshark epan dissectors packet mpeg audio c bigrepo wireshark epan dissectors packet template c bigrepo wireshark epan dissectors packet openflow c bigrepo wireshark epan dissectors packet gsm rlcmac c bigrepo wireshark plugins wimax msg clk cmp c bigrepo wireshark plugins wimax mac hd decoder c bigrepo wireshark epan dissectors packet xot c bigrepo wireshark plugins wimax msg aas fbck c bigrepo wireshark epan dissectors packet msnlb c bigrepo wireshark epan dissectors packet ff c bigrepo wireshark epan dissectors packet sbc ap c bigrepo wireshark wsutil nstime h bigrepo wireshark ui qt capture file h bigrepo wireshark epan dissectors packet dcerpc c bigrepo wireshark ui qt recent file status h bigrepo wireshark epan dissectors packet dcerpc epm c bigrepo wireshark epan dissectors packet openwire c bigrepo wireshark epan dissectors packet brdwlk c bigrepo wireshark epan dissectors packet sgsap c bigrepo wireshark epan dissectors packet bthci cmd h bigrepo wireshark epan dissectors packet mesh c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan tvb c bigrepo wireshark epan dissectors packet zbee zcl se c bigrepo wireshark epan dissectors packet dvmrp c bigrepo wireshark epan dissectors packet hsr prp supervision c bigrepo wireshark epan dissectors packet aim signon c bigrepo wireshark epan hd h bigrepo wireshark ws version info c bigrepo wireshark wiretap wtap opttypes h bigrepo wireshark epan dissectors packet rtcp c bigrepo wireshark epan dissectors file pcap c bigrepo wireshark epan dissectors packet ipx h bigrepo wireshark wiretap lanalyzer h bigrepo wireshark epan tfs h bigrepo wireshark epan dissectors packet enip h bigrepo wireshark codecs sbc sbc private h bigrepo wireshark epan dissectors packet rrc c bigrepo wireshark epan dissectors packet dcerpc dtsstime req c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet gluster h bigrepo wireshark ui gtk mcast stream dlg h bigrepo wireshark ui qt analysis dialog h bigrepo wireshark epan dissectors packet dplay c bigrepo wireshark plugins docsis packet dbcrsp c bigrepo wireshark epan dissectors credssp packet credssp template c bigrepo wireshark epan dissectors pkixac packet pkixac template c bigrepo wireshark ui gtk filter utils h bigrepo wireshark epan dissectors packet dmx c bigrepo wireshark epan dissectors packet socks c bigrepo wireshark epan dissectors packet optommp c bigrepo wireshark epan dissectors packet zbee zcl meas sensing c bigrepo wireshark ui qt simple statistics dialog h bigrepo wireshark epan dissectors packet ipx c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet h bigrepo wireshark epan stat groups h bigrepo wireshark ui qt conversation colorize action cpp bigrepo wireshark ui gtk prefs layout c bigrepo wireshark epan dissectors packet soupbintcp c bigrepo wireshark plugins wimax msg dsd c bigrepo wireshark epan dissectors packet tpncp c bigrepo wireshark wsutil wsgcrypt h bigrepo wireshark epan dissectors packet pflog c bigrepo wireshark epan dissectors packet thrift c bigrepo wireshark epan dissectors packet etag c bigrepo wireshark caputils utils h bigrepo wireshark ui qt funnel string dialog cpp bigrepo wireshark wiretap toshiba c bigrepo wireshark epan dissectors packet dcerpc atsvc h bigrepo wireshark epan dissectors packet umts mac c bigrepo wireshark ui qt lbm lbtrm transport dialog cpp bigrepo wireshark ui cli tap rtspstat c bigrepo wireshark ui gtk prefs capture c bigrepo wireshark epan dissectors lcsap packet lcsap template c bigrepo wireshark ui tap rlc graph h bigrepo wireshark epan dissectors packet hclnfsd c bigrepo wireshark epan dissectors packet classicstun c bigrepo wireshark epan dissectors packet smb pipe c bigrepo wireshark epan dissectors packet h bigrepo wireshark epan dissectors packet hazelcast c bigrepo wireshark plugins stats tree stats tree plugin c bigrepo wireshark epan dissectors packet fddi c bigrepo wireshark epan h bigrepo wireshark epan dissectors packet rlc h bigrepo wireshark epan dissectors packet isis c bigrepo wireshark wiretap logcat h bigrepo wireshark epan dissectors packet hdcp c bigrepo wireshark epan dissectors packet fmtp c bigrepo wireshark epan dissectors packet template c bigrepo wireshark wsutil type util c bigrepo wireshark epan dissectors packet fcip c bigrepo wireshark wsutil aes h bigrepo wireshark epan dissectors packet hartip c bigrepo wireshark epan dissectors packet fr c bigrepo wireshark ui qt display filter expression dialog cpp bigrepo wireshark ui cli tap icmpstat c bigrepo wireshark plugins profinet packet pn mrrt c bigrepo wireshark ui qt profile dialog cpp bigrepo wireshark epan dissectors packet h bigrepo wireshark epan dissectors packet eth c bigrepo wireshark epan helper c bigrepo wireshark ui qt label stack h bigrepo wireshark epan dissectors packet dcerpc misc h bigrepo wireshark ui qt packet list cpp bigrepo wireshark epan dissectors packet amr c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet template c bigrepo wireshark codecs h bigrepo wireshark plugins opcua opcua simpletypes c bigrepo wireshark epan dissectors packet dhcp failover c bigrepo wireshark epan dissectors packet snaeth c bigrepo wireshark epan dissectors packet lbmc c bigrepo wireshark epan print stream c bigrepo wireshark epan dissectors packet dtp c bigrepo wireshark epan dfilter dfunctions h bigrepo wireshark ui gtk lbm stream dlg h bigrepo wireshark ui qt packet format group box cpp bigrepo wireshark epan wmem wmem scopes c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan g hash routines c bigrepo wireshark epan dissectors packet pkixac c bigrepo wireshark epan dissectors packet metamako c bigrepo wireshark epan dissectors packet giop c bigrepo wireshark epan dissectors packet radiotap c bigrepo wireshark epan dissectors packet aim adverts c bigrepo wireshark epan dissectors packet zbee nwk c bigrepo wireshark epan dissectors packet dvb eit c bigrepo wireshark epan dissectors packet bluetooth c bigrepo wireshark ui cli tap expert c bigrepo wireshark epan dissectors packet pw eth c bigrepo wireshark epan dissectors packet scsi ssc c bigrepo wireshark epan dissectors packet gssapi c bigrepo wireshark epan dissectors file file c bigrepo wireshark wsutil c bigrepo wireshark epan dissectors packet pw oam c bigrepo wireshark epan dissectors packet bitcoin c bigrepo wireshark epan dissectors kerberos packet kerberos template h bigrepo wireshark epan dissectors packet openflow c bigrepo wireshark epan wmem wmem tree c bigrepo wireshark epan dissectors packet dcerpc rs prop pgo c bigrepo wireshark wsutil str util c bigrepo wireshark ui qt voip calls dialog cpp bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet dcerpc rs replist c bigrepo wireshark epan dissectors packet winsrepl c bigrepo wireshark epan dissectors packet extreme c bigrepo wireshark ui gtk proto help c bigrepo wireshark epan dissectors packet kafka c bigrepo wireshark epan dissectors packet eapol c bigrepo wireshark codecs speex arch h bigrepo wireshark epan dissectors packet sctp h bigrepo wireshark epan dissectors packet ccsds c bigrepo wireshark epan dissectors packet logotypecertextn c bigrepo wireshark epan dissectors packet xmpp other c bigrepo wireshark wiretap eyesdn h bigrepo wireshark epan dissectors packet hp erm c bigrepo wireshark epan dissectors packet aim bos c bigrepo wireshark epan ftypes ftype none c bigrepo wireshark epan dissectors packet erf c bigrepo wireshark ui ui util h bigrepo wireshark epan crypt airpdcap ccmp c bigrepo wireshark epan dissectors packet mac lte framed c bigrepo wireshark epan dissectors packet aruba erm c bigrepo wireshark epan dissectors packet btle c bigrepo wireshark epan dissectors packet bpq c bigrepo wireshark epan dissectors packet hci c bigrepo wireshark plugins docsis packet dpvreq c bigrepo wireshark epan dissectors packet drda c bigrepo wireshark epan ftypes ftype bytes c bigrepo wireshark ui qt packet dialog cpp bigrepo wireshark epan next tvb c bigrepo wireshark epan dissectors packet rtp h bigrepo wireshark epan dissectors packet c bigrepo wireshark capture stop conditions h bigrepo wireshark epan color filters h bigrepo wireshark epan dissectors packet c bigrepo wireshark epan uat int h bigrepo wireshark epan ftypes ftypes c bigrepo wireshark epan dissectors packet sflow c bigrepo wireshark epan dissectors packet sita c bigrepo wireshark ui gtk manual addr resolv c bigrepo wireshark ui qt firewall rules dialog h bigrepo wireshark extcap sshdump c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet c bigrepo wireshark plugins opcua opcua enumparser h bigrepo wireshark epan dissectors packet h bigrepo wireshark epan dissectors packet knxnetip c bigrepo wireshark epan dissectors packet scsi sbc h bigrepo wireshark epan dissectors packet negoex c bigrepo wireshark epan wslua init wslua c bigrepo wireshark cfile h bigrepo wireshark epan circuit c bigrepo wireshark ui qt protocol hierarchy dialog cpp bigrepo wireshark ui gtk main toolbar c bigrepo wireshark epan dissectors packet dcerpc budb c bigrepo wireshark epan dissectors packet cdt c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet srvloc c bigrepo wireshark epan dissectors packet nwmtp c bigrepo wireshark plugins opcua opcua security layer h bigrepo wireshark epan dissectors packet hip c bigrepo wireshark ui tap tcp stream h bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet ipmi trace c bigrepo wireshark epan dissectors packet dcerpc eventlog c bigrepo wireshark ui qt tcp stream dialog h bigrepo wireshark epan plugin if c bigrepo wireshark ui qt sctp graph arwnd dialog h bigrepo wireshark plugins wimax wimax utils c bigrepo wireshark ui qt main status bar h bigrepo wireshark ui gtk expert comp table c bigrepo wireshark epan dwarf c bigrepo wireshark epan dissectors packet opa snc c bigrepo wireshark epan dissectors packet pdcp lte c bigrepo wireshark epan dissectors packet mms c bigrepo wireshark epan dissectors packet cdp c bigrepo wireshark epan dissectors packet sctp c bigrepo wireshark epan tvbuff composite c bigrepo wireshark epan wmem wmem tree h bigrepo wireshark wsutil processes h bigrepo wireshark epan wslua wslua pinfo c bigrepo wireshark ui qt accordion frame h bigrepo wireshark epan dissectors packet afp c bigrepo wireshark epan dissectors packet nfsauth c bigrepo wireshark epan proto c bigrepo wireshark epan dissectors packet gre h bigrepo wireshark plugins opcua opcua identifiers h bigrepo wireshark ui qt lte mac statistics dialog h bigrepo wireshark epan dissectors packet vxlan c bigrepo wireshark epan dissectors packet template c bigrepo wireshark epan dissectors packet dcerpc c bigrepo wireshark ui qt capture interfaces dialog h bigrepo wireshark epan dissectors packet ansi map c bigrepo wireshark ui cli tap funnel c bigrepo wireshark epan dissectors packet ranap c bigrepo wireshark epan dissectors packet ath c bigrepo wireshark epan dissectors packet fcsp c bigrepo wireshark epan dissectors packet ipos c bigrepo wireshark ui gtk lbm uimflow dlg h bigrepo wireshark wiretap c bigrepo wireshark epan dissectors packet noe c bigrepo wireshark ui qt layout preferences frame h bigrepo wireshark epan dissectors packet dap h bigrepo wireshark epan tvbuff real c bigrepo wireshark wsutil h bigrepo wireshark epan dissectors packet c bigrepo wireshark epan stat tap ui h bigrepo wireshark epan dissectors packet ess c bigrepo wireshark tools extract from spec pl bigrepo wireshark epan dissectors packet dtn h bigrepo wireshark globals h bigrepo wireshark epan dissectors packet tnef c bigrepo wireshark epan dissectors packet bthci acl h bigrepo wireshark epan wmem wmem user cb h bigrepo wireshark epan dissectors packet smb pipe h bigrepo wireshark wsutil file util h bigrepo wireshark epan dissectors packet mpeg sect c bigrepo wireshark ui qt bluetooth device dialog cpp bigrepo wireshark ui qt rpc service response time dialog cpp bigrepo wireshark wiretap ascendtext h bigrepo wireshark epan crypt airpdcap debug h bigrepo wireshark epan dissectors packet hdfsdata c bigrepo wireshark ui cli tap stats tree c bigrepo wireshark epan dissectors packet cosnaming c bigrepo wireshark epan dissectors packet iua c bigrepo wireshark epan dissectors packet iscsi c bigrepo wireshark epan dissectors packet tcp c bigrepo wireshark epan dissectors packet sysdig event c bigrepo wireshark epan dissectors packet lapdm c bigrepo wireshark epan dissectors packet nfs h bigrepo wireshark epan dissectors packet sbc c bigrepo wireshark wiretap vwr h bigrepo wireshark epan follow h bigrepo wireshark echld echld int h bigrepo wireshark epan dissectors packet c bigrepo wireshark plugins opcua opcua extensionobjecttable c bigrepo wireshark plugins wimax wimax harq map decoder c bigrepo wireshark ui qt lte rlc statistics dialog h bigrepo wireshark tools checkhf pl bigrepo wireshark plugins wimax wimax phy attributes decoder c bigrepo wireshark ui gtk font utils c bigrepo wireshark epan dissectors pres packet pres template c bigrepo wireshark epan dissectors packet h bigrepo wireshark epan dissectors packet dcc c bigrepo wireshark wiretap peekclassic h bigrepo wireshark ui qt qcustomplot cpp bigrepo wireshark epan dissectors packet cisco erspan c bigrepo wireshark epan dissectors packet glbp c bigrepo wireshark ui gtk gui utils c bigrepo wireshark ui qt simple dialog h bigrepo wireshark epan dissector filters h bigrepo wireshark epan dissectors packet mplstp oam c bigrepo wireshark epan dissectors packet zbee zcl ha c bigrepo wireshark epan wmem wmem core c bigrepo wireshark epan dissectors packet h bigrepo wireshark epan dissectors packet h bigrepo wireshark epan dissectors packet enrp c bigrepo wireshark epan wslua wslua file c bigrepo wireshark epan dissectors packet opsi c bigrepo wireshark ui qt bluetooth att server attributes dialog cpp bigrepo wireshark epan dissectors packet ansi c bigrepo wireshark capchild capture sync c bigrepo wireshark wsutil unicode utils h bigrepo wireshark epan dissectors packet pcli c bigrepo wireshark ui recent h bigrepo wireshark ui qt sctp graph byte dialog h bigrepo wireshark plugins ethercat packet esl c bigrepo wireshark epan dissectors packet klm c bigrepo wireshark epan dissectors packet etsi card app toolkit c bigrepo wireshark epan dissectors packet uftp c bigrepo wireshark epan dissectors packet pulse c bigrepo wireshark epan tpg c bigrepo wireshark epan wmem wmem test c bigrepo wireshark epan dissectors packet pkixproxy h bigrepo wireshark epan wmem wmem allocator block c bigrepo wireshark ui gtk export pdu dlg c bigrepo wireshark epan dissectors packet bssgp c bigrepo wireshark epan dissectors packet btsap c bigrepo wireshark epan dissectors packet dsp h bigrepo wireshark epan dissectors inap packet inap template c bigrepo wireshark ui gtk profile dlg c bigrepo wireshark epan dissectors packet dtap c bigrepo wireshark plugins docsis packet vendor c bigrepo wireshark epan dissectors packet paltalk c bigrepo wireshark epan dissectors packet isl c bigrepo wireshark ui gtk response time delay table c bigrepo wireshark epan dissectors packet netflow c bigrepo wireshark ui traffic table ui c bigrepo wireshark ui gtk simple stattable h bigrepo wireshark epan dissectors dsp packet dsp template c bigrepo wireshark epan dissectors packet dcerpc h bigrepo wireshark epan dissectors packet cisco fp mim c bigrepo wireshark epan oui h bigrepo wireshark epan dissectors packet rtacser c bigrepo wireshark epan dissectors packet dcerpc dfs c bigrepo wireshark epan dissectors packet multipart c bigrepo wireshark epan dissectors packet ppcap c bigrepo wireshark epan dissectors keysym h bigrepo wireshark wsutil type util h bigrepo wireshark epan dissectors packet wap h bigrepo wireshark ui qt analysis dialog cpp bigrepo wireshark ui gtk time shift dlg c bigrepo wireshark epan dissectors packet rpl c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet hpteam c bigrepo wireshark epan dissectors packet scsi mmc c bigrepo wireshark epan dissectors packet msproxy c bigrepo wireshark wiretap daintree sna c bigrepo wireshark epan dissectors packet bpdu c bigrepo wireshark epan dissectors isdn sup packet isdn sup template c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet aim admin c bigrepo wireshark epan dissectors smrse packet smrse template c bigrepo wireshark epan dissectors packet cmp h bigrepo wireshark wsutil copyright info c bigrepo wireshark epan dissectors packet cipsafety h bigrepo wireshark epan dissectors packet dcerpc rs pwd mgmt c bigrepo wireshark epan dissectors novell pkis packet novell pkis template c bigrepo wireshark epan dissectors packet rdp c bigrepo wireshark ui gtk conversation hastables dlg c bigrepo wireshark epan dissectors packet c bigrepo wireshark ui iface lists c bigrepo wireshark epan dissectors packet tdmop c bigrepo wireshark wiretap libpcap c bigrepo wireshark ui qt import text dialog cpp bigrepo wireshark epan dissectors packet icp c bigrepo wireshark ui tap rtp common c bigrepo wireshark ui qt packet range group box h bigrepo wireshark epan dissectors packet c bigrepo wireshark wsutil h bigrepo wireshark doc editcap pod bigrepo wireshark epan dissectors packet mbim c bigrepo wireshark epan tap h bigrepo wireshark epan ftypes ftype ieee float c bigrepo wireshark epan dissectors packet igap c bigrepo wireshark epan dissectors packet aim oft c bigrepo wireshark epan proto data c bigrepo wireshark ui gtk rtp analysis c bigrepo wireshark epan dissectors packet kerberos c bigrepo wireshark ui qt follow stream dialog h bigrepo wireshark epan dissectors packet osc c bigrepo wireshark epan dissectors packet fcct c bigrepo wireshark epan dissectors packet udp c bigrepo wireshark epan dissectors packet rfid c bigrepo wireshark epan dissectors packet per h bigrepo wireshark ui qt decode as dialog h bigrepo wireshark ui qt stock icon tool button h bigrepo wireshark epan dfilter sttype test h bigrepo wireshark ui qt filter action h bigrepo wireshark epan dissectors packet c bigrepo wireshark doc rawshark pod bigrepo wireshark ui qt proto tree cpp bigrepo wireshark epan dissectors packet pkinit h bigrepo wireshark doc packet protoabbrev c bigrepo wireshark ui qt packet list h bigrepo wireshark ui qt overlay scroll bar h bigrepo wireshark ui recent c bigrepo wireshark epan buf c bigrepo wireshark ui util h bigrepo wireshark epan dissectors packet dcerpc trksvr c bigrepo wireshark plugins profinet packet pn dcp c bigrepo wireshark extcap androiddump c bigrepo wireshark epan dissectors packet usb c bigrepo wireshark ui gtk service response time table h bigrepo wireshark epan dissectors packet rpc c bigrepo wireshark epan dissectors packet etch c bigrepo wireshark ui gtk sctp byte graph dlg c bigrepo wireshark wiretap mime file c bigrepo wireshark ui qt simple dialog cpp bigrepo wireshark capture opts h bigrepo wireshark epan dissectors packet mausb c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet rpcap c bigrepo wireshark epan dissectors packet rlc lte c bigrepo wireshark epan dissectors packet dbus c bigrepo wireshark epan dissectors rua packet rua template c bigrepo wireshark wsutil frequency utils h bigrepo wireshark epan dissectors packet ldap c bigrepo wireshark epan dissectors packet c bigrepo wireshark epan dissectors packet ucp c bigrepo wireshark epan dfilter sttype function c bigrepo wireshark epan dissectors packet lisp data c bigrepo wireshark epan dissectors packet ansi tcap h bigrepo wireshark epan dissectors packet vmlab c bigrepo wireshark wsutil c bigrepo wireshark epan dissectors packet hci c bigrepo wireshark ui qt extcap argument file h bigrepo wireshark ui gtk compare stat c bigrepo wireshark ui qt syntax line edit cpp bigrepo wireshark epan dissectors packet h bigrepo wireshark wsutil clopts common h bigrepo wireshark epan h bigrepo wireshark epan dissectors packet edonkey c bigrepo wireshark plugins ethercat packet ecatmb h bigrepo wireshark epan dissectors packet dcm c bigrepo wireshark plugins opcua opcua transport layer c bigrepo wireshark conditions h vulnerability details in wireshark to and to there is a netscaler file parser infinite loop triggered by a malformed capture file this was addressed in wiretap netscaler c by changing the restrictions on file size publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type change files origin a href release date fix resolution replace or update the following file netscaler c step up your open source security game with whitesource | 0 |
2,730 | 5,102,502,532 | IssuesEvent | 2017-01-04 18:31:04 | OpenSRP/opensrp-client | https://api.github.com/repos/OpenSRP/opensrp-client | opened | BZ1.7a Online: Ability to record immunizations from children who are from other villages | Confirm Requirements PATH BID Zambia | Need to confirm whether this would be an online lookup where the health worker searches a central database for the child and syncs to her tablet to update the record. What about record merge? | 1.0 | BZ1.7a Online: Ability to record immunizations from children who are from other villages - Need to confirm whether this would be an online lookup where the health worker searches a central database for the child and syncs to her tablet to update the record. What about record merge? | non_priority | online ability to record immunizations from children who are from other villages need to confirm whether this would be an online lookup where the health worker searches a central database for the child and syncs to her tablet to update the record what about record merge | 0 |
299,306 | 22,598,531,331 | IssuesEvent | 2022-06-29 06:57:34 | icecube/graphnet | https://api.github.com/repos/icecube/graphnet | opened | Add type-hint requirements and/or checking to pre-commit | documentation | This ensures that all functions have type hints, and that these are mutually compatible (https://peps.python.org/pep-0585/, https://mypy.readthedocs.io/en/stable/) | 1.0 | Add type-hint requirements and/or checking to pre-commit - This ensures that all functions have type hints, and that these are mutually compatible (https://peps.python.org/pep-0585/, https://mypy.readthedocs.io/en/stable/) | non_priority | add type hint requirements and or checking to pre commit this ensures that all functions have type hints and that these are mutually compatible | 0 |
364,496 | 25,493,302,697 | IssuesEvent | 2022-11-27 11:08:00 | netbox-community/ansible_modules | https://api.github.com/repos/netbox-community/ansible_modules | opened | [Docs]: add an example on how to use poe_mode and poe_type parameters in netbox_device_interface module | documentation | ### Change Type
Addition
### Area
Functionality/features
### Proposed Changes
Add an example on how to use poe_mode and poe_type parameters in netbox_device_interface module.
Indeed I can't succeed in using it, I always get an ansible error like `400 Bad Request: {'poe_mode': ['PD is not a valid choice.']}`
And I can't understand how to use it, since for the example provided 'PD' is a valid choice for poe_mode in the netbox GUI. | 1.0 | [Docs]: add an example on how to use poe_mode and poe_type parameters in netbox_device_interface module - ### Change Type
Addition
### Area
Functionality/features
### Proposed Changes
Add an example on how to use poe_mode and poe_type parameters in netbox_device_interface module.
Indeed I can't succeed in using it, I always get an ansible error like `400 Bad Request: {'poe_mode': ['PD is not a valid choice.']}`
And I can't understand how to use it, since for the example provided 'PD' is a valid choice for poe_mode in the netbox GUI. | non_priority | add an example on how to use poe mode and poe type parameters in netbox device interface module change type addition area functionality features proposed changes add an example on how to use poe mode and poe type parameters in netbox device interface module indeed i can t succeed in using it i always get an ansible error like bad request poe mode and i can t understand how to use it since for the example provided pd is a valid choice for poe mode in the netbox gui | 0 |
117,437 | 15,099,538,710 | IssuesEvent | 2021-02-08 02:53:53 | airavata-courses/Panorama | https://api.github.com/repos/airavata-courses/Panorama | closed | create a mockup for photos page | design documentation | create a UI mockup for the photos page using Adobe XD based on the pen-paper diagram in #3 | 1.0 | create a mockup for photos page - create a UI mockup for the photos page using Adobe XD based on the pen-paper diagram in #3 | non_priority | create a mockup for photos page create a ui mockup for the photos page using adobe xd based on the pen paper diagram in | 0 |
46,910 | 13,056,001,155 | IssuesEvent | 2020-07-30 03:21:19 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | opened | dataio-shovel "write frame+dependencies to file" outputs only the dependencies, not the current frame (Trac #2125) | Incomplete Migration Migrated from Trac combo core defect | Migrated from https://code.icecube.wisc.edu/ticket/2125
```json
{
"status": "closed",
"changetime": "2019-01-11T22:01:58",
"description": "In the help of dataio-shovel, it says:\n{{{\nw Write entire frame (binary) to file\nW Write entire frame (binary) to file, along with all frames\n on which it depends\n}}}\n`w` works as intendent, but `W` doesn't.\nSelecting e.g. a P-frame and pressing `W` writes the GCDQ frames on which the P frame depends, but not the P frame itself.",
"reporter": "thomas.kintscher",
"cc": "",
"resolution": "fixed",
"_ts": "1547244118311846",
"component": "combo core",
"summary": "dataio-shovel \"write frame+dependencies to file\" outputs only the dependencies, not the current frame",
"priority": "normal",
"keywords": "",
"time": "2017-12-19T12:48:06",
"milestone": "",
"owner": "cweaver",
"type": "defect"
}
```
| 1.0 | dataio-shovel "write frame+dependencies to file" outputs only the dependencies, not the current frame (Trac #2125) - Migrated from https://code.icecube.wisc.edu/ticket/2125
```json
{
"status": "closed",
"changetime": "2019-01-11T22:01:58",
"description": "In the help of dataio-shovel, it says:\n{{{\nw Write entire frame (binary) to file\nW Write entire frame (binary) to file, along with all frames\n on which it depends\n}}}\n`w` works as intendent, but `W` doesn't.\nSelecting e.g. a P-frame and pressing `W` writes the GCDQ frames on which the P frame depends, but not the P frame itself.",
"reporter": "thomas.kintscher",
"cc": "",
"resolution": "fixed",
"_ts": "1547244118311846",
"component": "combo core",
"summary": "dataio-shovel \"write frame+dependencies to file\" outputs only the dependencies, not the current frame",
"priority": "normal",
"keywords": "",
"time": "2017-12-19T12:48:06",
"milestone": "",
"owner": "cweaver",
"type": "defect"
}
```
| non_priority | dataio shovel write frame dependencies to file outputs only the dependencies not the current frame trac migrated from json status closed changetime description in the help of dataio shovel it says n nw write entire frame binary to file nw write entire frame binary to file along with all frames n on which it depends n n w works as intendent but w doesn t nselecting e g a p frame and pressing w writes the gcdq frames on which the p frame depends but not the p frame itself reporter thomas kintscher cc resolution fixed ts component combo core summary dataio shovel write frame dependencies to file outputs only the dependencies not the current frame priority normal keywords time milestone owner cweaver type defect | 0 |
265,272 | 23,157,205,974 | IssuesEvent | 2022-07-29 14:05:39 | ns1labs/orb | https://api.github.com/repos/ns1labs/orb | closed | Tests: Automated UI tests for group creation | test | - Create an automated scenario using python (selenium + behave) to validate the happy path of group creation process using UI
- Agent Group Name
- Agent Group Description
- Tag Key
- Tag Value
- Check is element exist in all groups page | 1.0 | Tests: Automated UI tests for group creation - - Create an automated scenario using python (selenium + behave) to validate the happy path of group creation process using UI
- Agent Group Name
- Agent Group Description
- Tag Key
- Tag Value
- Check is element exist in all groups page | non_priority | tests automated ui tests for group creation create an automated scenario using python selenium behave to validate the happy path of group creation process using ui agent group name agent group description tag key tag value check is element exist in all groups page | 0 |
56,248 | 13,781,140,330 | IssuesEvent | 2020-10-08 15:47:14 | angular/angular-cli | https://api.github.com/repos/angular/angular-cli | closed | i18n - fs.relative is not a function | comp: devkit/build-angular devkit/build-angular: i18n freq2: medium severity5: regression type: bug/fix | <!--🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅
Oh hi there! 😄
To expedite issue processing please search open and closed issues before submitting a new one.
Existing issues often contain information about workarounds, resolution, or progress updates.
🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅-->
# 🐞 bug report
### Affected Package
<!-- Can you pin-point one or more @angular/* packages as the source of the bug? -->
<!-- ✍️edit: --> The issue is caused by package @angular/localize (10.1.5)
### Is this a regression?
<!-- Did this behavior use to work in the previous version? -->
<!-- ✍️--> Yes, the previous version in which this bug was not present was: 10.1.4
### Description
<!-- ✍️--> I18n extraction fails with the error "fs.relative is not a function".
The problem is with change angular/angular#39006 . It uses API from this commit: https://github.com/angular/angular-cli/commit/1c4d358b384826c7b310c81940f52a1386e2b4fc . But this commit was merged only into v11.x.x. Not into 10.x.x. Therefore function "resolve" does not exist.
<!--
If StackBlitz is not suitable for reproduction of your issue, please create a minimal GitHub repository with the reproduction of the issue.
A good way to make a minimal reproduction is to create a new app via `ng new repro-app` and add the minimum possible code to show the problem.
Share the link to the repo below along with step-by-step instructions to reproduce the problem, as well as expected and actual behavior.
Issues that don't have enough info and can't be reproduced will be closed.
You can read more about issue submission guidelines here: https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-submitting-an-issue
-->
## 🔥 Exception or Error
<pre>
ERROR in ./SubjectCommon/js/services/PaymentService.ts
Module build failed (from E:/reenio/master/src/ClientSide/node_modules/@angular-devkit/build-angular/src/extract-i18n/ivy-extract-loader.js):
TypeError: E:\reenio\master\src\ClientSide\Angular\projects\Subject\SubjectCommon\js\services\PaymentService.js: fs.relative is not a function
at getFileFromPath (E:\reenio\master\src\ClientSide\node_modules\@angular\localize\src\tools\src\source_file_utils.js:406:107)
at getLocation (E:\reenio\master\src\ClientSide\node_modules\@angular\localize\src\tools\src\source_file_utils.js:382:20)
at E:\reenio\master\src\ClientSide\node_modules\@angular\localize\src\tools\src\source_file_utils.js:182:60
at Array.map (<anonymous>)
at Object.unwrapMessagePartsFromTemplateLiteral (E:\reenio\master\src\ClientSide\node_modules\@angular\localize\src\tools\src\source_file_utils.js:182:34)
at PluginPass.TaggedTemplateExpression (E:\reenio\master\src\ClientSide\node_modules\@angular\localize\src\tools\src\extract\source_files\es2015_extract_plugin.js:24:69)
at newFn (E:\reenio\master\src\ClientSide\node_modules\@babel\traverse\lib\visitors.js:175:21)
at NodePath._call (E:\reenio\master\src\ClientSide\node_modules\@babel\traverse\lib\path\context.js:55:20)
at NodePath.call (E:\reenio\master\src\ClientSide\node_modules\@babel\traverse\lib\path\context.js:42:17)
at NodePath.visit (E:\reenio\master\src\ClientSide\node_modules\@babel\traverse\lib\path\context.js:92:31)
at TraversalContext.visitQueue (E:\reenio\master\src\ClientSide\node_modules\@babel\traverse\lib\context.js:112:16)
at TraversalContext.visitSingle (E:\reenio\master\src\ClientSide\node_modules\@babel\traverse\lib\context.js:84:19)
at TraversalContext.visit (E:\reenio\master\src\ClientSide\node_modules\@babel\traverse\lib\context.js:140:19)
at Function.traverse.node (E:\reenio\master\src\ClientSide\node_modules\@babel\traverse\lib\index.js:82:17)
at NodePath.visit (E:\reenio\master\src\ClientSide\node_modules\@babel\traverse\lib\path\context.js:99:18)
at TraversalContext.visitQueue (E:\reenio\master\src\ClientSide\node_modules\@babel\traverse\lib\context.js:112:16)
@ ./SubjectCommon/js/controllers/credit/payment-result-controller.component.ts 4:0-86 6:0-75 40:167-184 41:181-195 57:28-42 67:38-55
@ ./SubjectCommon/js/controllers/credit/credit.module.ts
@ ./SubjectCommon/js/routes.ts
@ ./SubjectCommon/js/AppModule.ts
@ ./SubjectCommon/js/main.ts
@ multi ./SubjectCommon/js/main.ts
<code>
<!-- If the issue is accompanied by an exception or an error, please share it below: -->
<!-- ✍️-->
</code></pre>
## 🌍 Your Environment
**Angular Version:**
<pre>
Package Version
---------------------------------------------------------
@angular-devkit/architect 0.1001.4
@angular-devkit/build-angular 0.1001.5
@angular-devkit/core 10.1.5
@angular-devkit/schematics 10.1.5
@ngtools/webpack 10.1.5
@schematics/angular 10.1.5
@schematics/update 0.1001.5
rxjs 6.6.3
typescript 4.0.3
webpack 4.44.2
<code>
<!-- run `ng version` and paste output below -->
<!-- ✍️-->
</code></pre>
**Anything else relevant?**
<!-- ✍️Is this a browser specific issue? If so, please specify the browser and version. -->
<!-- ✍️Do any of these matter: operating system, IDE, package manager, HTTP server, ...? If so, please mention it below. -->
| 2.0 | i18n - fs.relative is not a function - <!--🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅
Oh hi there! 😄
To expedite issue processing please search open and closed issues before submitting a new one.
Existing issues often contain information about workarounds, resolution, or progress updates.
🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅-->
# 🐞 bug report
### Affected Package
<!-- Can you pin-point one or more @angular/* packages as the source of the bug? -->
<!-- ✍️edit: --> The issue is caused by package @angular/localize (10.1.5)
### Is this a regression?
<!-- Did this behavior use to work in the previous version? -->
<!-- ✍️--> Yes, the previous version in which this bug was not present was: 10.1.4
### Description
<!-- ✍️--> I18n extraction fails with the error "fs.relative is not a function".
The problem is with change angular/angular#39006 . It uses API from this commit: https://github.com/angular/angular-cli/commit/1c4d358b384826c7b310c81940f52a1386e2b4fc . But this commit was merged only into v11.x.x. Not into 10.x.x. Therefore function "resolve" does not exist.
<!--
If StackBlitz is not suitable for reproduction of your issue, please create a minimal GitHub repository with the reproduction of the issue.
A good way to make a minimal reproduction is to create a new app via `ng new repro-app` and add the minimum possible code to show the problem.
Share the link to the repo below along with step-by-step instructions to reproduce the problem, as well as expected and actual behavior.
Issues that don't have enough info and can't be reproduced will be closed.
You can read more about issue submission guidelines here: https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-submitting-an-issue
-->
## 🔥 Exception or Error
<pre>
ERROR in ./SubjectCommon/js/services/PaymentService.ts
Module build failed (from E:/reenio/master/src/ClientSide/node_modules/@angular-devkit/build-angular/src/extract-i18n/ivy-extract-loader.js):
TypeError: E:\reenio\master\src\ClientSide\Angular\projects\Subject\SubjectCommon\js\services\PaymentService.js: fs.relative is not a function
at getFileFromPath (E:\reenio\master\src\ClientSide\node_modules\@angular\localize\src\tools\src\source_file_utils.js:406:107)
at getLocation (E:\reenio\master\src\ClientSide\node_modules\@angular\localize\src\tools\src\source_file_utils.js:382:20)
at E:\reenio\master\src\ClientSide\node_modules\@angular\localize\src\tools\src\source_file_utils.js:182:60
at Array.map (<anonymous>)
at Object.unwrapMessagePartsFromTemplateLiteral (E:\reenio\master\src\ClientSide\node_modules\@angular\localize\src\tools\src\source_file_utils.js:182:34)
at PluginPass.TaggedTemplateExpression (E:\reenio\master\src\ClientSide\node_modules\@angular\localize\src\tools\src\extract\source_files\es2015_extract_plugin.js:24:69)
at newFn (E:\reenio\master\src\ClientSide\node_modules\@babel\traverse\lib\visitors.js:175:21)
at NodePath._call (E:\reenio\master\src\ClientSide\node_modules\@babel\traverse\lib\path\context.js:55:20)
at NodePath.call (E:\reenio\master\src\ClientSide\node_modules\@babel\traverse\lib\path\context.js:42:17)
at NodePath.visit (E:\reenio\master\src\ClientSide\node_modules\@babel\traverse\lib\path\context.js:92:31)
at TraversalContext.visitQueue (E:\reenio\master\src\ClientSide\node_modules\@babel\traverse\lib\context.js:112:16)
at TraversalContext.visitSingle (E:\reenio\master\src\ClientSide\node_modules\@babel\traverse\lib\context.js:84:19)
at TraversalContext.visit (E:\reenio\master\src\ClientSide\node_modules\@babel\traverse\lib\context.js:140:19)
at Function.traverse.node (E:\reenio\master\src\ClientSide\node_modules\@babel\traverse\lib\index.js:82:17)
at NodePath.visit (E:\reenio\master\src\ClientSide\node_modules\@babel\traverse\lib\path\context.js:99:18)
at TraversalContext.visitQueue (E:\reenio\master\src\ClientSide\node_modules\@babel\traverse\lib\context.js:112:16)
@ ./SubjectCommon/js/controllers/credit/payment-result-controller.component.ts 4:0-86 6:0-75 40:167-184 41:181-195 57:28-42 67:38-55
@ ./SubjectCommon/js/controllers/credit/credit.module.ts
@ ./SubjectCommon/js/routes.ts
@ ./SubjectCommon/js/AppModule.ts
@ ./SubjectCommon/js/main.ts
@ multi ./SubjectCommon/js/main.ts
<code>
<!-- If the issue is accompanied by an exception or an error, please share it below: -->
<!-- ✍️-->
</code></pre>
## 🌍 Your Environment
**Angular Version:**
<pre>
Package Version
---------------------------------------------------------
@angular-devkit/architect 0.1001.4
@angular-devkit/build-angular 0.1001.5
@angular-devkit/core 10.1.5
@angular-devkit/schematics 10.1.5
@ngtools/webpack 10.1.5
@schematics/angular 10.1.5
@schematics/update 0.1001.5
rxjs 6.6.3
typescript 4.0.3
webpack 4.44.2
<code>
<!-- run `ng version` and paste output below -->
<!-- ✍️-->
</code></pre>
**Anything else relevant?**
<!-- ✍️Is this a browser specific issue? If so, please specify the browser and version. -->
<!-- ✍️Do any of these matter: operating system, IDE, package manager, HTTP server, ...? If so, please mention it below. -->
| non_priority | fs relative is not a function 🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅 oh hi there 😄 to expedite issue processing please search open and closed issues before submitting a new one existing issues often contain information about workarounds resolution or progress updates 🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅 🐞 bug report affected package the issue is caused by package angular localize is this a regression yes the previous version in which this bug was not present was description extraction fails with the error fs relative is not a function the problem is with change angular angular it uses api from this commit but this commit was merged only into x x not into x x therefore function resolve does not exist if stackblitz is not suitable for reproduction of your issue please create a minimal github repository with the reproduction of the issue a good way to make a minimal reproduction is to create a new app via ng new repro app and add the minimum possible code to show the problem share the link to the repo below along with step by step instructions to reproduce the problem as well as expected and actual behavior issues that don t have enough info and can t be reproduced will be closed you can read more about issue submission guidelines here 🔥 exception or error error in subjectcommon js services paymentservice ts module build failed from e reenio master src clientside node modules angular devkit build angular src extract ivy extract loader js typeerror e reenio master src clientside angular projects subject subjectcommon js services paymentservice js fs relative is not a function at getfilefrompath e reenio master src clientside node modules angular localize src tools src source file utils js at getlocation e reenio master src clientside node modules angular localize src tools src source file utils js at e reenio master src clientside node modules angular localize src tools src source file utils js at array map at object unwrapmessagepartsfromtemplateliteral e reenio master src clientside node modules angular localize src tools src source file utils js at pluginpass taggedtemplateexpression e reenio master src clientside node modules angular localize src tools src extract source files extract plugin js at newfn e reenio master src clientside node modules babel traverse lib visitors js at nodepath call e reenio master src clientside node modules babel traverse lib path context js at nodepath call e reenio master src clientside node modules babel traverse lib path context js at nodepath visit e reenio master src clientside node modules babel traverse lib path context js at traversalcontext visitqueue e reenio master src clientside node modules babel traverse lib context js at traversalcontext visitsingle e reenio master src clientside node modules babel traverse lib context js at traversalcontext visit e reenio master src clientside node modules babel traverse lib context js at function traverse node e reenio master src clientside node modules babel traverse lib index js at nodepath visit e reenio master src clientside node modules babel traverse lib path context js at traversalcontext visitqueue e reenio master src clientside node modules babel traverse lib context js subjectcommon js controllers credit payment result controller component ts subjectcommon js controllers credit credit module ts subjectcommon js routes ts subjectcommon js appmodule ts subjectcommon js main ts multi subjectcommon js main ts 🌍 your environment angular version package version angular devkit architect angular devkit build angular angular devkit core angular devkit schematics ngtools webpack schematics angular schematics update rxjs typescript webpack anything else relevant | 0 |
34,554 | 14,441,723,369 | IssuesEvent | 2020-12-07 17:09:33 | cityofaustin/atd-data-tech | https://api.github.com/repos/cityofaustin/atd-data-tech | opened | Shared Mobility Operations - Re-publish feature layer / Update Web Map | Need: 1-Must Have Service: Geo Type: Data Workgroup: PE | Mary made changes to the Lime Operating Areas and requested that the feature layer be re-published to reflect the changes. | 1.0 | Shared Mobility Operations - Re-publish feature layer / Update Web Map - Mary made changes to the Lime Operating Areas and requested that the feature layer be re-published to reflect the changes. | non_priority | shared mobility operations re publish feature layer update web map mary made changes to the lime operating areas and requested that the feature layer be re published to reflect the changes | 0 |
8,896 | 3,010,712,990 | IssuesEvent | 2015-07-28 14:33:26 | joe-bader/test-repo | https://api.github.com/repos/joe-bader/test-repo | opened | [CNVERG-41] IE11, IE10, Firefox: Space area: Resize of image doesn't work | Crossbrowser Testing QA | <b><i>[reporter="v.dementyev", created="Tue, 21 Jul 2015 15:58:41 +0300"]</i></b>
<ol>
<li>Log into the application</li>
<li>Go to any space with added images</li>
<li>Resize image</li>
</ol>
<p>Result: Size of image is not changed</p> | 1.0 | [CNVERG-41] IE11, IE10, Firefox: Space area: Resize of image doesn't work - <b><i>[reporter="v.dementyev", created="Tue, 21 Jul 2015 15:58:41 +0300"]</i></b>
<ol>
<li>Log into the application</li>
<li>Go to any space with added images</li>
<li>Resize image</li>
</ol>
<p>Result: Size of image is not changed</p> | non_priority | firefox space area resize of image doesn t work log into the application go to any space with added images resize image result size of image is not changed | 0 |
84,563 | 15,724,694,524 | IssuesEvent | 2021-03-29 09:06:39 | crouchr/learnage | https://api.github.com/repos/crouchr/learnage | opened | CVE-2019-9192 (High) detected in libprelude5.1.1 | security vulnerability | ## CVE-2019-9192 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>libprelude5.1.1</b></p></summary>
<p>
<p>The official LibPrelude GitHub mirror of https://www.prelude-siem.org/projects/libprelude/repository</p>
<p>Library home page: <a href=https://github.com/Prelude-SIEM/libprelude.git>https://github.com/Prelude-SIEM/libprelude.git</a></p>
<p>Found in HEAD commit: <a href="https://github.com/crouchr/learnage/commit/a5f2b4a6eb346dbe0def97e83877b169dc4b8f8c">a5f2b4a6eb346dbe0def97e83877b169dc4b8f8c</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (0)</summary>
<p></p>
<p>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
** DISPUTED ** In the GNU C Library (aka glibc or libc6) through 2.29, check_dst_limits_calc_pos_1 in posix/regexec.c has Uncontrolled Recursion, as demonstrated by '(|)(\\1\\1)*' in grep, a different issue than CVE-2018-20796. NOTE: the software maintainer disputes that this is a vulnerability because the behavior occurs only with a crafted pattern.
<p>Publish Date: 2019-02-26
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-9192>CVE-2019-9192</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2019-9192 (High) detected in libprelude5.1.1 - ## CVE-2019-9192 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>libprelude5.1.1</b></p></summary>
<p>
<p>The official LibPrelude GitHub mirror of https://www.prelude-siem.org/projects/libprelude/repository</p>
<p>Library home page: <a href=https://github.com/Prelude-SIEM/libprelude.git>https://github.com/Prelude-SIEM/libprelude.git</a></p>
<p>Found in HEAD commit: <a href="https://github.com/crouchr/learnage/commit/a5f2b4a6eb346dbe0def97e83877b169dc4b8f8c">a5f2b4a6eb346dbe0def97e83877b169dc4b8f8c</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (0)</summary>
<p></p>
<p>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
** DISPUTED ** In the GNU C Library (aka glibc or libc6) through 2.29, check_dst_limits_calc_pos_1 in posix/regexec.c has Uncontrolled Recursion, as demonstrated by '(|)(\\1\\1)*' in grep, a different issue than CVE-2018-20796. NOTE: the software maintainer disputes that this is a vulnerability because the behavior occurs only with a crafted pattern.
<p>Publish Date: 2019-02-26
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-9192>CVE-2019-9192</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_priority | cve high detected in cve high severity vulnerability vulnerable library the official libprelude github mirror of library home page a href found in head commit a href found in base branch master vulnerable source files vulnerability details disputed in the gnu c library aka glibc or through check dst limits calc pos in posix regexec c has uncontrolled recursion as demonstrated by in grep a different issue than cve note the software maintainer disputes that this is a vulnerability because the behavior occurs only with a crafted pattern publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href step up your open source security game with whitesource | 0 |
92,329 | 18,837,776,773 | IssuesEvent | 2021-11-11 04:38:24 | dyninst/dyninst | https://api.github.com/repos/dyninst/dyninst | closed | Clean up registerSpace initialization | code cleanup | These are architecture details and should be removed from the class interface (they are already private).
static void initialize32();
static void initialize64(); | 1.0 | Clean up registerSpace initialization - These are architecture details and should be removed from the class interface (they are already private).
static void initialize32();
static void initialize64(); | non_priority | clean up registerspace initialization these are architecture details and should be removed from the class interface they are already private static void static void | 0 |
116,115 | 17,358,354,078 | IssuesEvent | 2021-07-29 16:59:09 | tidharm/WebGoat8 | https://api.github.com/repos/tidharm/WebGoat8 | opened | CVE-2020-36049 (High) detected in socket.io-parser-3.2.0.tgz, socket.io-parser-3.3.0.tgz | security vulnerability | ## CVE-2020-36049 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>socket.io-parser-3.2.0.tgz</b>, <b>socket.io-parser-3.3.0.tgz</b></p></summary>
<p>
<details><summary><b>socket.io-parser-3.2.0.tgz</b></p></summary>
<p>socket.io protocol parser</p>
<p>Library home page: <a href="https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.2.0.tgz">https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.2.0.tgz</a></p>
<p>Path to dependency file: WebGoat8/docs/package.json</p>
<p>Path to vulnerable library: WebGoat8/docs/node_modules/socket.io/node_modules/socket.io-parser/package.json</p>
<p>
Dependency Hierarchy:
- browser-sync-2.26.3.tgz (Root Library)
- socket.io-2.1.1.tgz
- :x: **socket.io-parser-3.2.0.tgz** (Vulnerable Library)
</details>
<details><summary><b>socket.io-parser-3.3.0.tgz</b></p></summary>
<p>socket.io protocol parser</p>
<p>Library home page: <a href="https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.3.0.tgz">https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.3.0.tgz</a></p>
<p>Path to dependency file: WebGoat8/docs/package.json</p>
<p>Path to vulnerable library: WebGoat8/docs/node_modules/socket.io-parser/package.json</p>
<p>
Dependency Hierarchy:
- browser-sync-2.26.3.tgz (Root Library)
- browser-sync-ui-2.26.2.tgz
- socket.io-client-2.2.0.tgz
- :x: **socket.io-parser-3.3.0.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/tidharm/WebGoat8/commit/5865d146eaf41c078df24548090e3cc3d407608b">5865d146eaf41c078df24548090e3cc3d407608b</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
socket.io-parser before 3.4.1 allows attackers to cause a denial of service (memory consumption) via a large packet because a concatenation approach is used.
<p>Publish Date: 2021-01-08
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36049>CVE-2020-36049</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/advisories/GHSA-xfhh-g9f5-x4m4">https://github.com/advisories/GHSA-xfhh-g9f5-x4m4</a></p>
<p>Release Date: 2021-01-08</p>
<p>Fix Resolution: socket.io-parser - 3.3.2,3.4.1</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"socket.io-parser","packageVersion":"3.2.0","packageFilePaths":["/docs/package.json"],"isTransitiveDependency":true,"dependencyTree":"browser-sync:2.26.3;socket.io:2.1.1;socket.io-parser:3.2.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"socket.io-parser - 3.3.2,3.4.1"},{"packageType":"javascript/Node.js","packageName":"socket.io-parser","packageVersion":"3.3.0","packageFilePaths":["/docs/package.json"],"isTransitiveDependency":true,"dependencyTree":"browser-sync:2.26.3;browser-sync-ui:2.26.2;socket.io-client:2.2.0;socket.io-parser:3.3.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"socket.io-parser - 3.3.2,3.4.1"}],"baseBranches":["main"],"vulnerabilityIdentifier":"CVE-2020-36049","vulnerabilityDetails":"socket.io-parser before 3.4.1 allows attackers to cause a denial of service (memory consumption) via a large packet because a concatenation approach is used.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36049","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> --> | True | CVE-2020-36049 (High) detected in socket.io-parser-3.2.0.tgz, socket.io-parser-3.3.0.tgz - ## CVE-2020-36049 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>socket.io-parser-3.2.0.tgz</b>, <b>socket.io-parser-3.3.0.tgz</b></p></summary>
<p>
<details><summary><b>socket.io-parser-3.2.0.tgz</b></p></summary>
<p>socket.io protocol parser</p>
<p>Library home page: <a href="https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.2.0.tgz">https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.2.0.tgz</a></p>
<p>Path to dependency file: WebGoat8/docs/package.json</p>
<p>Path to vulnerable library: WebGoat8/docs/node_modules/socket.io/node_modules/socket.io-parser/package.json</p>
<p>
Dependency Hierarchy:
- browser-sync-2.26.3.tgz (Root Library)
- socket.io-2.1.1.tgz
- :x: **socket.io-parser-3.2.0.tgz** (Vulnerable Library)
</details>
<details><summary><b>socket.io-parser-3.3.0.tgz</b></p></summary>
<p>socket.io protocol parser</p>
<p>Library home page: <a href="https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.3.0.tgz">https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.3.0.tgz</a></p>
<p>Path to dependency file: WebGoat8/docs/package.json</p>
<p>Path to vulnerable library: WebGoat8/docs/node_modules/socket.io-parser/package.json</p>
<p>
Dependency Hierarchy:
- browser-sync-2.26.3.tgz (Root Library)
- browser-sync-ui-2.26.2.tgz
- socket.io-client-2.2.0.tgz
- :x: **socket.io-parser-3.3.0.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/tidharm/WebGoat8/commit/5865d146eaf41c078df24548090e3cc3d407608b">5865d146eaf41c078df24548090e3cc3d407608b</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
socket.io-parser before 3.4.1 allows attackers to cause a denial of service (memory consumption) via a large packet because a concatenation approach is used.
<p>Publish Date: 2021-01-08
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36049>CVE-2020-36049</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/advisories/GHSA-xfhh-g9f5-x4m4">https://github.com/advisories/GHSA-xfhh-g9f5-x4m4</a></p>
<p>Release Date: 2021-01-08</p>
<p>Fix Resolution: socket.io-parser - 3.3.2,3.4.1</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"socket.io-parser","packageVersion":"3.2.0","packageFilePaths":["/docs/package.json"],"isTransitiveDependency":true,"dependencyTree":"browser-sync:2.26.3;socket.io:2.1.1;socket.io-parser:3.2.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"socket.io-parser - 3.3.2,3.4.1"},{"packageType":"javascript/Node.js","packageName":"socket.io-parser","packageVersion":"3.3.0","packageFilePaths":["/docs/package.json"],"isTransitiveDependency":true,"dependencyTree":"browser-sync:2.26.3;browser-sync-ui:2.26.2;socket.io-client:2.2.0;socket.io-parser:3.3.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"socket.io-parser - 3.3.2,3.4.1"}],"baseBranches":["main"],"vulnerabilityIdentifier":"CVE-2020-36049","vulnerabilityDetails":"socket.io-parser before 3.4.1 allows attackers to cause a denial of service (memory consumption) via a large packet because a concatenation approach is used.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36049","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> --> | non_priority | cve high detected in socket io parser tgz socket io parser tgz cve high severity vulnerability vulnerable libraries socket io parser tgz socket io parser tgz socket io parser tgz socket io protocol parser library home page a href path to dependency file docs package json path to vulnerable library docs node modules socket io node modules socket io parser package json dependency hierarchy browser sync tgz root library socket io tgz x socket io parser tgz vulnerable library socket io parser tgz socket io protocol parser library home page a href path to dependency file docs package json path to vulnerable library docs node modules socket io parser package json dependency hierarchy browser sync tgz root library browser sync ui tgz socket io client tgz x socket io parser tgz vulnerable library found in head commit a href found in base branch main vulnerability details socket io parser before allows attackers to cause a denial of service memory consumption via a large packet because a concatenation approach is used publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution socket io parser isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree browser sync socket io socket io parser isminimumfixversionavailable true minimumfixversion socket io parser packagetype javascript node js packagename socket io parser packageversion packagefilepaths istransitivedependency true dependencytree browser sync browser sync ui socket io client socket io parser isminimumfixversionavailable true minimumfixversion socket io parser basebranches vulnerabilityidentifier cve vulnerabilitydetails socket io parser before allows attackers to cause a denial of service memory consumption via a large packet because a concatenation approach is used vulnerabilityurl | 0 |
9,769 | 6,988,001,106 | IssuesEvent | 2017-12-14 11:13:00 | redaxo/redaxo | https://api.github.com/repos/redaxo/redaxo | opened | Sendfile support in rex_response | 24 Pull Requests Core Enhancement Performance | Erkennen ob der server sendfile unterstützt (z.b. Feature detect webserver module o.ä.)
Und dann nur header schicken statt dem ganzen file.
Webserver erledigt den rest
Geklaut aus dem download addon:
```
header('X-Sendfile: '.$fileWithPath); // Apache webserver
header('X-Accel-Redirect: '.$fileWithPath); // Nginx webserver
``` | True | Sendfile support in rex_response - Erkennen ob der server sendfile unterstützt (z.b. Feature detect webserver module o.ä.)
Und dann nur header schicken statt dem ganzen file.
Webserver erledigt den rest
Geklaut aus dem download addon:
```
header('X-Sendfile: '.$fileWithPath); // Apache webserver
header('X-Accel-Redirect: '.$fileWithPath); // Nginx webserver
``` | non_priority | sendfile support in rex response erkennen ob der server sendfile unterstützt z b feature detect webserver module o ä und dann nur header schicken statt dem ganzen file webserver erledigt den rest geklaut aus dem download addon header x sendfile filewithpath apache webserver header x accel redirect filewithpath nginx webserver | 0 |
41,237 | 6,896,303,789 | IssuesEvent | 2017-11-23 17:07:53 | aurelia/ux | https://api.github.com/repos/aurelia/ux | closed | New ux component boilerplate | documentation | @ZHollingshead commented on [Sat Sep 02 2017](https://github.com/aurelia/ux-components/issues/22)
Create a boilerplate for new components under the new monorepo structure.
Relies on #21.
---
@foureggs commented on [Thu Nov 10 2016](https://github.com/aurelia/ux/issues/11)
If you want the community to make custom ux components used in production, you should make some kind of a boilerplate for a custom component that we can just download and build a new component with, so components made by different people follow the same code structure.
This would make it more readable for the aurelia ux team, allow us to make components faster and let you implement them quicker without changing the code structure as it already follows your boilerplate conventions.
I encountered this problem today when I was writing a material design ux-slider, but I just had no idea how to implement it as the ux-button is, so please give us some feedback; a boilerplate or a guide would do.
---
@shannonhorn commented on [Thu Nov 10 2016](https://github.com/aurelia/ux/issues/11#issuecomment-259814029)
great idea and it's in the works. we'll introduce UX component guidelines / best practices and a boilerplate to use to get started.
---
@foureggs commented on [Thu Nov 10 2016](https://github.com/aurelia/ux/issues/11#issuecomment-259827747)
I guess I will wait until you guys release it, let us know somewhere when it's done, maybe blog.aurelia.io would be a good place.
---
@EisenbergEffect commented on [Thu Nov 10 2016](https://github.com/aurelia/ux/issues/11#issuecomment-259864856)
Sounds like a plan :)
---
@Ganbin commented on [Fri Nov 18 2016](https://github.com/aurelia/ux/issues/11#issuecomment-261508683)
Aurelia-CLI generator could make the deal? But of course some guidelines will be helpful.
---
@xiwc commented on [Fri Dec 16 2016](https://github.com/aurelia/ux/issues/11#issuecomment-267525490)
I have found lots of UX impl base on Angular rect vue, but aurelia. It's cool if there is one based on aurelia.
Now our project use semantic-ui & aurelia. It's not comfortable because of i have do lots of init work for UI.
| 1.0 | New ux component boilerplate - @ZHollingshead commented on [Sat Sep 02 2017](https://github.com/aurelia/ux-components/issues/22)
Create a boilerplate for new components under the new monorepo structure.
Relies on #21.
---
@foureggs commented on [Thu Nov 10 2016](https://github.com/aurelia/ux/issues/11)
If you want the community to make custom ux components used in production, you should make some kind of a boilerplate for a custom component that we can just download and build a new component with, so components made by different people follow the same code structure.
This would make it more readable for the aurelia ux team, allow us to make components faster and let you implement them quicker without changing the code structure as it already follows your boilerplate conventions.
I encountered this problem today when I was writing a material design ux-slider, but I just had no idea how to implement it as the ux-button is, so please give us some feedback; a boilerplate or a guide would do.
---
@shannonhorn commented on [Thu Nov 10 2016](https://github.com/aurelia/ux/issues/11#issuecomment-259814029)
great idea and it's in the works. we'll introduce UX component guidelines / best practices and a boilerplate to use to get started.
---
@foureggs commented on [Thu Nov 10 2016](https://github.com/aurelia/ux/issues/11#issuecomment-259827747)
I guess I will wait until you guys release it, let us know somewhere when it's done, maybe blog.aurelia.io would be a good place.
---
@EisenbergEffect commented on [Thu Nov 10 2016](https://github.com/aurelia/ux/issues/11#issuecomment-259864856)
Sounds like a plan :)
---
@Ganbin commented on [Fri Nov 18 2016](https://github.com/aurelia/ux/issues/11#issuecomment-261508683)
Aurelia-CLI generator could make the deal? But of course some guidelines will be helpful.
---
@xiwc commented on [Fri Dec 16 2016](https://github.com/aurelia/ux/issues/11#issuecomment-267525490)
I have found lots of UX impl base on Angular rect vue, but aurelia. It's cool if there is one based on aurelia.
Now our project use semantic-ui & aurelia. It's not comfortable because of i have do lots of init work for UI.
| non_priority | new ux component boilerplate zhollingshead commented on create a boilerplate for new components under the new monorepo structure relies on foureggs commented on if you want the community to make custom ux components used in production you should make some kind of a boilerplate for a custom component that we can just download and build a new component with so components made by different people follow the same code structure this would make it more readable for the aurelia ux team allow us to make components faster and let you implement them quicker without changing the code structure as it already follows your boilerplate conventions i encountered this problem today when i was writing a material design ux slider but i just had no idea how to implement it as the ux button is so please give us some feedback a boilerplate or a guide would do shannonhorn commented on great idea and it s in the works we ll introduce ux component guidelines best practices and a boilerplate to use to get started foureggs commented on i guess i will wait until you guys release it let us know somewhere when it s done maybe blog aurelia io would be a good place eisenbergeffect commented on sounds like a plan ganbin commented on aurelia cli generator could make the deal but of course some guidelines will be helpful xiwc commented on i have found lots of ux impl base on angular rect vue but aurelia it s cool if there is one based on aurelia now our project use semantic ui aurelia it s not comfortable because of i have do lots of init work for ui | 0 |
128,325 | 27,239,247,038 | IssuesEvent | 2023-02-21 18:51:08 | dotnet/interactive | https://api.github.com/repos/dotnet/interactive | closed | Allow default settings for .ipynb vs. .dib and default setting for default new notebook language | enhancement Area-VS Code Extension Impact-Medium | When creating a new notebook through the command palette, a user always has to select whether they want to use the .ipynb format or the .dib format.
Would be nice if there were a setting that allowed users to select a default file type such that they don't have to select every time they create a new notebook. For users who stick to one file type (my assumption is most do this), it would reduce the creation of notebooks by one click.
### Currently:



### With setting:

 | 1.0 | Allow default settings for .ipynb vs. .dib and default setting for default new notebook language - When creating a new notebook through the command palette, a user always has to select whether they want to use the .ipynb format or the .dib format.
Would be nice if there were a setting that allowed users to select a default file type such that they don't have to select every time they create a new notebook. For users who stick to one file type (my assumption is most do this), it would reduce the creation of notebooks by one click.
### Currently:



### With setting:

 | non_priority | allow default settings for ipynb vs dib and default setting for default new notebook language when creating a new notebook through the command palette a user always has to select whether they want to use the ipynb format or the dib format would be nice if there were a setting that allowed users to select a default file type such that they don t have to select every time they create a new notebook for users who stick to one file type my assumption is most do this it would reduce the creation of notebooks by one click currently with setting | 0 |
9,711 | 6,412,438,079 | IssuesEvent | 2017-08-08 03:15:41 | FReBOmusic/FReBO | https://api.github.com/repos/FReBOmusic/FReBO | opened | Report Button | Usability | In the event that the user navigates to the Listing Screen.
**Expected Response**: The Report Button should be prominently displayed on the Listing Screen. | True | Report Button - In the event that the user navigates to the Listing Screen.
**Expected Response**: The Report Button should be prominently displayed on the Listing Screen. | non_priority | report button in the event that the user navigates to the listing screen expected response the report button should be prominently displayed on the listing screen | 0 |
250,512 | 18,892,385,285 | IssuesEvent | 2021-11-15 14:33:06 | jbuchermn/newm | https://api.github.com/repos/jbuchermn/newm | closed | Chromium based web browsers don't work | documentation | I installed Brave and Chromium. Both of them don't work. When I try to run them from the terminal, I just get the output:
```Trace/breakpoint trap```
Do you know what the problem is? It's running on Artix Linux on a ThinkPad X220 (yes I'm the same person).
Both web browsers work under sway.
Thanks in advance. | 1.0 | Chromium based web browsers don't work - I installed Brave and Chromium. Both of them don't work. When I try to run them from the terminal, I just get the output:
```Trace/breakpoint trap```
Do you know what the problem is? It's running on Artix Linux on a ThinkPad X220 (yes I'm the same person).
Both web browsers work under sway.
Thanks in advance. | non_priority | chromium based web browsers don t work i installed brave and chromium both of them don t work when i try to run them from the terminal i just get the output trace breakpoint trap do you know what the problem is it s running on artix linux on a thinkpad yes i m the same person both web browsers work under sway thanks in advance | 0 |
320,511 | 23,812,481,784 | IssuesEvent | 2022-09-05 00:00:20 | operator-framework/operator-sdk | https://api.github.com/repos/operator-framework/operator-sdk | closed | Quickstart for go fails on create custom resource step | good first issue help wanted kind/documentation lifecycle/rotten language/go | <!-- Please submit only documentation-related issues with this form, or follow the
Contribute to Operator SDK guidelines (https://sdk.operatorframework.io/docs/contribution-guidelines/reporting-issues/) to submit a PR. Use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
-->
### What is the URL of the document?
https://sdk.operatorframework.io/docs/building-operators/golang/quickstart/
### Which section(s) is the issue in?
Create a sample Memcached custom resource:
$ kubectl apply -f config/samples/cache_v1alpha1_memcached.yaml
memcached.cache.example.com/memcached-sample created
<!-- The sections(s) within the document that have issue in. -->
### What needs fixing?
When I run the create custom resource command as shown in the quick start guide:
$ kubectl apply -f config/samples/cache_v1alpha1_memcached.yaml
I do not get the following output as shown in the guide:
memcached.cache.example.com/memcached-sample created
Instead I get:
The Memcached "memcached-sample" is invalid: spec: Invalid value: "null": spec in body must be of type object: "null"
I suspect it is no longer permissible for the spec to be empty. My guess is the quickstart needs to be updated with some minimal update to spec for this to work.
Any suggestions on what would be the minimal amount to add to the quickstart to make it work? I am happy to make the suggested change
<!-- A clear and concise description of what the issue is. -->
#### Additional context
<!-- Add any other context about the problem here. -->
I checked this time and am on an up to date version of the tool! :-)
operator-sdk version
operator-sdk version: "v1.17.0-1-g836a088e", commit: "836a088eee1195515657fb223cf9274cf6e963ed", kubernetes version: "v1.21", go version: "go1.17.6", GOOS: "darwin", GOARCH: "amd64"
| 1.0 | Quickstart for go fails on create custom resource step - <!-- Please submit only documentation-related issues with this form, or follow the
Contribute to Operator SDK guidelines (https://sdk.operatorframework.io/docs/contribution-guidelines/reporting-issues/) to submit a PR. Use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
-->
### What is the URL of the document?
https://sdk.operatorframework.io/docs/building-operators/golang/quickstart/
### Which section(s) is the issue in?
Create a sample Memcached custom resource:
$ kubectl apply -f config/samples/cache_v1alpha1_memcached.yaml
memcached.cache.example.com/memcached-sample created
<!-- The sections(s) within the document that have issue in. -->
### What needs fixing?
When I run the create custom resource command as shown in the quick start guide:
$ kubectl apply -f config/samples/cache_v1alpha1_memcached.yaml
I do not get the following output as shown in the guide:
memcached.cache.example.com/memcached-sample created
Instead I get:
The Memcached "memcached-sample" is invalid: spec: Invalid value: "null": spec in body must be of type object: "null"
I suspect it is no longer permissible for the spec to be empty. My guess is the quickstart needs to be updated with some minimal update to spec for this to work.
Any suggestions on what would be the minimal amount to add to the quickstart to make it work? I am happy to make the suggested change
<!-- A clear and concise description of what the issue is. -->
#### Additional context
<!-- Add any other context about the problem here. -->
I checked this time and am on an up to date version of the tool! :-)
operator-sdk version
operator-sdk version: "v1.17.0-1-g836a088e", commit: "836a088eee1195515657fb223cf9274cf6e963ed", kubernetes version: "v1.21", go version: "go1.17.6", GOOS: "darwin", GOARCH: "amd64"
| non_priority | quickstart for go fails on create custom resource step please submit only documentation related issues with this form or follow the contribute to operator sdk guidelines to submit a pr use this template while reporting a bug and provide as much info as possible not doing so may result in your bug not being addressed in a timely manner thanks what is the url of the document which section s is the issue in create a sample memcached custom resource kubectl apply f config samples cache memcached yaml memcached cache example com memcached sample created what needs fixing when i run the create custom resource command as shown in the quick start guide kubectl apply f config samples cache memcached yaml i do not get the following output as shown in the guide memcached cache example com memcached sample created instead i get the memcached memcached sample is invalid spec invalid value null spec in body must be of type object null i suspect it is no longer permissible for the spec to be empty my guess is the quickstart needs to be updated with some minimal update to spec for this to work any suggestions on what would be the minimal amount to add to the quickstart to make it work i am happy to make the suggested change additional context i checked this time and am on an up to date version of the tool operator sdk version operator sdk version commit kubernetes version go version goos darwin goarch | 0 |
59,570 | 11,985,669,798 | IssuesEvent | 2020-04-07 17:55:23 | joomla/joomla-cms | https://api.github.com/repos/joomla/joomla-cms | closed | Upload SVG images blocked | J3 Issue No Code Attached Yet | ### Steps to reproduce the issue
Upload SVG image, even if the media manager is accepting it it is blocked.
### Expected result
Uploading is working if the media manager that is used accept them (Ark Media in my case).
### Actual result
On upload it is blocked by Joomla
Here you can find my post on ArkExtensions where the developer is explaining to me what the problem is.
http://arkextensions.com/technical-support/4954-svg-image-file-type-not-right-on-upload#reply-4958
### Additional comments
I understand SVG is a security issue, there it is not my expertise i am happy people make it secure.
But SVG is a really nice way to show logo's and certain images that needs to be great in different sizes.
Is there a way to keep it secure but giving ACL to the upload function so i as super user can upload images?
Thanks!
| 1.0 | Upload SVG images blocked - ### Steps to reproduce the issue
Upload SVG image, even if the media manager is accepting it it is blocked.
### Expected result
Uploading is working if the media manager that is used accept them (Ark Media in my case).
### Actual result
On upload it is blocked by Joomla
Here you can find my post on ArkExtensions where the developer is explaining to me what the problem is.
http://arkextensions.com/technical-support/4954-svg-image-file-type-not-right-on-upload#reply-4958
### Additional comments
I understand SVG is a security issue, there it is not my expertise i am happy people make it secure.
But SVG is a really nice way to show logo's and certain images that needs to be great in different sizes.
Is there a way to keep it secure but giving ACL to the upload function so i as super user can upload images?
Thanks!
| non_priority | upload svg images blocked steps to reproduce the issue upload svg image even if the media manager is accepting it it is blocked expected result uploading is working if the media manager that is used accept them ark media in my case actual result on upload it is blocked by joomla here you can find my post on arkextensions where the developer is explaining to me what the problem is additional comments i understand svg is a security issue there it is not my expertise i am happy people make it secure but svg is a really nice way to show logo s and certain images that needs to be great in different sizes is there a way to keep it secure but giving acl to the upload function so i as super user can upload images thanks | 0 |
180,141 | 21,625,527,635 | IssuesEvent | 2022-05-05 01:14:12 | t2kx/juice-shop | https://api.github.com/repos/t2kx/juice-shop | opened | CVE-2022-21227 (High) detected in sqlite3-4.2.0.tgz | security vulnerability | ## CVE-2022-21227 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>sqlite3-4.2.0.tgz</b></p></summary>
<p>Asynchronous, non-blocking SQLite3 bindings</p>
<p>Library home page: <a href="https://registry.npmjs.org/sqlite3/-/sqlite3-4.2.0.tgz">https://registry.npmjs.org/sqlite3/-/sqlite3-4.2.0.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/sqlite3/package.json</p>
<p>
Dependency Hierarchy:
- :x: **sqlite3-4.2.0.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/t2kx/juice-shop/commit/892c07158a9eaff6c38e82269f691bf26b48b694">892c07158a9eaff6c38e82269f691bf26b48b694</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
The package sqlite3 before 5.0.3 are vulnerable to Denial of Service (DoS) which will invoke the toString function of the passed parameter. If passed an invalid Function object it will throw and crash the V8 engine.
<p>Publish Date: 2022-05-01
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-21227>CVE-2022-21227</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/advisories/GHSA-9qrh-qjmc-5w2p">https://github.com/advisories/GHSA-9qrh-qjmc-5w2p</a></p>
<p>Release Date: 2022-05-01</p>
<p>Fix Resolution: sqlite3 - 5.0.3</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2022-21227 (High) detected in sqlite3-4.2.0.tgz - ## CVE-2022-21227 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>sqlite3-4.2.0.tgz</b></p></summary>
<p>Asynchronous, non-blocking SQLite3 bindings</p>
<p>Library home page: <a href="https://registry.npmjs.org/sqlite3/-/sqlite3-4.2.0.tgz">https://registry.npmjs.org/sqlite3/-/sqlite3-4.2.0.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/sqlite3/package.json</p>
<p>
Dependency Hierarchy:
- :x: **sqlite3-4.2.0.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/t2kx/juice-shop/commit/892c07158a9eaff6c38e82269f691bf26b48b694">892c07158a9eaff6c38e82269f691bf26b48b694</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
The package sqlite3 before 5.0.3 are vulnerable to Denial of Service (DoS) which will invoke the toString function of the passed parameter. If passed an invalid Function object it will throw and crash the V8 engine.
<p>Publish Date: 2022-05-01
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-21227>CVE-2022-21227</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/advisories/GHSA-9qrh-qjmc-5w2p">https://github.com/advisories/GHSA-9qrh-qjmc-5w2p</a></p>
<p>Release Date: 2022-05-01</p>
<p>Fix Resolution: sqlite3 - 5.0.3</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_priority | cve high detected in tgz cve high severity vulnerability vulnerable library tgz asynchronous non blocking bindings library home page a href path to dependency file package json path to vulnerable library node modules package json dependency hierarchy x tgz vulnerable library found in head commit a href found in base branch master vulnerability details the package before are vulnerable to denial of service dos which will invoke the tostring function of the passed parameter if passed an invalid function object it will throw and crash the engine publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource | 0 |
160,932 | 20,120,366,076 | IssuesEvent | 2022-02-08 01:11:56 | DavidSpek/pipelines | https://api.github.com/repos/DavidSpek/pipelines | opened | CVE-2022-23581 (Medium) detected in tensorflow-1.15.0-cp27-cp27mu-manylinux2010_x86_64.whl | security vulnerability | ## CVE-2022-23581 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-1.15.0-cp27-cp27mu-manylinux2010_x86_64.whl</b></p></summary>
<p>TensorFlow is an open source machine learning framework for everyone.</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/ec/98/f968caf5f65759e78873b900cbf0ae20b1699fb11268ecc0f892186419a7/tensorflow-1.15.0-cp27-cp27mu-manylinux2010_x86_64.whl">https://files.pythonhosted.org/packages/ec/98/f968caf5f65759e78873b900cbf0ae20b1699fb11268ecc0f892186419a7/tensorflow-1.15.0-cp27-cp27mu-manylinux2010_x86_64.whl</a></p>
<p>Path to dependency file: /contrib/components/openvino/ovms-deployer/containers/requirements.txt</p>
<p>Path to vulnerable library: /contrib/components/openvino/ovms-deployer/containers/requirements.txt,/pipelines/samples/core/ai_platform/training</p>
<p>
Dependency Hierarchy:
- :x: **tensorflow-1.15.0-cp27-cp27mu-manylinux2010_x86_64.whl** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Tensorflow is an Open Source Machine Learning Framework. The Grappler optimizer in TensorFlow can be used to cause a denial of service by altering a `SavedModel` such that `IsSimplifiableReshape` would trigger `CHECK` failures. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
<p>Publish Date: 2022-02-04
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-23581>CVE-2022-23581</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/tensorflow/tensorflow/security/advisories/GHSA-fq86-3f29-px2c">https://github.com/tensorflow/tensorflow/security/advisories/GHSA-fq86-3f29-px2c</a></p>
<p>Release Date: 2022-02-04</p>
<p>Fix Resolution: tensorflow - 2.5.3,2.6.3,2.7.1,2.8.0;tensorflow-cpu - 2.5.3,2.6.3,2.7.1,2.8.0;tensorflow-gpu - 2.5.3,2.6.3,2.7.1,2.8.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2022-23581 (Medium) detected in tensorflow-1.15.0-cp27-cp27mu-manylinux2010_x86_64.whl - ## CVE-2022-23581 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-1.15.0-cp27-cp27mu-manylinux2010_x86_64.whl</b></p></summary>
<p>TensorFlow is an open source machine learning framework for everyone.</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/ec/98/f968caf5f65759e78873b900cbf0ae20b1699fb11268ecc0f892186419a7/tensorflow-1.15.0-cp27-cp27mu-manylinux2010_x86_64.whl">https://files.pythonhosted.org/packages/ec/98/f968caf5f65759e78873b900cbf0ae20b1699fb11268ecc0f892186419a7/tensorflow-1.15.0-cp27-cp27mu-manylinux2010_x86_64.whl</a></p>
<p>Path to dependency file: /contrib/components/openvino/ovms-deployer/containers/requirements.txt</p>
<p>Path to vulnerable library: /contrib/components/openvino/ovms-deployer/containers/requirements.txt,/pipelines/samples/core/ai_platform/training</p>
<p>
Dependency Hierarchy:
- :x: **tensorflow-1.15.0-cp27-cp27mu-manylinux2010_x86_64.whl** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Tensorflow is an Open Source Machine Learning Framework. The Grappler optimizer in TensorFlow can be used to cause a denial of service by altering a `SavedModel` such that `IsSimplifiableReshape` would trigger `CHECK` failures. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
<p>Publish Date: 2022-02-04
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-23581>CVE-2022-23581</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/tensorflow/tensorflow/security/advisories/GHSA-fq86-3f29-px2c">https://github.com/tensorflow/tensorflow/security/advisories/GHSA-fq86-3f29-px2c</a></p>
<p>Release Date: 2022-02-04</p>
<p>Fix Resolution: tensorflow - 2.5.3,2.6.3,2.7.1,2.8.0;tensorflow-cpu - 2.5.3,2.6.3,2.7.1,2.8.0;tensorflow-gpu - 2.5.3,2.6.3,2.7.1,2.8.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_priority | cve medium detected in tensorflow whl cve medium severity vulnerability vulnerable library tensorflow whl tensorflow is an open source machine learning framework for everyone library home page a href path to dependency file contrib components openvino ovms deployer containers requirements txt path to vulnerable library contrib components openvino ovms deployer containers requirements txt pipelines samples core ai platform training dependency hierarchy x tensorflow whl vulnerable library found in base branch master vulnerability details tensorflow is an open source machine learning framework the grappler optimizer in tensorflow can be used to cause a denial of service by altering a savedmodel such that issimplifiablereshape would trigger check failures the fix will be included in tensorflow we will also cherrypick this commit on tensorflow tensorflow and tensorflow as these are also affected and still in supported range publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution tensorflow tensorflow cpu tensorflow gpu step up your open source security game with whitesource | 0 |
103,432 | 22,308,782,534 | IssuesEvent | 2022-06-13 15:08:37 | arduino/arduino-ide | https://api.github.com/repos/arduino/arduino-ide | closed | GUI-based settings commands produce an empty interface | topic: code type: imperfection | ### Describe the problem
In addition to the common settings that are configurable via the Arduino IDE's **File > Preferences** dialog, there are some additional settings that can be useful to advanced users, beta testers, or for troubleshooting problems with the Arduino IDE.
These can be adjusted by manually editing a `settings.json` file. Previously, it was also possible to do via a graphical interface, accessed via a command palette command.
🐛 The advanced settings graphical interface is now empty, containing only the message "**That search query has returned no results.**".
### To reproduce
1. Open the "**Command Palette**".
(<kbd>**Ctrl**</kbd>+<kbd>**Shift**</kbd>+<kbd>**P**</kbd> or <kbd>**Command**</kbd>+<kbd>**Shift**</kbd>+<kbd>**P**</kbd> by default)
1. Run the "**Preferences: Open Settings (UI)**" command.
🐛 There are no settings, so the interface is pointless.

### Expected behavior
Remove pointless and confusing command palette items.
**- OR -**
Restore the graphical advanced settings interface.
### Arduino IDE version
2.0.0-rc7
### Operating system
Windows
### Operating system version
10
### Additional context
Since the advanced settings will only be of interest to advanced users or users reporting problems with the IDE, who can be guided in their use by a knowledgeable helper, requiring manual editing of a JSON file to set them is perfectly reasonable, and in fact matches the approach used for the Arduino IDE 1.x advanced settings, which could only be configured by manually editing the `preferences.txt` file.
However, if this is to be done, the location, editing procedure, and method for obtaining the available key names and their descriptions must be documented.
---
I bisected the change to https://github.com/arduino/arduino-ide/commit/4c55807392b3b724e2c5912280c621f9ed8db5e6
### Issue checklist
- [X] I searched for previous reports in [the issue tracker](https://github.com/arduino/arduino-ide/issues?q=)
- [X] I verified the problem still occurs when using the latest [nightly build](https://github.com/arduino/arduino-ide#nightly-builds)
- [X] My report contains all necessary details | 1.0 | GUI-based settings commands produce an empty interface - ### Describe the problem
In addition to the common settings that are configurable via the Arduino IDE's **File > Preferences** dialog, there are some additional settings that can be useful to advanced users, beta testers, or for troubleshooting problems with the Arduino IDE.
These can be adjusted by manually editing a `settings.json` file. Previously, it was also possible to do via a graphical interface, accessed via a command palette command.
🐛 The advanced settings graphical interface is now empty, containing only the message "**That search query has returned no results.**".
### To reproduce
1. Open the "**Command Palette**".
(<kbd>**Ctrl**</kbd>+<kbd>**Shift**</kbd>+<kbd>**P**</kbd> or <kbd>**Command**</kbd>+<kbd>**Shift**</kbd>+<kbd>**P**</kbd> by default)
1. Run the "**Preferences: Open Settings (UI)**" command.
🐛 There are no settings, so the interface is pointless.

### Expected behavior
Remove pointless and confusing command palette items.
**- OR -**
Restore the graphical advanced settings interface.
### Arduino IDE version
2.0.0-rc7
### Operating system
Windows
### Operating system version
10
### Additional context
Since the advanced settings will only be of interest to advanced users or users reporting problems with the IDE, who can be guided in their use by a knowledgeable helper, requiring manual editing of a JSON file to set them is perfectly reasonable, and in fact matches the approach used for the Arduino IDE 1.x advanced settings, which could only be configured by manually editing the `preferences.txt` file.
However, if this is to be done, the location, editing procedure, and method for obtaining the available key names and their descriptions must be documented.
---
I bisected the change to https://github.com/arduino/arduino-ide/commit/4c55807392b3b724e2c5912280c621f9ed8db5e6
### Issue checklist
- [X] I searched for previous reports in [the issue tracker](https://github.com/arduino/arduino-ide/issues?q=)
- [X] I verified the problem still occurs when using the latest [nightly build](https://github.com/arduino/arduino-ide#nightly-builds)
- [X] My report contains all necessary details | non_priority | gui based settings commands produce an empty interface describe the problem in addition to the common settings that are configurable via the arduino ide s file preferences dialog there are some additional settings that can be useful to advanced users beta testers or for troubleshooting problems with the arduino ide these can be adjusted by manually editing a settings json file previously it was also possible to do via a graphical interface accessed via a command palette command 🐛 the advanced settings graphical interface is now empty containing only the message that search query has returned no results to reproduce open the command palette ctrl shift p or command shift p by default run the preferences open settings ui command 🐛 there are no settings so the interface is pointless expected behavior remove pointless and confusing command palette items or restore the graphical advanced settings interface arduino ide version operating system windows operating system version additional context since the advanced settings will only be of interest to advanced users or users reporting problems with the ide who can be guided in their use by a knowledgeable helper requiring manual editing of a json file to set them is perfectly reasonable and in fact matches the approach used for the arduino ide x advanced settings which could only be configured by manually editing the preferences txt file however if this is to be done the location editing procedure and method for obtaining the available key names and their descriptions must be documented i bisected the change to issue checklist i searched for previous reports in i verified the problem still occurs when using the latest my report contains all necessary details | 0 |
226,014 | 24,928,578,189 | IssuesEvent | 2022-10-31 09:40:37 | elastic/kibana | https://api.github.com/repos/elastic/kibana | closed | [Cloud Posture] table cells text value is truncated without an ellipsis | bug Team:Cloud Security Posture | **Kibana version:** `8.3.0`
**Describe the bug:**
values in table cells are truncated when their text overflows. but they are missing the truncation indication - `...`
**Expected behavior:**
overflowing text values truncation includes the 3 ellipsis - "..."
**Screenshots (if relevant):**
current

expected

**Any additional context:**
for any column with a `truncateText: true`, we should verify truncation happens properly, as described above.
solution may require adding the `eui-textTruncate` class manually.
example:
```diff
render: (filename: string) => (
+ <EuiToolTip position="top" content={filename} anchorClassName="eui-textTruncate">
<span>{filename}</span>
</EuiToolTip>
)
``` | True | [Cloud Posture] table cells text value is truncated without an ellipsis - **Kibana version:** `8.3.0`
**Describe the bug:**
values in table cells are truncated when their text overflows. but they are missing the truncation indication - `...`
**Expected behavior:**
overflowing text values truncation includes the 3 ellipsis - "..."
**Screenshots (if relevant):**
current

expected

**Any additional context:**
for any column with a `truncateText: true`, we should verify truncation happens properly, as described above.
solution may require adding the `eui-textTruncate` class manually.
example:
```diff
render: (filename: string) => (
+ <EuiToolTip position="top" content={filename} anchorClassName="eui-textTruncate">
<span>{filename}</span>
</EuiToolTip>
)
``` | non_priority | table cells text value is truncated without an ellipsis kibana version describe the bug values in table cells are truncated when their text overflows but they are missing the truncation indication expected behavior overflowing text values truncation includes the ellipsis screenshots if relevant current expected any additional context for any column with a truncatetext true we should verify truncation happens properly as described above solution may require adding the eui texttruncate class manually example diff render filename string filename | 0 |
173,199 | 13,391,097,649 | IssuesEvent | 2020-09-02 21:48:21 | istio/istio | https://api.github.com/repos/istio/istio | closed | Make DEBUG=1 build failed with package -ldflags is not in GOROOT | area/test and release lifecycle/needs-triage | **Bug description**
After I followed the instruction to build code base: https://github.com/istio/istio/wiki/Using-the-Code-Base#building-the-code,
I got the error when I tried to run `make DEBUG=1 build`.
```
STATIC=0 GOOS=darwin GOARCH=amd64 LDFLAGS='-extldflags -static -s -w' common/scripts/gobuild.sh /work/out/darwin_amd64/ ./istioctl/cmd/istioctl ./pilot/cmd/pilot-discovery ./pilot/cmd/pilot-agent ./pkg/test/echo/cmd/client ./pkg/test/echo/cmd/server ./operator/cmd/operator ./cni/cmd/istio-cni ./cni/cmd/istio-cni-repair ./cni/cmd/istio-cni-taint ./cni/cmd/install-cni ./tools/istio-iptables
go: finding module for package -X istio.io/pkg/version.buildVersion=1.8-dev -X istio.io/pkg/version.buildGitRevision=42ca1f7fd96fcb9bf71bb9abaded69b73f0891db -X istio.io/pkg/version.buildStatus=Clean -X istio.io/pkg/version.buildTag=1.7.0-alpha.0-611-g42ca1f7fd -X istio.io/pkg/version.buildHub=docker.io/istio
no Go files in /work
package -pkgdir=/go/pkg/darwin_amd64 is not in GOROOT (/usr/local/go/src/-pkgdir=/go/pkg/darwin_amd64)
package -ldflags is not in GOROOT (/usr/local/go/src/-ldflags)
malformed module path " -X istio.io/pkg/version.buildVersion=1.8-dev -X istio.io/pkg/version.buildGitRevision=42ca1f7fd96fcb9bf71bb9abaded69b73f0891db -X istio.io/pkg/version.buildStatus=Clean -X istio.io/pkg/version.buildTag=1.7.0-alpha.0-611-g42ca1f7fd -X istio.io/pkg/version.buildHub=docker.io/istio": invalid char ' '
real 0m3.174s
user 0m4.716s
sys 0m3.052s
Makefile.core.mk:276: recipe for target 'build' failed
make[1]: *** [build] Error 1
make: *** [build] Error 2
```
[*] Docs
[ ] Installation
[ ] Networking
[ ] Performance and Scalability
[ ] Extensions and Telemetry
[ ] Security
[ ] Test and Release
[ ] User Experience
[ ] Developer Infrastructure
**Expected behavior**
Code base should build fine.
**Steps to reproduce the bug**
Clone the code base and run `make DEBUG=1 build` on mac.
**Version (include the output of `istioctl version --remote` and `kubectl version` and `helm version` if you used Helm)**
Master
**How was Istio installed?**
**Environment where bug was observed (cloud vendor, OS, etc)** | 1.0 | Make DEBUG=1 build failed with package -ldflags is not in GOROOT - **Bug description**
After I followed the instruction to build code base: https://github.com/istio/istio/wiki/Using-the-Code-Base#building-the-code,
I got the error when I tried to run `make DEBUG=1 build`.
```
STATIC=0 GOOS=darwin GOARCH=amd64 LDFLAGS='-extldflags -static -s -w' common/scripts/gobuild.sh /work/out/darwin_amd64/ ./istioctl/cmd/istioctl ./pilot/cmd/pilot-discovery ./pilot/cmd/pilot-agent ./pkg/test/echo/cmd/client ./pkg/test/echo/cmd/server ./operator/cmd/operator ./cni/cmd/istio-cni ./cni/cmd/istio-cni-repair ./cni/cmd/istio-cni-taint ./cni/cmd/install-cni ./tools/istio-iptables
go: finding module for package -X istio.io/pkg/version.buildVersion=1.8-dev -X istio.io/pkg/version.buildGitRevision=42ca1f7fd96fcb9bf71bb9abaded69b73f0891db -X istio.io/pkg/version.buildStatus=Clean -X istio.io/pkg/version.buildTag=1.7.0-alpha.0-611-g42ca1f7fd -X istio.io/pkg/version.buildHub=docker.io/istio
no Go files in /work
package -pkgdir=/go/pkg/darwin_amd64 is not in GOROOT (/usr/local/go/src/-pkgdir=/go/pkg/darwin_amd64)
package -ldflags is not in GOROOT (/usr/local/go/src/-ldflags)
malformed module path " -X istio.io/pkg/version.buildVersion=1.8-dev -X istio.io/pkg/version.buildGitRevision=42ca1f7fd96fcb9bf71bb9abaded69b73f0891db -X istio.io/pkg/version.buildStatus=Clean -X istio.io/pkg/version.buildTag=1.7.0-alpha.0-611-g42ca1f7fd -X istio.io/pkg/version.buildHub=docker.io/istio": invalid char ' '
real 0m3.174s
user 0m4.716s
sys 0m3.052s
Makefile.core.mk:276: recipe for target 'build' failed
make[1]: *** [build] Error 1
make: *** [build] Error 2
```
[*] Docs
[ ] Installation
[ ] Networking
[ ] Performance and Scalability
[ ] Extensions and Telemetry
[ ] Security
[ ] Test and Release
[ ] User Experience
[ ] Developer Infrastructure
**Expected behavior**
Code base should build fine.
**Steps to reproduce the bug**
Clone the code base and run `make DEBUG=1 build` on mac.
**Version (include the output of `istioctl version --remote` and `kubectl version` and `helm version` if you used Helm)**
Master
**How was Istio installed?**
**Environment where bug was observed (cloud vendor, OS, etc)** | non_priority | make debug build failed with package ldflags is not in goroot bug description after i followed the instruction to build code base i got the error when i tried to run make debug build static goos darwin goarch ldflags extldflags static s w common scripts gobuild sh work out darwin istioctl cmd istioctl pilot cmd pilot discovery pilot cmd pilot agent pkg test echo cmd client pkg test echo cmd server operator cmd operator cni cmd istio cni cni cmd istio cni repair cni cmd istio cni taint cni cmd install cni tools istio iptables go finding module for package x istio io pkg version buildversion dev x istio io pkg version buildgitrevision x istio io pkg version buildstatus clean x istio io pkg version buildtag alpha x istio io pkg version buildhub docker io istio no go files in work package pkgdir go pkg darwin is not in goroot usr local go src pkgdir go pkg darwin package ldflags is not in goroot usr local go src ldflags malformed module path x istio io pkg version buildversion dev x istio io pkg version buildgitrevision x istio io pkg version buildstatus clean x istio io pkg version buildtag alpha x istio io pkg version buildhub docker io istio invalid char real user sys makefile core mk recipe for target build failed make error make error docs installation networking performance and scalability extensions and telemetry security test and release user experience developer infrastructure expected behavior code base should build fine steps to reproduce the bug clone the code base and run make debug build on mac version include the output of istioctl version remote and kubectl version and helm version if you used helm master how was istio installed environment where bug was observed cloud vendor os etc | 0 |
8,945 | 3,811,942,539 | IssuesEvent | 2016-03-27 06:31:59 | zeqing-guo/algorithms-study | https://api.github.com/repos/zeqing-guo/algorithms-study | opened | Leetcode-274: H-Index | Hash Table Leetcode Sort |
## Description
Given an array of citations (each citation is a non-negative integer) of a researcher, write a function to compute the researcher's h-index.
According to the definition of h-index on Wikipedia: "A scientist has index h if h of his/her N papers have **at least** h citations each, and the other N − h papers have no more than h citations each."
For example, given `citations = [3, 0, 6, 1, 5]`, which means the researcher has `5` papers in total and each of them had received `3, 0, 6, 1, 5` citations respectively. Since the researcher has `3` papers with **at least** `3` citations each and the remaining two with **no more than** `3` citations each, his h-index is `3`.
Note: If there are several possible values for `h`, the maximum one is taken as the h-index.
## My Solution
代码的run time是1ms (61.18%),时间复杂度,空间复杂度。
```java
public class Solution {
public int hIndex(int[] citations) {
final int MAX_CITATION = 10000;
int[] record = new int[MAX_CITATION];
int maxVal = -1;
int number = 0;
for (int citation : citations) {
maxVal = (maxVal > citation) ? maxVal : citation;
record[citation] += 1;
}
for (int i = maxVal; i >= 0; --i) {
number += record[i];
if (number >= i) {
return i;
}
}
return 0;
}
}
```
## Analysis
水题,不知道难度为什么是medium。
P.S. `final int MAX_CITATION = 10000`是试出来的。
| 1.0 | Leetcode-274: H-Index -
## Description
Given an array of citations (each citation is a non-negative integer) of a researcher, write a function to compute the researcher's h-index.
According to the definition of h-index on Wikipedia: "A scientist has index h if h of his/her N papers have **at least** h citations each, and the other N − h papers have no more than h citations each."
For example, given `citations = [3, 0, 6, 1, 5]`, which means the researcher has `5` papers in total and each of them had received `3, 0, 6, 1, 5` citations respectively. Since the researcher has `3` papers with **at least** `3` citations each and the remaining two with **no more than** `3` citations each, his h-index is `3`.
Note: If there are several possible values for `h`, the maximum one is taken as the h-index.
## My Solution
代码的run time是1ms (61.18%),时间复杂度,空间复杂度。
```java
public class Solution {
public int hIndex(int[] citations) {
final int MAX_CITATION = 10000;
int[] record = new int[MAX_CITATION];
int maxVal = -1;
int number = 0;
for (int citation : citations) {
maxVal = (maxVal > citation) ? maxVal : citation;
record[citation] += 1;
}
for (int i = maxVal; i >= 0; --i) {
number += record[i];
if (number >= i) {
return i;
}
}
return 0;
}
}
```
## Analysis
水题,不知道难度为什么是medium。
P.S. `final int MAX_CITATION = 10000`是试出来的。
| non_priority | leetcode h index description given an array of citations each citation is a non negative integer of a researcher write a function to compute the researcher s h index according to the definition of h index on wikipedia a scientist has index h if h of his her n papers have at least h citations each and the other n − h papers have no more than h citations each for example given citations which means the researcher has papers in total and each of them had received citations respectively since the researcher has papers with at least citations each and the remaining two with no more than citations each his h index is note if there are several possible values for h the maximum one is taken as the h index my solution 代码的run ,时间复杂度 java public class solution public int hindex int citations final int max citation int record new int int maxval int number for int citation citations maxval maxval citation maxval citation record for int i maxval i i number record if number i return i return analysis 水题,不知道难度为什么是medium。 p s final int max citation 是试出来的。 | 0 |
255,636 | 21,941,447,398 | IssuesEvent | 2022-05-23 18:33:40 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | roachtest: awsdms failed | C-test-failure O-robot O-roachtest branch-master release-blocker T-sql-experience | roachtest.awsdms [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyAwsBazel/5238644?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyAwsBazel/5238644?buildTab=artifacts#/awsdms) on master @ [5c400e31f33b97a7b3232bb54abdd55645f0e978](https://github.com/cockroachdb/cockroach/commits/5c400e31f33b97a7b3232bb54abdd55645f0e978):
```
The test failed on branch=master, cloud=aws:
test artifacts and logs in: /artifacts/awsdms/run_1
awsdms.go:161,test_runner.go:884: pq: relation "test_table" does not exist
```
<details><summary>Help</summary>
<p>
See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md)
See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)
</p>
</details>
/cc @cockroachdb/sql-experience
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*awsdms.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
Jira issue: CRDB-16018 | 2.0 | roachtest: awsdms failed - roachtest.awsdms [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyAwsBazel/5238644?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyAwsBazel/5238644?buildTab=artifacts#/awsdms) on master @ [5c400e31f33b97a7b3232bb54abdd55645f0e978](https://github.com/cockroachdb/cockroach/commits/5c400e31f33b97a7b3232bb54abdd55645f0e978):
```
The test failed on branch=master, cloud=aws:
test artifacts and logs in: /artifacts/awsdms/run_1
awsdms.go:161,test_runner.go:884: pq: relation "test_table" does not exist
```
<details><summary>Help</summary>
<p>
See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md)
See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)
</p>
</details>
/cc @cockroachdb/sql-experience
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*awsdms.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
Jira issue: CRDB-16018 | non_priority | roachtest awsdms failed roachtest awsdms with on master the test failed on branch master cloud aws test artifacts and logs in artifacts awsdms run awsdms go test runner go pq relation test table does not exist help see see cc cockroachdb sql experience jira issue crdb | 0 |
51,219 | 10,597,357,312 | IssuesEvent | 2019-10-10 00:18:05 | dictyBase/go-grpc-http-generator | https://api.github.com/repos/dictyBase/go-grpc-http-generator | opened | Fix "return_statements" issue in genproto.go | codeclimate health | Function `mapPath2Proto` has 6 return statements (exceeds 4 allowed).
https://codeclimate.com/github/dictyBase/go-grpc-http-generator/genproto.go#issue_5d9e7561d12d240001000014 | 1.0 | Fix "return_statements" issue in genproto.go - Function `mapPath2Proto` has 6 return statements (exceeds 4 allowed).
https://codeclimate.com/github/dictyBase/go-grpc-http-generator/genproto.go#issue_5d9e7561d12d240001000014 | non_priority | fix return statements issue in genproto go function has return statements exceeds allowed | 0 |
65,841 | 19,717,578,620 | IssuesEvent | 2022-01-13 12:34:48 | GoldenSoftwareLtd/gedemin | https://api.github.com/repos/GoldenSoftwareLtd/gedemin | opened | При добавлении фильтра в ПИ затягиваются лишние записи | Type-Defect NS | Например, пользователи системы. При добавлении фильтра, только сам фильтр и должен попасть в ПИ. Больше ничего. | 1.0 | При добавлении фильтра в ПИ затягиваются лишние записи - Например, пользователи системы. При добавлении фильтра, только сам фильтр и должен попасть в ПИ. Больше ничего. | non_priority | при добавлении фильтра в пи затягиваются лишние записи например пользователи системы при добавлении фильтра только сам фильтр и должен попасть в пи больше ничего | 0 |
56,683 | 13,910,597,924 | IssuesEvent | 2020-10-20 16:16:15 | cilium/cilium | https://api.github.com/repos/cilium/cilium | closed | Failed to compile and shown an error Unformatted Go source code | area/build kind/community-report stale | ## Support
I just follow solution from this issue https://github.com/cilium/cilium/issues/10269 but can't find `daemon/bindata.go` for this, Want to install cilium `v1.7` in new machine but shown an error like this:
```
ineffassign .
contrib/scripts/check-logging-subsys-field.sh
contrib/scripts/check-fmt.sh
Unformatted Go source code:
./pkg/kvstore/allocator/allocator_test.go
diff -u ./pkg/kvstore/allocator/allocator_test.go.orig ./pkg/kvstore/allocator/allocator_test.go
--- ./pkg/kvstore/allocator/allocator_test.go.orig 2020-08-18 21:02:04.662891941 +0800
+++ ./pkg/kvstore/allocator/allocator_test.go 2020-08-18 21:02:04.662891941 +0800
@@ -79,9 +79,11 @@
//FIXME: this should be named better, it implements pkg/allocator.Backend
type TestAllocatorKey string
-func (t TestAllocatorKey) GetKey() string { return string(t) }
-func (t TestAllocatorKey) GetAsMap() map[string]string { return map[string]string{string(t): string(t)} }
-func (t TestAllocatorKey) String() string { return string(t) }
+func (t TestAllocatorKey) GetKey() string { return string(t) }
+func (t TestAllocatorKey) GetAsMap() map[string]string {
+ return map[string]string{string(t): string(t)}
+}
+func (t TestAllocatorKey) String() string { return string(t) }
func (t TestAllocatorKey) PutKey(v string) allocator.AllocatorKey {
return TestAllocatorKey(v)
}
./pkg/allocator/allocator_test.go
diff -u ./pkg/allocator/allocator_test.go.orig ./pkg/allocator/allocator_test.go
--- ./pkg/allocator/allocator_test.go.orig 2020-08-18 21:02:05.038886623 +0800
+++ ./pkg/allocator/allocator_test.go 2020-08-18 21:02:05.038886623 +0800
@@ -191,9 +191,11 @@
type TestAllocatorKey string
-func (t TestAllocatorKey) GetKey() string { return string(t) }
-func (t TestAllocatorKey) GetAsMap() map[string]string { return map[string]string{string(t): string(t)} }
-func (t TestAllocatorKey) String() string { return string(t) }
+func (t TestAllocatorKey) GetKey() string { return string(t) }
+func (t TestAllocatorKey) GetAsMap() map[string]string {
+ return map[string]string{string(t): string(t)}
+}
+func (t TestAllocatorKey) String() string { return string(t) }
func (t TestAllocatorKey) PutKey(v string) AllocatorKey {
return TestAllocatorKey(v)
}
Makefile:371: recipe for target 'precheck' failed
make: *** [precheck] Error 1
``` | 1.0 | Failed to compile and shown an error Unformatted Go source code - ## Support
I just follow solution from this issue https://github.com/cilium/cilium/issues/10269 but can't find `daemon/bindata.go` for this, Want to install cilium `v1.7` in new machine but shown an error like this:
```
ineffassign .
contrib/scripts/check-logging-subsys-field.sh
contrib/scripts/check-fmt.sh
Unformatted Go source code:
./pkg/kvstore/allocator/allocator_test.go
diff -u ./pkg/kvstore/allocator/allocator_test.go.orig ./pkg/kvstore/allocator/allocator_test.go
--- ./pkg/kvstore/allocator/allocator_test.go.orig 2020-08-18 21:02:04.662891941 +0800
+++ ./pkg/kvstore/allocator/allocator_test.go 2020-08-18 21:02:04.662891941 +0800
@@ -79,9 +79,11 @@
//FIXME: this should be named better, it implements pkg/allocator.Backend
type TestAllocatorKey string
-func (t TestAllocatorKey) GetKey() string { return string(t) }
-func (t TestAllocatorKey) GetAsMap() map[string]string { return map[string]string{string(t): string(t)} }
-func (t TestAllocatorKey) String() string { return string(t) }
+func (t TestAllocatorKey) GetKey() string { return string(t) }
+func (t TestAllocatorKey) GetAsMap() map[string]string {
+ return map[string]string{string(t): string(t)}
+}
+func (t TestAllocatorKey) String() string { return string(t) }
func (t TestAllocatorKey) PutKey(v string) allocator.AllocatorKey {
return TestAllocatorKey(v)
}
./pkg/allocator/allocator_test.go
diff -u ./pkg/allocator/allocator_test.go.orig ./pkg/allocator/allocator_test.go
--- ./pkg/allocator/allocator_test.go.orig 2020-08-18 21:02:05.038886623 +0800
+++ ./pkg/allocator/allocator_test.go 2020-08-18 21:02:05.038886623 +0800
@@ -191,9 +191,11 @@
type TestAllocatorKey string
-func (t TestAllocatorKey) GetKey() string { return string(t) }
-func (t TestAllocatorKey) GetAsMap() map[string]string { return map[string]string{string(t): string(t)} }
-func (t TestAllocatorKey) String() string { return string(t) }
+func (t TestAllocatorKey) GetKey() string { return string(t) }
+func (t TestAllocatorKey) GetAsMap() map[string]string {
+ return map[string]string{string(t): string(t)}
+}
+func (t TestAllocatorKey) String() string { return string(t) }
func (t TestAllocatorKey) PutKey(v string) AllocatorKey {
return TestAllocatorKey(v)
}
Makefile:371: recipe for target 'precheck' failed
make: *** [precheck] Error 1
``` | non_priority | failed to compile and shown an error unformatted go source code support i just follow solution from this issue but can t find daemon bindata go for this want to install cilium in new machine but shown an error like this ineffassign contrib scripts check logging subsys field sh contrib scripts check fmt sh unformatted go source code pkg kvstore allocator allocator test go diff u pkg kvstore allocator allocator test go orig pkg kvstore allocator allocator test go pkg kvstore allocator allocator test go orig pkg kvstore allocator allocator test go fixme this should be named better it implements pkg allocator backend type testallocatorkey string func t testallocatorkey getkey string return string t func t testallocatorkey getasmap map string return map string string t string t func t testallocatorkey string string return string t func t testallocatorkey getkey string return string t func t testallocatorkey getasmap map string return map string string t string t func t testallocatorkey string string return string t func t testallocatorkey putkey v string allocator allocatorkey return testallocatorkey v pkg allocator allocator test go diff u pkg allocator allocator test go orig pkg allocator allocator test go pkg allocator allocator test go orig pkg allocator allocator test go type testallocatorkey string func t testallocatorkey getkey string return string t func t testallocatorkey getasmap map string return map string string t string t func t testallocatorkey string string return string t func t testallocatorkey getkey string return string t func t testallocatorkey getasmap map string return map string string t string t func t testallocatorkey string string return string t func t testallocatorkey putkey v string allocatorkey return testallocatorkey v makefile recipe for target precheck failed make error | 0 |
8,154 | 10,254,092,680 | IssuesEvent | 2019-08-21 12:51:26 | godaddy/coblocks | https://api.github.com/repos/godaddy/coblocks | opened | Share and Social Profile SVGs do not render correctly with Gutenberg 6.3 | Gutenberg 6.3 Compatibility [Block] Share | **Describe the bug**
Social Profiles and Share block SVGs under Styles sidebar option do not render correctly with Gutenberg 6.3 active.
**To Reproduce**
Steps to reproduce the behavior:
1. Add Social Profiles or Share blocks.
2. View block sidebar and expand Styles option.
3. See issue.
**Screenshots**
### Without Gutenberg 6.3

### Gutenberg 6.3 active

**Expected behavior**
SVGs should be a reasonable size regardless of status of Gutenberg Plugin.
**Isolating the problem:**
Mark completed items with an [x].
- [X] This bug happens with no other plugins activated
- [X] This bug happens with a default WordPress theme active
- [ ] This bug happens **without** the Gutenberg plugin active
- [X] I can reproduce this bug consistently using the steps above
**WordPress Version**
5.2.2
**Gutenberg Version**
6.3.0
| True | Share and Social Profile SVGs do not render correctly with Gutenberg 6.3 - **Describe the bug**
Social Profiles and Share block SVGs under Styles sidebar option do not render correctly with Gutenberg 6.3 active.
**To Reproduce**
Steps to reproduce the behavior:
1. Add Social Profiles or Share blocks.
2. View block sidebar and expand Styles option.
3. See issue.
**Screenshots**
### Without Gutenberg 6.3

### Gutenberg 6.3 active

**Expected behavior**
SVGs should be a reasonable size regardless of status of Gutenberg Plugin.
**Isolating the problem:**
Mark completed items with an [x].
- [X] This bug happens with no other plugins activated
- [X] This bug happens with a default WordPress theme active
- [ ] This bug happens **without** the Gutenberg plugin active
- [X] I can reproduce this bug consistently using the steps above
**WordPress Version**
5.2.2
**Gutenberg Version**
6.3.0
| non_priority | share and social profile svgs do not render correctly with gutenberg describe the bug social profiles and share block svgs under styles sidebar option do not render correctly with gutenberg active to reproduce steps to reproduce the behavior add social profiles or share blocks view block sidebar and expand styles option see issue screenshots without gutenberg gutenberg active expected behavior svgs should be a reasonable size regardless of status of gutenberg plugin isolating the problem mark completed items with an this bug happens with no other plugins activated this bug happens with a default wordpress theme active this bug happens without the gutenberg plugin active i can reproduce this bug consistently using the steps above wordpress version gutenberg version | 0 |
72,004 | 31,071,498,106 | IssuesEvent | 2023-08-12 01:43:24 | microsoft/vscode-cpptools | https://api.github.com/repos/microsoft/vscode-cpptools | opened | Localization - [Copy declaration of 'my_function'] translated as [‘my_function’ 的复制声明’] in CHS | bug Language Service world ready | Internal bug number: 882874
English:

CHS:

Expected (CHT example):

| 1.0 | Localization - [Copy declaration of 'my_function'] translated as [‘my_function’ 的复制声明’] in CHS - Internal bug number: 882874
English:

CHS:

Expected (CHT example):

| non_priority | localization translated as in chs internal bug number english chs expected cht example | 0 |
32,370 | 6,050,463,989 | IssuesEvent | 2017-06-12 21:05:57 | FlatSquares/FlatSquares | https://api.github.com/repos/FlatSquares/FlatSquares | closed | Guidelines | documentation feature | ### Description
Guidelines are mandatories to ensure that contributors will follow the same rules.
| Test | Samples | Branch |
|------------|----------|--------|
| No | No |[feature/contributing](https://github.com/FlatSquares/FlatSquares/tree/feature/contributing) |
### Acceptances & rules
- [x] Guidelines (Introduction, Bugs, Features, PR)
- [x] Convention (Code, Specification, Documentation)
- [x] Issue labels
- [x] Updated README.md | 1.0 | Guidelines - ### Description
Guidelines are mandatories to ensure that contributors will follow the same rules.
| Test | Samples | Branch |
|------------|----------|--------|
| No | No |[feature/contributing](https://github.com/FlatSquares/FlatSquares/tree/feature/contributing) |
### Acceptances & rules
- [x] Guidelines (Introduction, Bugs, Features, PR)
- [x] Convention (Code, Specification, Documentation)
- [x] Issue labels
- [x] Updated README.md | non_priority | guidelines description guidelines are mandatories to ensure that contributors will follow the same rules test samples branch no no acceptances rules guidelines introduction bugs features pr convention code specification documentation issue labels updated readme md | 0 |
57,433 | 14,112,598,936 | IssuesEvent | 2020-11-07 06:21:54 | PlasmaLang/plasma | https://api.github.com/repos/PlasmaLang/plasma | opened | Build system improvments | component: build meta: no-domain-knowledge meta: triaged skill: scripting status: accepted type: enhancement | We can/should improve the build system in these ways:
- [ ] Implement the Plasma driver program #144
- [ ] Improve how the test suite is executed, use some framework/scripts #150
- [ ] improve test framework output so it can work more nicely with CI #28 #226
- [ ] CI improvments #267 #53 #224
- [ ] Possibly switch build system to Ninja, maybe mason if it can work with Mercury and later Plasma. #301 | 1.0 | Build system improvments - We can/should improve the build system in these ways:
- [ ] Implement the Plasma driver program #144
- [ ] Improve how the test suite is executed, use some framework/scripts #150
- [ ] improve test framework output so it can work more nicely with CI #28 #226
- [ ] CI improvments #267 #53 #224
- [ ] Possibly switch build system to Ninja, maybe mason if it can work with Mercury and later Plasma. #301 | non_priority | build system improvments we can should improve the build system in these ways implement the plasma driver program improve how the test suite is executed use some framework scripts improve test framework output so it can work more nicely with ci ci improvments possibly switch build system to ninja maybe mason if it can work with mercury and later plasma | 0 |
27,760 | 22,317,974,305 | IssuesEvent | 2022-06-14 01:25:14 | google/iree | https://api.github.com/repos/google/iree | closed | Improve flexibility of CMake target | bug 🐞 help wanted infrastructure | In CUDA build file we had to disable bazel_to_make because CMake doesn't support an equivalent of `filetarget`:
https://github.com/google/iree/blob/main/iree/compiler/Dialect/HAL/Target/CUDA/CMakeLists.txt
Improve the flexibility of CMake build system to be able to solve this problem. | 1.0 | Improve flexibility of CMake target - In CUDA build file we had to disable bazel_to_make because CMake doesn't support an equivalent of `filetarget`:
https://github.com/google/iree/blob/main/iree/compiler/Dialect/HAL/Target/CUDA/CMakeLists.txt
Improve the flexibility of CMake build system to be able to solve this problem. | non_priority | improve flexibility of cmake target in cuda build file we had to disable bazel to make because cmake doesn t support an equivalent of filetarget improve the flexibility of cmake build system to be able to solve this problem | 0 |
203,081 | 15,866,634,878 | IssuesEvent | 2021-04-08 15:57:41 | aws/aws-cdk | https://api.github.com/repos/aws/aws-cdk | opened | (aws-ssm): Clarification on SSM Parameter Overwriting Needed | documentation feature-request needs-triage | There's a lot of opacity around how, when, and by what mechanism `StringParameter` constructs overwrite previous, existing, or modified parameter values. Through our own experiments, we know the following conditions exist:
- A parameter value is written when the param is first created
- If the value for a previously created param is manually updated (via aws console or aws cli), cdk does not update the value on subsequent deploys
- If the value for a previously created param is manually updated (via aws console or aws cli), but the value is changed in the cdk code for the param, cdk _does_ update the value on subsequent deploys, overwriting it with the value in the cdk code.
I'm unable to find any documentation or explanation as to the mechanisms that determine when CDK updates a parameter value, and under what conditions. Source diving the ssm package didn't reveal any clues either. This is currently "black box" or "magic" and it goes without saying that's not great.
I'd love to see some information around this and the mechanisms involved (including if metadata is involved, and where that metadata lives), even if only as a reply to this issue. Official documentation would of course assist the entire userbase.
---
This is a 📕 documentation issue
| 1.0 | (aws-ssm): Clarification on SSM Parameter Overwriting Needed - There's a lot of opacity around how, when, and by what mechanism `StringParameter` constructs overwrite previous, existing, or modified parameter values. Through our own experiments, we know the following conditions exist:
- A parameter value is written when the param is first created
- If the value for a previously created param is manually updated (via aws console or aws cli), cdk does not update the value on subsequent deploys
- If the value for a previously created param is manually updated (via aws console or aws cli), but the value is changed in the cdk code for the param, cdk _does_ update the value on subsequent deploys, overwriting it with the value in the cdk code.
I'm unable to find any documentation or explanation as to the mechanisms that determine when CDK updates a parameter value, and under what conditions. Source diving the ssm package didn't reveal any clues either. This is currently "black box" or "magic" and it goes without saying that's not great.
I'd love to see some information around this and the mechanisms involved (including if metadata is involved, and where that metadata lives), even if only as a reply to this issue. Official documentation would of course assist the entire userbase.
---
This is a 📕 documentation issue
| non_priority | aws ssm clarification on ssm parameter overwriting needed there s a lot of opacity around how when and by what mechanism stringparameter constructs overwrite previous existing or modified parameter values through our own experiments we know the following conditions exist a parameter value is written when the param is first created if the value for a previously created param is manually updated via aws console or aws cli cdk does not update the value on subsequent deploys if the value for a previously created param is manually updated via aws console or aws cli but the value is changed in the cdk code for the param cdk does update the value on subsequent deploys overwriting it with the value in the cdk code i m unable to find any documentation or explanation as to the mechanisms that determine when cdk updates a parameter value and under what conditions source diving the ssm package didn t reveal any clues either this is currently black box or magic and it goes without saying that s not great i d love to see some information around this and the mechanisms involved including if metadata is involved and where that metadata lives even if only as a reply to this issue official documentation would of course assist the entire userbase this is a 📕 documentation issue | 0 |
91,211 | 11,485,033,189 | IssuesEvent | 2020-02-11 06:14:17 | microsoft/vscode | https://api.github.com/repos/microsoft/vscode | closed | Consider removing "recently used" from first item in command palette | *as-designed needs more info | <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe the feature you'd like. -->
I'm opening this because of issue https://github.com/microsoft/vscode-python/issues/9826.
When you use the "Python: Select Interpreter" command, it will display a list of available Python interpreters that you can pick from. But whenever you open the command prompt again, it will show "Python: Select Interpreter" at the top, since it was the last used command, but it will also display a "recently used" tag by its side:

The problem is that like we see in issue https://github.com/microsoft/vscode-python/issues/9826, some people think the "recently used" is related to the command itself (i.e. in this case, "select recently used interpreter"). Since the last used command is already shown on the highlighted on the top of the list, is it really necessary to add "recently used" to its side?
| 1.0 | Consider removing "recently used" from first item in command palette - <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe the feature you'd like. -->
I'm opening this because of issue https://github.com/microsoft/vscode-python/issues/9826.
When you use the "Python: Select Interpreter" command, it will display a list of available Python interpreters that you can pick from. But whenever you open the command prompt again, it will show "Python: Select Interpreter" at the top, since it was the last used command, but it will also display a "recently used" tag by its side:

The problem is that like we see in issue https://github.com/microsoft/vscode-python/issues/9826, some people think the "recently used" is related to the command itself (i.e. in this case, "select recently used interpreter"). Since the last used command is already shown on the highlighted on the top of the list, is it really necessary to add "recently used" to its side?
| non_priority | consider removing recently used from first item in command palette i m opening this because of issue when you use the python select interpreter command it will display a list of available python interpreters that you can pick from but whenever you open the command prompt again it will show python select interpreter at the top since it was the last used command but it will also display a recently used tag by its side the problem is that like we see in issue some people think the recently used is related to the command itself i e in this case select recently used interpreter since the last used command is already shown on the highlighted on the top of the list is it really necessary to add recently used to its side | 0 |
86,016 | 10,471,192,817 | IssuesEvent | 2019-09-23 07:08:21 | Shadowbanisher/Minecraft-Console-Mod-Loader | https://api.github.com/repos/Shadowbanisher/Minecraft-Console-Mod-Loader | opened | Loading mods | documentation enhancement | This is an ideal feature that should be added and will allow the user to remotely add mods without having to navigate to the file. | 1.0 | Loading mods - This is an ideal feature that should be added and will allow the user to remotely add mods without having to navigate to the file. | non_priority | loading mods this is an ideal feature that should be added and will allow the user to remotely add mods without having to navigate to the file | 0 |
2,523 | 2,694,285,878 | IssuesEvent | 2015-04-01 19:24:13 | evhub/coconut | https://api.github.com/repos/evhub/coconut | closed | Document match statements | documentation | Features to Include:
- Constants
- Captures
* with a variable
* with `=`
* multi-capture
- Type checks
- Data types
- Tuples
* to deconstruct
* to split a tuple
* to split an iterator
- Lists
* to deconstruct
* to split a list
* to split an iterator
- Dicts
- Sets | 1.0 | Document match statements - Features to Include:
- Constants
- Captures
* with a variable
* with `=`
* multi-capture
- Type checks
- Data types
- Tuples
* to deconstruct
* to split a tuple
* to split an iterator
- Lists
* to deconstruct
* to split a list
* to split an iterator
- Dicts
- Sets | non_priority | document match statements features to include constants captures with a variable with multi capture type checks data types tuples to deconstruct to split a tuple to split an iterator lists to deconstruct to split a list to split an iterator dicts sets | 0 |
169,790 | 14,231,930,547 | IssuesEvent | 2020-11-18 10:14:10 | martynas3113/11.coming-soon | https://api.github.com/repos/martynas3113/11.coming-soon | opened | General form validator | documentation js js-rendering js-validation | -single logic for any form in the page
-validation rules can be detected based on data-* attribute values
-on submit, if success: show success message in a "toast" component
-on submit, if error: show error message in a "toast" component
-js docs


| 1.0 | General form validator - -single logic for any form in the page
-validation rules can be detected based on data-* attribute values
-on submit, if success: show success message in a "toast" component
-on submit, if error: show error message in a "toast" component
-js docs


| non_priority | general form validator single logic for any form in the page validation rules can be detected based on data attribute values on submit if success show success message in a toast component on submit if error show error message in a toast component js docs | 0 |
128,896 | 18,070,262,113 | IssuesEvent | 2021-09-21 01:30:22 | kapseliboi/draw | https://api.github.com/repos/kapseliboi/draw | opened | CVE-2021-3803 (Medium) detected in nth-check-2.0.0.tgz | security vulnerability | ## CVE-2021-3803 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>nth-check-2.0.0.tgz</b></p></summary>
<p>Parses and compiles CSS nth-checks to highly optimized functions.</p>
<p>Library home page: <a href="https://registry.npmjs.org/nth-check/-/nth-check-2.0.0.tgz">https://registry.npmjs.org/nth-check/-/nth-check-2.0.0.tgz</a></p>
<p>Path to dependency file: draw/package.json</p>
<p>Path to vulnerable library: draw/node_modules/nth-check/package.json</p>
<p>
Dependency Hierarchy:
- html-webpack-plugin-5.3.2.tgz (Root Library)
- pretty-error-3.0.4.tgz
- renderkid-2.0.7.tgz
- css-select-4.1.3.tgz
- :x: **nth-check-2.0.0.tgz** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
nth-check is vulnerable to Inefficient Regular Expression Complexity
<p>Publish Date: 2021-09-17
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-3803>CVE-2021-3803</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: N/A
- Attack Complexity: N/A
- Privileges Required: N/A
- User Interaction: N/A
- Scope: N/A
- Impact Metrics:
- Confidentiality Impact: N/A
- Integrity Impact: N/A
- Availability Impact: N/A
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/fb55/nth-check/compare/v2.0.0...v2.0.1">https://github.com/fb55/nth-check/compare/v2.0.0...v2.0.1</a></p>
<p>Release Date: 2021-09-17</p>
<p>Fix Resolution: nth-check - v2.0.1</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2021-3803 (Medium) detected in nth-check-2.0.0.tgz - ## CVE-2021-3803 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>nth-check-2.0.0.tgz</b></p></summary>
<p>Parses and compiles CSS nth-checks to highly optimized functions.</p>
<p>Library home page: <a href="https://registry.npmjs.org/nth-check/-/nth-check-2.0.0.tgz">https://registry.npmjs.org/nth-check/-/nth-check-2.0.0.tgz</a></p>
<p>Path to dependency file: draw/package.json</p>
<p>Path to vulnerable library: draw/node_modules/nth-check/package.json</p>
<p>
Dependency Hierarchy:
- html-webpack-plugin-5.3.2.tgz (Root Library)
- pretty-error-3.0.4.tgz
- renderkid-2.0.7.tgz
- css-select-4.1.3.tgz
- :x: **nth-check-2.0.0.tgz** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
nth-check is vulnerable to Inefficient Regular Expression Complexity
<p>Publish Date: 2021-09-17
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-3803>CVE-2021-3803</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: N/A
- Attack Complexity: N/A
- Privileges Required: N/A
- User Interaction: N/A
- Scope: N/A
- Impact Metrics:
- Confidentiality Impact: N/A
- Integrity Impact: N/A
- Availability Impact: N/A
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/fb55/nth-check/compare/v2.0.0...v2.0.1">https://github.com/fb55/nth-check/compare/v2.0.0...v2.0.1</a></p>
<p>Release Date: 2021-09-17</p>
<p>Fix Resolution: nth-check - v2.0.1</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_priority | cve medium detected in nth check tgz cve medium severity vulnerability vulnerable library nth check tgz parses and compiles css nth checks to highly optimized functions library home page a href path to dependency file draw package json path to vulnerable library draw node modules nth check package json dependency hierarchy html webpack plugin tgz root library pretty error tgz renderkid tgz css select tgz x nth check tgz vulnerable library found in base branch master vulnerability details nth check is vulnerable to inefficient regular expression complexity publish date url a href cvss score details base score metrics exploitability metrics attack vector n a attack complexity n a privileges required n a user interaction n a scope n a impact metrics confidentiality impact n a integrity impact n a availability impact n a for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution nth check step up your open source security game with whitesource | 0 |
27,932 | 30,720,422,144 | IssuesEvent | 2023-07-27 15:33:24 | elastic/kibana | https://api.github.com/repos/elastic/kibana | closed | [toasts] Improved Error Toast Experience | Team:Core enhancement usability loe:days impact:medium Team:SharedUX papercut | ### Updated scope
We have seen a few different instances of folks complaining about repeated error messages being shown in toasts. While we don't think there's a viable way to automatically deduplicate errors from the core toasts service, we do think there's an opportunity to introduce a new `edit` method to that toasts API.
This would allow plugins to store a reference to a toast which could later be edited (while possibly also extending its lifetime). Plugins could collect repeated errors that are being thrown with the same message, and instead of calling `add` for each new error, they could call `add` the first time, and then on subsequent matching errors, could `edit` the same toast to make a more informative message (something like `Received 5 errors when retrieving an index pattern: some-error-message`, where the number `5` could be incremented with each new error).
---
### Original request
We use notification's service toasts to inform users about errors and warnings.
Sometimes those errors come from deep inside of codepaths without any orchestration before getting into notification service.
This could lead to following experience:

)

Initially with @elastic/kibana-app-arch we wanted to fix this particular issue https://github.com/elastic/kibana/issues/62649 on consumer side by adding errors debounce logic before calling notification service. But then during the discussion we agreed that this looks like a common issue that could be addressed inside notification service.
Some quick ideas we had:
* Have useful "Dismiss all" button to quickly close all of those notifications
* Have logic inside notifications service to group similar notifications (define similar)
* Implement some kind of `show last N notifications and have "show more" button` | True | [toasts] Improved Error Toast Experience - ### Updated scope
We have seen a few different instances of folks complaining about repeated error messages being shown in toasts. While we don't think there's a viable way to automatically deduplicate errors from the core toasts service, we do think there's an opportunity to introduce a new `edit` method to that toasts API.
This would allow plugins to store a reference to a toast which could later be edited (while possibly also extending its lifetime). Plugins could collect repeated errors that are being thrown with the same message, and instead of calling `add` for each new error, they could call `add` the first time, and then on subsequent matching errors, could `edit` the same toast to make a more informative message (something like `Received 5 errors when retrieving an index pattern: some-error-message`, where the number `5` could be incremented with each new error).
---
### Original request
We use notification's service toasts to inform users about errors and warnings.
Sometimes those errors come from deep inside of codepaths without any orchestration before getting into notification service.
This could lead to following experience:

)

Initially with @elastic/kibana-app-arch we wanted to fix this particular issue https://github.com/elastic/kibana/issues/62649 on consumer side by adding errors debounce logic before calling notification service. But then during the discussion we agreed that this looks like a common issue that could be addressed inside notification service.
Some quick ideas we had:
* Have useful "Dismiss all" button to quickly close all of those notifications
* Have logic inside notifications service to group similar notifications (define similar)
* Implement some kind of `show last N notifications and have "show more" button` | non_priority | improved error toast experience updated scope we have seen a few different instances of folks complaining about repeated error messages being shown in toasts while we don t think there s a viable way to automatically deduplicate errors from the core toasts service we do think there s an opportunity to introduce a new edit method to that toasts api this would allow plugins to store a reference to a toast which could later be edited while possibly also extending its lifetime plugins could collect repeated errors that are being thrown with the same message and instead of calling add for each new error they could call add the first time and then on subsequent matching errors could edit the same toast to make a more informative message something like received errors when retrieving an index pattern some error message where the number could be incremented with each new error original request we use notification s service toasts to inform users about errors and warnings sometimes those errors come from deep inside of codepaths without any orchestration before getting into notification service this could lead to following experience initially with elastic kibana app arch we wanted to fix this particular issue on consumer side by adding errors debounce logic before calling notification service but then during the discussion we agreed that this looks like a common issue that could be addressed inside notification service some quick ideas we had have useful dismiss all button to quickly close all of those notifications have logic inside notifications service to group similar notifications define similar implement some kind of show last n notifications and have show more button | 0 |
36,788 | 4,761,322,316 | IssuesEvent | 2016-10-25 07:49:51 | fuzzy76/serdeg.no | https://api.github.com/repos/fuzzy76/serdeg.no | opened | Mobilfeil i nyheter | bug design | Dato brekker visstnok feil på mobil. Må sjekkes. Kanskje vi bør bruke et annet format? | 1.0 | Mobilfeil i nyheter - Dato brekker visstnok feil på mobil. Må sjekkes. Kanskje vi bør bruke et annet format? | non_priority | mobilfeil i nyheter dato brekker visstnok feil på mobil må sjekkes kanskje vi bør bruke et annet format | 0 |
126,721 | 26,903,092,148 | IssuesEvent | 2023-02-06 16:58:06 | eclipse-theia/theia | https://api.github.com/repos/eclipse-theia/theia | closed | Downgrade VS Code Compatibility version to 1.66 | vscode | As discussed in the Theia Dev Call on Jan 24th:
We will downgrade the VS Code compatibility version from 1.68 to 1.66 for now. 1.68 only adds the [Tab related APIs](https://github.com/eclipse-theia/theia/issues/11692). Theia currently [only stubs this API](https://github.com/eclipse-theia/theia/pull/12031).
The real implementations is about to be finished, but wont make it to the release.
As the stub for the tab API can produce unexpected behavior for users, we decided set compatibility back to 1.66 meaning that extensions using the tab API are not officially supported in the next release. We will upgrade the version again once the real implementation is done.
Adopters can change the compatibility to 1.68 if they wish for. The tab API is stubbed. Calls to the tab API might produce unexpected results. However, if the tab API is not used, changing to 1.68 will allow to install more extensions
See also: https://github.com/eclipse-theia/theia/pull/12104
| 1.0 | Downgrade VS Code Compatibility version to 1.66 - As discussed in the Theia Dev Call on Jan 24th:
We will downgrade the VS Code compatibility version from 1.68 to 1.66 for now. 1.68 only adds the [Tab related APIs](https://github.com/eclipse-theia/theia/issues/11692). Theia currently [only stubs this API](https://github.com/eclipse-theia/theia/pull/12031).
The real implementations is about to be finished, but wont make it to the release.
As the stub for the tab API can produce unexpected behavior for users, we decided set compatibility back to 1.66 meaning that extensions using the tab API are not officially supported in the next release. We will upgrade the version again once the real implementation is done.
Adopters can change the compatibility to 1.68 if they wish for. The tab API is stubbed. Calls to the tab API might produce unexpected results. However, if the tab API is not used, changing to 1.68 will allow to install more extensions
See also: https://github.com/eclipse-theia/theia/pull/12104
| non_priority | downgrade vs code compatibility version to as discussed in the theia dev call on jan we will downgrade the vs code compatibility version from to for now only adds the theia currently the real implementations is about to be finished but wont make it to the release as the stub for the tab api can produce unexpected behavior for users we decided set compatibility back to meaning that extensions using the tab api are not officially supported in the next release we will upgrade the version again once the real implementation is done adopters can change the compatibility to if they wish for the tab api is stubbed calls to the tab api might produce unexpected results however if the tab api is not used changing to will allow to install more extensions see also | 0 |
7,529 | 9,784,523,811 | IssuesEvent | 2019-06-08 20:00:17 | AdguardTeam/AdguardForWindows | https://api.github.com/repos/AdguardTeam/AdguardForWindows | closed | Incompatibility with official WireGuard client | P3: Medium compatibility | ### Steps to reproduce
1. Start AdGuard protection
2. Start WireGuard connection
### Expected behavior
AdGuard works on top of WireGuard
### Actual behavior
No internet
### Details
This is the recently released official client of WireGuard for Windows, more info:
https://www.wireguard.com/install/
Uses custom TUN driver:
https://www.wintun.net/
### Your environment
* Environment name and version: Brave Version 0.64.77 Chromium: 74.0.3729.169
* Operating system and version: Windows 10 v1903
| True | Incompatibility with official WireGuard client - ### Steps to reproduce
1. Start AdGuard protection
2. Start WireGuard connection
### Expected behavior
AdGuard works on top of WireGuard
### Actual behavior
No internet
### Details
This is the recently released official client of WireGuard for Windows, more info:
https://www.wireguard.com/install/
Uses custom TUN driver:
https://www.wintun.net/
### Your environment
* Environment name and version: Brave Version 0.64.77 Chromium: 74.0.3729.169
* Operating system and version: Windows 10 v1903
| non_priority | incompatibility with official wireguard client steps to reproduce start adguard protection start wireguard connection expected behavior adguard works on top of wireguard actual behavior no internet details this is the recently released official client of wireguard for windows more info uses custom tun driver your environment environment name and version brave version chromium operating system and version windows | 0 |
336,162 | 24,488,683,029 | IssuesEvent | 2022-10-09 19:35:52 | ekanshsinghal/se-group26-proj1 | https://api.github.com/repos/ekanshsinghal/se-group26-proj1 | closed | Generate docs for frontend and backend | documentation | Doc generation for python and react js
Python can use Sphinx, | 1.0 | Generate docs for frontend and backend - Doc generation for python and react js
Python can use Sphinx, | non_priority | generate docs for frontend and backend doc generation for python and react js python can use sphinx | 0 |
175,476 | 27,863,502,833 | IssuesEvent | 2023-03-21 08:36:37 | nextcloud/mail | https://api.github.com/repos/nextcloud/mail | opened | Attachment names not readable on mobile | bug 1. to develop design skill:frontend | ### Steps to reproduce
1. Open a message with attachments
### Expected behavior
I can read the attachment names
### Actual behavior
I can't read the name. and the size is wrapped.

on hover

### Mail app version
3
### Mailserver or service
_No response_
### Operating system
_No response_
### PHP engine version
None
### Web server
None
### Database
None
### Additional info
_No response_ | 1.0 | Attachment names not readable on mobile - ### Steps to reproduce
1. Open a message with attachments
### Expected behavior
I can read the attachment names
### Actual behavior
I can't read the name. and the size is wrapped.

on hover

### Mail app version
3
### Mailserver or service
_No response_
### Operating system
_No response_
### PHP engine version
None
### Web server
None
### Database
None
### Additional info
_No response_ | non_priority | attachment names not readable on mobile steps to reproduce open a message with attachments expected behavior i can read the attachment names actual behavior i can t read the name and the size is wrapped on hover mail app version mailserver or service no response operating system no response php engine version none web server none database none additional info no response | 0 |
120,565 | 25,822,616,016 | IssuesEvent | 2022-12-12 10:38:09 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | closed | [Perf] Linux/x64: 4 Regressions on 11/2/2022 9:17:08 PM | area-CodeGen-coreclr refs/heads/main ubuntu 18.04 PGO Regression x64 | ### Run Information
Architecture | x64
-- | --
OS | ubuntu 18.04
Baseline | [bdd67af67dbf43c0f5e9151b98dc100b9555898a](https://github.com/dotnet/runtime/commit/bdd67af67dbf43c0f5e9151b98dc100b9555898a)
Compare | [9b9aeafbecbdae09dbcad7110d9d38ee04138d5b](https://github.com/dotnet/runtime/commit/9b9aeafbecbdae09dbcad7110d9d38ee04138d5b)
Diff | [Diff](https://github.com/dotnet/runtime/compare/bdd67af67dbf43c0f5e9151b98dc100b9555898a...9b9aeafbecbdae09dbcad7110d9d38ee04138d5b)
### Regressions in System.Numerics.Tests.Perf_VectorOf<Byte>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio | Baseline ETL | Compare ETL
-- | -- | -- | -- | -- | -- | -- | -- | -- | -- | --
[BitwiseAndOperatorBenchmark - Duration of single invocation](<https://pvscmdupload.blob.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu 18.04_LLVM=false_MonoAOT=false_MonoInterpreter=true/System.Numerics.Tests.Perf_VectorOf(Byte).BitwiseAndOperatorBenchmark.html>) | 17.04 ns | 40.48 ns | 2.38 | 0.30 | False | | |
[BitwiseOrOperatorBenchmark - Duration of single invocation](<https://pvscmdupload.blob.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu 18.04_LLVM=false_MonoAOT=false_MonoInterpreter=true/System.Numerics.Tests.Perf_VectorOf(Byte).BitwiseOrOperatorBenchmark.html>) | 17.00 ns | 44.00 ns | 2.59 | 0.28 | False | | |
[InequalityOperatorBenchmark - Duration of single invocation](<https://pvscmdupload.blob.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu 18.04_LLVM=false_MonoAOT=false_MonoInterpreter=true/System.Numerics.Tests.Perf_VectorOf(Byte).InequalityOperatorBenchmark.html>) | 20.45 ns | 185.14 ns | 9.05 | 0.18 | False | | |
[ExclusiveOrOperatorBenchmark - Duration of single invocation](<https://pvscmdupload.blob.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu 18.04_LLVM=false_MonoAOT=false_MonoInterpreter=true/System.Numerics.Tests.Perf_VectorOf(Byte).ExclusiveOrOperatorBenchmark.html>) | 16.71 ns | 40.45 ns | 2.42 | 0.27 | False | | |
[Test Report](<https://pvscmdupload.blob.core.windows.net/autofilereport/autofilereports/11_15_2022/refs/heads/main_x64_ubuntu%2018.04_LLVM=false_MonoAOT=false_MonoInterpreter=true_Regression/System.Numerics.Tests.Perf_VectorOf(Byte).html>)
### Repro
```cmd
git clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f net6.0 --filter 'System.Numerics.Tests.Perf_VectorOf<Byte>*'
```
### Related Issues
#### Regressions
#### Improvements
<details>
### Payloads
[Baseline](<https://helixdi107v0xdeko0k025g8.blob.core.windows.net/helix-job-a83165f2-7f58-4f0d-8aa6-8d41738068bd67ddeb723944b4985/4b820576-24b5-4198-b08b-38686d57b16f.zip?sv=2021-08-06&se=2022-12-02T06%3A31%3A44Z&sr=c&sp=rl&sig=3ombaO24i7DwZkVIeBjIM19xZhAzLzyJgraVqwsIHXs%3D>)
[Compare](<https://helixdi107v0xdeko0k025g8.blob.core.windows.net/helix-job-30a86ea7-a874-46a5-92a7-4ce05328da43a3f841a26da4b4193/01fb2c17-0e5c-40f6-a6bc-91f7585110f3.zip?sv=2021-08-06&se=2022-12-03T06%3A06%3A49Z&sr=c&sp=rl&sig=bRfA%2F7XDJDz0Y50587c7QGfuk8vC3q96LKqF47cbH04%3D>)
### Histogram
### Edge Detector Info
[Collection Data](<https://pvscmdupload.blob.core.windows.net/autofilereport/reports/11_15_2022/refs/heads/main_x64_ubuntu 18.04_LLVM=false_MonoAOT=false_MonoInterpreter=true/System.Numerics.Tests.Perf_VectorOf-Byte-.ExclusiveOrOperatorBenchmark.txt?sv=2018-03-28&sr=c&sig=XY91HfJ33gUz%2F6reRXA6dLc1DMCMz2Jx1g9tAdCYuJo%3D&se=2022-12-08T12%3A14%3A05Z&sp=racwdl>)
#### System.Numerics.Tests.Perf_VectorOf<Byte>.BitwiseAndOperatorBenchmark
```log
```
### Description of detection logic
```IsRegressionBase: Marked as regression because the compare was 5% greater than the baseline, and the value was not too small.
IsRegressionChecked: Marked as regression because the three check build points were 0.05 greater than the baseline.
IsImprovementBase: Marked as not an improvement because the compare was not 5% less than the baseline, or the value was too small.
IsRegressionBase: Marked as regression because the compare was 5% greater than the baseline, and the value was not too small.
IsRegressionWindowed: Marked as regression because 40.48214722741251 > 17.8832730968035.
IsChangePoint: Marked as a change because one of 10/10/2022 9:53:50 PM, 11/2/2022 9:35:40 AM, 11/9/2022 12:33:05 PM falls between 10/31/2022 10:23:25 PM and 11/9/2022 12:33:05 PM.
IsRegressionStdDev: Marked as regression because -115.61805338697508 (T) = (0 -41.48094932277073) / Math.Sqrt((0.43644517167619945 / (20)) + (0.5840310250310213 / (27))) is less than -2.0141033888794695 = MathNet.Numerics.Distributions.StudentT.InvCDF(0, 1, (20) + (27) - 2, .025) and -1.3867179298990282 = (17.37991272580988 - 41.48094932277073) / 17.37991272580988 is less than -0.05.
IsImprovementBase: Marked as not an improvement because the compare was not 5% less than the baseline, or the value was too small.
IsChangeEdgeDetector: Marked not as a regression because Edge Detector said so.
IsChangeEdgeDetector: Marked not as a regression because Edge Detector said so.
```#### System.Numerics.Tests.Perf_VectorOf<Byte>.BitwiseOrOperatorBenchmark
```log
```
### Description of detection logic
```IsRegressionBase: Marked as regression because the compare was 5% greater than the baseline, and the value was not too small.
IsRegressionChecked: Marked as regression because the three check build points were 0.05 greater than the baseline.
IsImprovementBase: Marked as not an improvement because the compare was not 5% less than the baseline, or the value was too small.
IsRegressionBase: Marked as regression because the compare was 5% greater than the baseline, and the value was not too small.
IsRegressionWindowed: Marked as regression because 43.99810397838218 > 17.768667456135717.
IsChangePoint: Marked as a change because one of 10/10/2022 9:53:50 PM, 11/2/2022 9:35:40 AM, 11/9/2022 12:33:05 PM falls between 10/31/2022 10:23:25 PM and 11/9/2022 12:33:05 PM.
IsRegressionStdDev: Marked as regression because -110.34626791363422 (T) = (0 -41.5251948642091) / Math.Sqrt((0.22804741834315298 / (20)) + (1.0607662537804226 / (28))) is less than -2.0128955989180297 = MathNet.Numerics.Distributions.StudentT.InvCDF(0, 1, (20) + (28) - 2, .025) and -1.438698126871731 = (17.02760764304848 - 41.5251948642091) / 17.02760764304848 is less than -0.05.
IsImprovementBase: Marked as not an improvement because the compare was not 5% less than the baseline, or the value was too small.
IsChangeEdgeDetector: Marked not as a regression because Edge Detector said so.
IsChangeEdgeDetector: Marked not as a regression because Edge Detector said so.
```#### System.Numerics.Tests.Perf_VectorOf<Byte>.InequalityOperatorBenchmark
```log
```
### Description of detection logic
```IsRegressionBase: Marked as regression because the compare was 5% greater than the baseline, and the value was not too small.
IsRegressionChecked: Marked as regression because the three check build points were 0.05 greater than the baseline.
IsImprovementBase: Marked as not an improvement because the compare was not 5% less than the baseline, or the value was too small.
IsRegressionBase: Marked as regression because the compare was 5% greater than the baseline, and the value was not too small.
IsRegressionWindowed: Marked as regression because 185.14341651742794 > 21.761858891579507.
IsChangePoint: Marked as a change because one of 11/2/2022 9:35:40 AM, 11/9/2022 12:33:05 PM falls between 10/31/2022 10:23:25 PM and 11/9/2022 12:33:05 PM.
IsRegressionStdDev: Marked as regression because -57.474369018542625 (T) = (0 -190.00223191815303) / Math.Sqrt((1.4550492739901846 / (20)) + (239.22481043328577 / (28))) is less than -2.0128955989180297 = MathNet.Numerics.Distributions.StudentT.InvCDF(0, 1, (20) + (28) - 2, .025) and -7.923339295339113 = (21.292727490189243 - 190.00223191815303) / 21.292727490189243 is less than -0.05.
IsImprovementBase: Marked as not an improvement because the compare was not 5% less than the baseline, or the value was too small.
IsChangeEdgeDetector: Marked not as a regression because Edge Detector said so.
IsChangeEdgeDetector: Marked not as a regression because Edge Detector said so.
```#### System.Numerics.Tests.Perf_VectorOf<Byte>.ExclusiveOrOperatorBenchmark
```log
```
### Description of detection logic
```IsRegressionBase: Marked as regression because the compare was 5% greater than the baseline, and the value was not too small.
IsRegressionChecked: Marked as regression because the three check build points were 0.05 greater than the baseline.
IsImprovementBase: Marked as not an improvement because the compare was not 5% less than the baseline, or the value was too small.
IsRegressionBase: Marked as regression because the compare was 5% greater than the baseline, and the value was not too small.
IsRegressionWindowed: Marked as regression because 40.454721436266226 > 17.987226369349983.
IsChangePoint: Marked as a change because one of 10/10/2022 9:53:50 PM, 11/2/2022 9:35:40 AM, 11/9/2022 12:33:05 PM falls between 10/31/2022 10:23:25 PM and 11/9/2022 12:33:05 PM.
IsRegressionStdDev: Marked as regression because -51.146493605350656 (T) = (0 -41.50692633625324) / Math.Sqrt((0.8506836929993927 / (20)) + (4.997410101675217 / (28))) is less than -2.0128955989180297 = MathNet.Numerics.Distributions.StudentT.InvCDF(0, 1, (20) + (28) - 2, .025) and -1.3769966647193077 = (17.46192030991119 - 41.50692633625324) / 17.46192030991119 is less than -0.05.
IsImprovementBase: Marked as not an improvement because the compare was not 5% less than the baseline, or the value was too small.
IsChangeEdgeDetector: Marked not as a regression because Edge Detector said so.
IsChangeEdgeDetector: Marked not as a regression because Edge Detector said so.
```
### Docs
[Profiling workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/profiling-workflow-dotnet-runtime.md)
[Benchmarking workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/benchmarking-workflow-dotnet-runtime.md)
</details>
| 1.0 | [Perf] Linux/x64: 4 Regressions on 11/2/2022 9:17:08 PM - ### Run Information
Architecture | x64
-- | --
OS | ubuntu 18.04
Baseline | [bdd67af67dbf43c0f5e9151b98dc100b9555898a](https://github.com/dotnet/runtime/commit/bdd67af67dbf43c0f5e9151b98dc100b9555898a)
Compare | [9b9aeafbecbdae09dbcad7110d9d38ee04138d5b](https://github.com/dotnet/runtime/commit/9b9aeafbecbdae09dbcad7110d9d38ee04138d5b)
Diff | [Diff](https://github.com/dotnet/runtime/compare/bdd67af67dbf43c0f5e9151b98dc100b9555898a...9b9aeafbecbdae09dbcad7110d9d38ee04138d5b)
### Regressions in System.Numerics.Tests.Perf_VectorOf<Byte>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio | Baseline ETL | Compare ETL
-- | -- | -- | -- | -- | -- | -- | -- | -- | -- | --
[BitwiseAndOperatorBenchmark - Duration of single invocation](<https://pvscmdupload.blob.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu 18.04_LLVM=false_MonoAOT=false_MonoInterpreter=true/System.Numerics.Tests.Perf_VectorOf(Byte).BitwiseAndOperatorBenchmark.html>) | 17.04 ns | 40.48 ns | 2.38 | 0.30 | False | | |
[BitwiseOrOperatorBenchmark - Duration of single invocation](<https://pvscmdupload.blob.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu 18.04_LLVM=false_MonoAOT=false_MonoInterpreter=true/System.Numerics.Tests.Perf_VectorOf(Byte).BitwiseOrOperatorBenchmark.html>) | 17.00 ns | 44.00 ns | 2.59 | 0.28 | False | | |
[InequalityOperatorBenchmark - Duration of single invocation](<https://pvscmdupload.blob.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu 18.04_LLVM=false_MonoAOT=false_MonoInterpreter=true/System.Numerics.Tests.Perf_VectorOf(Byte).InequalityOperatorBenchmark.html>) | 20.45 ns | 185.14 ns | 9.05 | 0.18 | False | | |
[ExclusiveOrOperatorBenchmark - Duration of single invocation](<https://pvscmdupload.blob.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu 18.04_LLVM=false_MonoAOT=false_MonoInterpreter=true/System.Numerics.Tests.Perf_VectorOf(Byte).ExclusiveOrOperatorBenchmark.html>) | 16.71 ns | 40.45 ns | 2.42 | 0.27 | False | | |
[Test Report](<https://pvscmdupload.blob.core.windows.net/autofilereport/autofilereports/11_15_2022/refs/heads/main_x64_ubuntu%2018.04_LLVM=false_MonoAOT=false_MonoInterpreter=true_Regression/System.Numerics.Tests.Perf_VectorOf(Byte).html>)
### Repro
```cmd
git clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f net6.0 --filter 'System.Numerics.Tests.Perf_VectorOf<Byte>*'
```
### Related Issues
#### Regressions
#### Improvements
<details>
### Payloads
[Baseline](<https://helixdi107v0xdeko0k025g8.blob.core.windows.net/helix-job-a83165f2-7f58-4f0d-8aa6-8d41738068bd67ddeb723944b4985/4b820576-24b5-4198-b08b-38686d57b16f.zip?sv=2021-08-06&se=2022-12-02T06%3A31%3A44Z&sr=c&sp=rl&sig=3ombaO24i7DwZkVIeBjIM19xZhAzLzyJgraVqwsIHXs%3D>)
[Compare](<https://helixdi107v0xdeko0k025g8.blob.core.windows.net/helix-job-30a86ea7-a874-46a5-92a7-4ce05328da43a3f841a26da4b4193/01fb2c17-0e5c-40f6-a6bc-91f7585110f3.zip?sv=2021-08-06&se=2022-12-03T06%3A06%3A49Z&sr=c&sp=rl&sig=bRfA%2F7XDJDz0Y50587c7QGfuk8vC3q96LKqF47cbH04%3D>)
### Histogram
### Edge Detector Info
[Collection Data](<https://pvscmdupload.blob.core.windows.net/autofilereport/reports/11_15_2022/refs/heads/main_x64_ubuntu 18.04_LLVM=false_MonoAOT=false_MonoInterpreter=true/System.Numerics.Tests.Perf_VectorOf-Byte-.ExclusiveOrOperatorBenchmark.txt?sv=2018-03-28&sr=c&sig=XY91HfJ33gUz%2F6reRXA6dLc1DMCMz2Jx1g9tAdCYuJo%3D&se=2022-12-08T12%3A14%3A05Z&sp=racwdl>)
#### System.Numerics.Tests.Perf_VectorOf<Byte>.BitwiseAndOperatorBenchmark
```log
```
### Description of detection logic
```IsRegressionBase: Marked as regression because the compare was 5% greater than the baseline, and the value was not too small.
IsRegressionChecked: Marked as regression because the three check build points were 0.05 greater than the baseline.
IsImprovementBase: Marked as not an improvement because the compare was not 5% less than the baseline, or the value was too small.
IsRegressionBase: Marked as regression because the compare was 5% greater than the baseline, and the value was not too small.
IsRegressionWindowed: Marked as regression because 40.48214722741251 > 17.8832730968035.
IsChangePoint: Marked as a change because one of 10/10/2022 9:53:50 PM, 11/2/2022 9:35:40 AM, 11/9/2022 12:33:05 PM falls between 10/31/2022 10:23:25 PM and 11/9/2022 12:33:05 PM.
IsRegressionStdDev: Marked as regression because -115.61805338697508 (T) = (0 -41.48094932277073) / Math.Sqrt((0.43644517167619945 / (20)) + (0.5840310250310213 / (27))) is less than -2.0141033888794695 = MathNet.Numerics.Distributions.StudentT.InvCDF(0, 1, (20) + (27) - 2, .025) and -1.3867179298990282 = (17.37991272580988 - 41.48094932277073) / 17.37991272580988 is less than -0.05.
IsImprovementBase: Marked as not an improvement because the compare was not 5% less than the baseline, or the value was too small.
IsChangeEdgeDetector: Marked not as a regression because Edge Detector said so.
IsChangeEdgeDetector: Marked not as a regression because Edge Detector said so.
```#### System.Numerics.Tests.Perf_VectorOf<Byte>.BitwiseOrOperatorBenchmark
```log
```
### Description of detection logic
```IsRegressionBase: Marked as regression because the compare was 5% greater than the baseline, and the value was not too small.
IsRegressionChecked: Marked as regression because the three check build points were 0.05 greater than the baseline.
IsImprovementBase: Marked as not an improvement because the compare was not 5% less than the baseline, or the value was too small.
IsRegressionBase: Marked as regression because the compare was 5% greater than the baseline, and the value was not too small.
IsRegressionWindowed: Marked as regression because 43.99810397838218 > 17.768667456135717.
IsChangePoint: Marked as a change because one of 10/10/2022 9:53:50 PM, 11/2/2022 9:35:40 AM, 11/9/2022 12:33:05 PM falls between 10/31/2022 10:23:25 PM and 11/9/2022 12:33:05 PM.
IsRegressionStdDev: Marked as regression because -110.34626791363422 (T) = (0 -41.5251948642091) / Math.Sqrt((0.22804741834315298 / (20)) + (1.0607662537804226 / (28))) is less than -2.0128955989180297 = MathNet.Numerics.Distributions.StudentT.InvCDF(0, 1, (20) + (28) - 2, .025) and -1.438698126871731 = (17.02760764304848 - 41.5251948642091) / 17.02760764304848 is less than -0.05.
IsImprovementBase: Marked as not an improvement because the compare was not 5% less than the baseline, or the value was too small.
IsChangeEdgeDetector: Marked not as a regression because Edge Detector said so.
IsChangeEdgeDetector: Marked not as a regression because Edge Detector said so.
```#### System.Numerics.Tests.Perf_VectorOf<Byte>.InequalityOperatorBenchmark
```log
```
### Description of detection logic
```IsRegressionBase: Marked as regression because the compare was 5% greater than the baseline, and the value was not too small.
IsRegressionChecked: Marked as regression because the three check build points were 0.05 greater than the baseline.
IsImprovementBase: Marked as not an improvement because the compare was not 5% less than the baseline, or the value was too small.
IsRegressionBase: Marked as regression because the compare was 5% greater than the baseline, and the value was not too small.
IsRegressionWindowed: Marked as regression because 185.14341651742794 > 21.761858891579507.
IsChangePoint: Marked as a change because one of 11/2/2022 9:35:40 AM, 11/9/2022 12:33:05 PM falls between 10/31/2022 10:23:25 PM and 11/9/2022 12:33:05 PM.
IsRegressionStdDev: Marked as regression because -57.474369018542625 (T) = (0 -190.00223191815303) / Math.Sqrt((1.4550492739901846 / (20)) + (239.22481043328577 / (28))) is less than -2.0128955989180297 = MathNet.Numerics.Distributions.StudentT.InvCDF(0, 1, (20) + (28) - 2, .025) and -7.923339295339113 = (21.292727490189243 - 190.00223191815303) / 21.292727490189243 is less than -0.05.
IsImprovementBase: Marked as not an improvement because the compare was not 5% less than the baseline, or the value was too small.
IsChangeEdgeDetector: Marked not as a regression because Edge Detector said so.
IsChangeEdgeDetector: Marked not as a regression because Edge Detector said so.
```#### System.Numerics.Tests.Perf_VectorOf<Byte>.ExclusiveOrOperatorBenchmark
```log
```
### Description of detection logic
```IsRegressionBase: Marked as regression because the compare was 5% greater than the baseline, and the value was not too small.
IsRegressionChecked: Marked as regression because the three check build points were 0.05 greater than the baseline.
IsImprovementBase: Marked as not an improvement because the compare was not 5% less than the baseline, or the value was too small.
IsRegressionBase: Marked as regression because the compare was 5% greater than the baseline, and the value was not too small.
IsRegressionWindowed: Marked as regression because 40.454721436266226 > 17.987226369349983.
IsChangePoint: Marked as a change because one of 10/10/2022 9:53:50 PM, 11/2/2022 9:35:40 AM, 11/9/2022 12:33:05 PM falls between 10/31/2022 10:23:25 PM and 11/9/2022 12:33:05 PM.
IsRegressionStdDev: Marked as regression because -51.146493605350656 (T) = (0 -41.50692633625324) / Math.Sqrt((0.8506836929993927 / (20)) + (4.997410101675217 / (28))) is less than -2.0128955989180297 = MathNet.Numerics.Distributions.StudentT.InvCDF(0, 1, (20) + (28) - 2, .025) and -1.3769966647193077 = (17.46192030991119 - 41.50692633625324) / 17.46192030991119 is less than -0.05.
IsImprovementBase: Marked as not an improvement because the compare was not 5% less than the baseline, or the value was too small.
IsChangeEdgeDetector: Marked not as a regression because Edge Detector said so.
IsChangeEdgeDetector: Marked not as a regression because Edge Detector said so.
```
### Docs
[Profiling workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/profiling-workflow-dotnet-runtime.md)
[Benchmarking workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/benchmarking-workflow-dotnet-runtime.md)
</details>
| non_priority | linux regressions on pm run information architecture os ubuntu baseline compare diff regressions in system numerics tests perf vectorof lt byte gt benchmark baseline test test base test quality edge detector baseline ir compare ir ir ratio baseline etl compare etl ns ns false ns ns false ns ns false ns ns false repro cmd git clone performance scripts benchmarks ci py f filter system numerics tests perf vectorof lt byte gt related issues regressions improvements payloads histogram edge detector info system numerics tests perf vectorof lt byte gt bitwiseandoperatorbenchmark log description of detection logic isregressionbase marked as regression because the compare was greater than the baseline and the value was not too small isregressionchecked marked as regression because the three check build points were greater than the baseline isimprovementbase marked as not an improvement because the compare was not less than the baseline or the value was too small isregressionbase marked as regression because the compare was greater than the baseline and the value was not too small isregressionwindowed marked as regression because ischangepoint marked as a change because one of pm am pm falls between pm and pm isregressionstddev marked as regression because t math sqrt is less than mathnet numerics distributions studentt invcdf and is less than isimprovementbase marked as not an improvement because the compare was not less than the baseline or the value was too small ischangeedgedetector marked not as a regression because edge detector said so ischangeedgedetector marked not as a regression because edge detector said so system numerics tests perf vectorof lt byte gt bitwiseoroperatorbenchmark log description of detection logic isregressionbase marked as regression because the compare was greater than the baseline and the value was not too small isregressionchecked marked as regression because the three check build points were greater than the baseline isimprovementbase marked as not an improvement because the compare was not less than the baseline or the value was too small isregressionbase marked as regression because the compare was greater than the baseline and the value was not too small isregressionwindowed marked as regression because ischangepoint marked as a change because one of pm am pm falls between pm and pm isregressionstddev marked as regression because t math sqrt is less than mathnet numerics distributions studentt invcdf and is less than isimprovementbase marked as not an improvement because the compare was not less than the baseline or the value was too small ischangeedgedetector marked not as a regression because edge detector said so ischangeedgedetector marked not as a regression because edge detector said so system numerics tests perf vectorof lt byte gt inequalityoperatorbenchmark log description of detection logic isregressionbase marked as regression because the compare was greater than the baseline and the value was not too small isregressionchecked marked as regression because the three check build points were greater than the baseline isimprovementbase marked as not an improvement because the compare was not less than the baseline or the value was too small isregressionbase marked as regression because the compare was greater than the baseline and the value was not too small isregressionwindowed marked as regression because ischangepoint marked as a change because one of am pm falls between pm and pm isregressionstddev marked as regression because t math sqrt is less than mathnet numerics distributions studentt invcdf and is less than isimprovementbase marked as not an improvement because the compare was not less than the baseline or the value was too small ischangeedgedetector marked not as a regression because edge detector said so ischangeedgedetector marked not as a regression because edge detector said so system numerics tests perf vectorof lt byte gt exclusiveoroperatorbenchmark log description of detection logic isregressionbase marked as regression because the compare was greater than the baseline and the value was not too small isregressionchecked marked as regression because the three check build points were greater than the baseline isimprovementbase marked as not an improvement because the compare was not less than the baseline or the value was too small isregressionbase marked as regression because the compare was greater than the baseline and the value was not too small isregressionwindowed marked as regression because ischangepoint marked as a change because one of pm am pm falls between pm and pm isregressionstddev marked as regression because t math sqrt is less than mathnet numerics distributions studentt invcdf and is less than isimprovementbase marked as not an improvement because the compare was not less than the baseline or the value was too small ischangeedgedetector marked not as a regression because edge detector said so ischangeedgedetector marked not as a regression because edge detector said so docs | 0 |
398,624 | 27,204,909,388 | IssuesEvent | 2023-02-20 12:23:03 | GDSC-MYONGJI/22-23-TDD-Study | https://api.github.com/repos/GDSC-MYONGJI/22-23-TDD-Study | opened | 9주차 - 테스트 범위와 종류 - 김정호 | documentation | #86
# ⭐ Chapter 9. 테스트 범위와 종류
테스트의 범위와 종류에 대해 알아보고 차이를 구분할 수 있도록 한다.
- [ ] 테스트의 범위와 종류 알아보기
- [ ] Chap 9의 내용을 개인 기술 블로그에 정리한 후 자신의 issue에 comment로 링크 남기기
- [ ] 문제 만들고, Core Member에게 제출하기(스터디 전날까지 부탁드려요!)
<br>
- [ ] 모든 과정을 마친 후 pull request 올리기(pr 올릴 변경사항이 없다면 설명을 남긴 후, 체크해주세요) | 1.0 | 9주차 - 테스트 범위와 종류 - 김정호 - #86
# ⭐ Chapter 9. 테스트 범위와 종류
테스트의 범위와 종류에 대해 알아보고 차이를 구분할 수 있도록 한다.
- [ ] 테스트의 범위와 종류 알아보기
- [ ] Chap 9의 내용을 개인 기술 블로그에 정리한 후 자신의 issue에 comment로 링크 남기기
- [ ] 문제 만들고, Core Member에게 제출하기(스터디 전날까지 부탁드려요!)
<br>
- [ ] 모든 과정을 마친 후 pull request 올리기(pr 올릴 변경사항이 없다면 설명을 남긴 후, 체크해주세요) | non_priority | 테스트 범위와 종류 김정호 ⭐ chapter 테스트 범위와 종류 테스트의 범위와 종류에 대해 알아보고 차이를 구분할 수 있도록 한다 테스트의 범위와 종류 알아보기 chap 내용을 개인 기술 블로그에 정리한 후 자신의 issue에 comment로 링크 남기기 문제 만들고 core member에게 제출하기 스터디 전날까지 부탁드려요 모든 과정을 마친 후 pull request 올리기 pr 올릴 변경사항이 없다면 설명을 남긴 후 체크해주세요 | 0 |
57,153 | 11,714,110,219 | IssuesEvent | 2020-03-09 11:39:34 | quakeforge/quakeforge | https://api.github.com/repos/quakeforge/quakeforge | opened | Dynamic progs memory | enhancement gamecode | the dynamic strings table, which later evolved into PR_RESMAP, can, with some simple tweaks, be evolved into PR_MEMMAP (maybe a different name)
4096 4MB (1Mw) pages
addressing would be mostly cheap, just need to be careful around page boundaries with "large" objects (> 1 word)
it would allow for shared memory between progs
However, 1Mw might be a tad large, so maybe 16kx256k, 32x128, or even 64x64 | 1.0 | Dynamic progs memory - the dynamic strings table, which later evolved into PR_RESMAP, can, with some simple tweaks, be evolved into PR_MEMMAP (maybe a different name)
4096 4MB (1Mw) pages
addressing would be mostly cheap, just need to be careful around page boundaries with "large" objects (> 1 word)
it would allow for shared memory between progs
However, 1Mw might be a tad large, so maybe 16kx256k, 32x128, or even 64x64 | non_priority | dynamic progs memory the dynamic strings table which later evolved into pr resmap can with some simple tweaks be evolved into pr memmap maybe a different name pages addressing would be mostly cheap just need to be careful around page boundaries with large objects word it would allow for shared memory between progs however might be a tad large so maybe or even | 0 |
288,739 | 24,932,909,014 | IssuesEvent | 2022-10-31 13:07:46 | ampproject/amphtml | https://api.github.com/repos/ampproject/amphtml | closed | Need integration tests for ads initialIntersection + SEND_INTERSECTIONS messages. | WG: performance Type: Testing | **summary**
Recent CP (https://github.com/ampproject/amphtml/issues/32111) was necessary to fix an issue with code that gathers IntersectionObserverEntries for 3p iframes.
We should have integration tests for these. They must
- Also have a viewer case
- Viewer should be x-origin as InObs behave in a more restricted manner in those cases.
| 1.0 | Need integration tests for ads initialIntersection + SEND_INTERSECTIONS messages. - **summary**
Recent CP (https://github.com/ampproject/amphtml/issues/32111) was necessary to fix an issue with code that gathers IntersectionObserverEntries for 3p iframes.
We should have integration tests for these. They must
- Also have a viewer case
- Viewer should be x-origin as InObs behave in a more restricted manner in those cases.
| non_priority | need integration tests for ads initialintersection send intersections messages summary recent cp was necessary to fix an issue with code that gathers intersectionobserverentries for iframes we should have integration tests for these they must also have a viewer case viewer should be x origin as inobs behave in a more restricted manner in those cases | 0 |
266,077 | 23,220,848,720 | IssuesEvent | 2022-08-02 18:03:36 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | closed | DISABLED test_scalars (__main__.TestFunctionalization) | triaged module: flaky-tests skipped module: unknown module: functionalization | Platforms: linux
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_scalars&suite=TestFunctionalization&file=test_functionalization.py) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/7275940362).
Over the past 3 hours, it has been determined flaky in 1 workflow(s) with 1 red and 1 green.
cc @bdhirsh @ezyang | 1.0 | DISABLED test_scalars (__main__.TestFunctionalization) - Platforms: linux
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_scalars&suite=TestFunctionalization&file=test_functionalization.py) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/7275940362).
Over the past 3 hours, it has been determined flaky in 1 workflow(s) with 1 red and 1 green.
cc @bdhirsh @ezyang | non_priority | disabled test scalars main testfunctionalization platforms linux this test was disabled because it is failing in ci see and the most recent trunk over the past hours it has been determined flaky in workflow s with red and green cc bdhirsh ezyang | 0 |
19,010 | 4,329,479,364 | IssuesEvent | 2016-07-26 16:57:19 | troessner/reek | https://api.github.com/repos/troessner/reek | closed | Evaluate badges from the hamster gem | discussion documentation | I think that [the badges from the hamster gem](https://github.com/hamstergem/hamster) look pretty awesome.
Let's evaluate if some of those make sense for us. | 1.0 | Evaluate badges from the hamster gem - I think that [the badges from the hamster gem](https://github.com/hamstergem/hamster) look pretty awesome.
Let's evaluate if some of those make sense for us. | non_priority | evaluate badges from the hamster gem i think that look pretty awesome let s evaluate if some of those make sense for us | 0 |
157,341 | 12,370,791,490 | IssuesEvent | 2020-05-18 17:24:34 | ctoec/ecis-experimental | https://api.github.com/repos/ctoec/ecis-experimental | closed | Create backend integration tests for Report PUT | api test-coverage | Write an integration test that hits the `api/organizations/[orgId]/Reports/[reportId]` endpoint with a PUT body of report object.
Assert the response has the appropriate structure:
* `organization` not null
* `organization.sites` not null
* `organization.sites.organization` null
* `organization.sites.enrollments` null
* `organization.fundingsSpaces.fundings` null
* `enrollments.child` not null
* `enrollments.child.organization` null
* `enrollments.child.family` null
* `enrollments.child.enrollments` null
* `enrollments.site` null
* `enrollments.fundings` not null
* `enrollments.fundings.firstReportingPeriod` null
* `enrollments.fundings.lastReportingPeriod` null
* `enrollments.fundings.enrollment` null
* `enrollments.fundings.fundingSpace` null
* `enrollments.pastEnrollments` null
Assert no validation errors | 1.0 | Create backend integration tests for Report PUT - Write an integration test that hits the `api/organizations/[orgId]/Reports/[reportId]` endpoint with a PUT body of report object.
Assert the response has the appropriate structure:
* `organization` not null
* `organization.sites` not null
* `organization.sites.organization` null
* `organization.sites.enrollments` null
* `organization.fundingsSpaces.fundings` null
* `enrollments.child` not null
* `enrollments.child.organization` null
* `enrollments.child.family` null
* `enrollments.child.enrollments` null
* `enrollments.site` null
* `enrollments.fundings` not null
* `enrollments.fundings.firstReportingPeriod` null
* `enrollments.fundings.lastReportingPeriod` null
* `enrollments.fundings.enrollment` null
* `enrollments.fundings.fundingSpace` null
* `enrollments.pastEnrollments` null
Assert no validation errors | non_priority | create backend integration tests for report put write an integration test that hits the api organizations reports endpoint with a put body of report object assert the response has the appropriate structure organization not null organization sites not null organization sites organization null organization sites enrollments null organization fundingsspaces fundings null enrollments child not null enrollments child organization null enrollments child family null enrollments child enrollments null enrollments site null enrollments fundings not null enrollments fundings firstreportingperiod null enrollments fundings lastreportingperiod null enrollments fundings enrollment null enrollments fundings fundingspace null enrollments pastenrollments null assert no validation errors | 0 |
163,607 | 20,363,949,951 | IssuesEvent | 2022-02-21 01:49:16 | UpendoVentures/Page-Settings-Editor | https://api.github.com/repos/UpendoVentures/Page-Settings-Editor | opened | CVE-2022-0639 (Medium) detected in url-parse-1.4.7.tgz | security vulnerability | ## CVE-2022-0639 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>url-parse-1.4.7.tgz</b></p></summary>
<p>Small footprint URL parser that works seamlessly across Node.js and browser environments</p>
<p>Library home page: <a href="https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz">https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz</a></p>
<p>Path to dependency file: /Modules/PageSettingsEditor/package.json</p>
<p>Path to vulnerable library: /Modules/PageSettingsEditor/node_modules/url-parse/package.json</p>
<p>
Dependency Hierarchy:
- webpack-dev-server-3.11.0.tgz (Root Library)
- sockjs-client-1.4.0.tgz
- :x: **url-parse-1.4.7.tgz** (Vulnerable Library)
<p>Found in base branch: <b>main</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Authorization Bypass Through User-Controlled Key in NPM url-parse prior to 1.5.7.
<p>Publish Date: 2022-02-17
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-0639>CVE-2022-0639</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0639">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0639</a></p>
<p>Release Date: 2022-02-17</p>
<p>Fix Resolution: url-parse - 1.5.7</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2022-0639 (Medium) detected in url-parse-1.4.7.tgz - ## CVE-2022-0639 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>url-parse-1.4.7.tgz</b></p></summary>
<p>Small footprint URL parser that works seamlessly across Node.js and browser environments</p>
<p>Library home page: <a href="https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz">https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz</a></p>
<p>Path to dependency file: /Modules/PageSettingsEditor/package.json</p>
<p>Path to vulnerable library: /Modules/PageSettingsEditor/node_modules/url-parse/package.json</p>
<p>
Dependency Hierarchy:
- webpack-dev-server-3.11.0.tgz (Root Library)
- sockjs-client-1.4.0.tgz
- :x: **url-parse-1.4.7.tgz** (Vulnerable Library)
<p>Found in base branch: <b>main</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Authorization Bypass Through User-Controlled Key in NPM url-parse prior to 1.5.7.
<p>Publish Date: 2022-02-17
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-0639>CVE-2022-0639</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0639">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0639</a></p>
<p>Release Date: 2022-02-17</p>
<p>Fix Resolution: url-parse - 1.5.7</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_priority | cve medium detected in url parse tgz cve medium severity vulnerability vulnerable library url parse tgz small footprint url parser that works seamlessly across node js and browser environments library home page a href path to dependency file modules pagesettingseditor package json path to vulnerable library modules pagesettingseditor node modules url parse package json dependency hierarchy webpack dev server tgz root library sockjs client tgz x url parse tgz vulnerable library found in base branch main vulnerability details authorization bypass through user controlled key in npm url parse prior to publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution url parse step up your open source security game with whitesource | 0 |
6,501 | 5,468,445,508 | IssuesEvent | 2017-03-10 06:08:16 | gtalarico/revitapidocs | https://api.github.com/repos/gtalarico/revitapidocs | closed | Response time has increased on 2.0 > Re-Run benchmark and optimize Search | performance | Also review memory footprint | True | Response time has increased on 2.0 > Re-Run benchmark and optimize Search - Also review memory footprint | non_priority | response time has increased on re run benchmark and optimize search also review memory footprint | 0 |
61,658 | 15,043,880,624 | IssuesEvent | 2021-02-03 01:42:16 | tensorflow/tensorflow | https://api.github.com/repos/tensorflow/tensorflow | closed | build tensorflow lite failed | comp:lite type:build/install | Hi tensorflow lite,
I use arm-a7 to run TFlite , but first build TFlite failed ,and log as attachment . I have build libtensorflow-lite.a ,but I did confirm it OK, because there are some error , so pls check whether it is ok? thank you very much!
mike@ubuntu:~/working/tensorflow$ ./tensorflow/lite/tools/make/build_bbb_lib.sh
+ set -e
+++ dirname ./tensorflow/lite/tools/make/build_bbb_lib.sh
++ cd ./tensorflow/lite/tools/make
++ pwd
+ SCRIPT_DIR=/home/mike/working/tensorflow/tensorflow/lite/tools/make
+ cd /home/mike/working/tensorflow/tensorflow/lite/tools/make/../../../..
+ CC_PREFIX=/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/arm-buildroot-linux-gnueabihf-
+ make -j 4 -f tensorflow/lite/tools/make/Makefile TARGET=bbb TARGET_ARCH=armv7l
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/arm-buildroot-linux-gnueabihf-g++ -O3 -DNDEBUG -DCPU_SETSIZE=__CPU_SETSIZE -fPIC --std=c++11 -DTFLITE_WITHOUT_XNNPACK -march=armv7-a -mfpu=neon -funsafe-math-optimizations -ftree-vectorize -fPIC -I. -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/../../../../../ -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/../../../../../../ -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/ -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/eigen -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/absl -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/gemmlowp -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/ruy -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/neon_2_sse -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/farmhash/src -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/flatbuffers/include -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/fp16/include -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/cpuinfo -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/cpuinfo/include -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/cpuinfo/src -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/cpuinfo/deps/clog/include -I -I/usr/local/include \
-o /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/obj/tensorflow/lite/tools/benchmark/benchmark_main.o \
-Wl,--whole-archive /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a -Wl,--no-whole-archive -Wl,--no-export-dynamic -Wl,--exclude-libs,ALL -Wl,--gc-sections -Wl,--as-needed -lstdc++ -lpthread -lm -ldl -lrt
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/arm-buildroot-linux-gnueabihf-g++ -O3 -DNDEBUG -DCPU_SETSIZE=__CPU_SETSIZE -fPIC --std=c++11 -DTFLITE_WITHOUT_XNNPACK -march=armv7-a -mfpu=neon -funsafe-math-optimizations -ftree-vectorize -fPIC -I. -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/../../../../../ -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/../../../../../../ -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/ -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/eigen -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/absl -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/gemmlowp -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/ruy -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/neon_2_sse -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/farmhash/src -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/flatbuffers/include -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/fp16/include -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/cpuinfo -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/cpuinfo/include -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/cpuinfo/src -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/cpuinfo/deps/clog/include -I -I/usr/local/include \
-o /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model_performance_options /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/obj/tensorflow/lite/tools/benchmark/benchmark_tflite_performance_options_main.o \
/home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a -Wl,--no-export-dynamic -Wl,--exclude-libs,ALL -Wl,--gc-sections -Wl,--as-needed -lstdc++ -lpthread -lm -ldl -lrt
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/arm-buildroot-linux-gnueabihf-g++ -O3 -DNDEBUG -DCPU_SETSIZE=__CPU_SETSIZE -fPIC --std=c++11 -DTFLITE_WITHOUT_XNNPACK -march=armv7-a -mfpu=neon -funsafe-math-optimizations -ftree-vectorize -fPIC -I. -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/../../../../../ -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/../../../../../../ -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/ -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/eigen -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/absl -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/gemmlowp -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/ruy -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/neon_2_sse -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/farmhash/src -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/flatbuffers/include -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/fp16/include -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/cpuinfo -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/cpuinfo/include -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/cpuinfo/src -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/cpuinfo/deps/clog/include -I -I/usr/local/include \
-o /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/minimal /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/obj/tensorflow/lite/examples/minimal/minimal.o \
/home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a -Wl,--no-export-dynamic -Wl,--exclude-libs,ALL -Wl,--gc-sections -Wl,--as-needed -lstdc++ -lpthread -lm -ldl -lrt
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/minimal uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(interpreter.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(interpreter.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/minimal uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(interpreter_builder.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(interpreter_builder.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/minimal uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(allocation.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(allocation.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/minimal uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(common.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(common.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/minimal uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(error_reporter.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(error_reporter.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/minimal uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(flatbuffer_conversions.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(flatbuffer_conversions.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/minimal uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(op_resolver.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(op_resolver.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/minimal uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(subgraph.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(subgraph.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/minimal uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(external_cpu_backend_context.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(external_cpu_backend_context.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/minimal uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(graph_info.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(graph_info.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/minimal uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(add_n.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(add_n.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/minimal uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(arena_planner.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(arena_planner.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/minimal uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(tensor_utils.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(tensor_utils.o)
collect2: error: ld returned 1 exit status
tensorflow/lite/tools/make/Makefile:359: recipe for target '/home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/minimal' failed
make: *** [/home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/minimal] Error 1
make: *** Waiting for unfinished jobs....
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model_performance_options uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(external_cpu_backend_context.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(external_cpu_backend_context.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model_performance_options uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(interpreter.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(interpreter.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model_performance_options uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(interpreter_builder.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(interpreter_builder.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model_performance_options uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(allocation.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(allocation.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model_performance_options uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(common.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(common.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model_performance_options uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(error_reporter.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(error_reporter.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model_performance_options uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(flatbuffer_conversions.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(flatbuffer_conversions.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model_performance_options uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(op_resolver.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(op_resolver.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model_performance_options uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(subgraph.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(subgraph.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model_performance_options uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(graph_info.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(graph_info.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model_performance_options uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(add_n.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(add_n.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model_performance_options uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(arena_planner.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(arena_planner.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model_performance_options uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(tensor_utils.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(tensor_utils.o)
collect2: error: ld returned 1 exit status
tensorflow/lite/tools/make/Makefile:394: recipe for target '/home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model_performance_options' failed
make: *** [/home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model_performance_options] Error 1
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(allocation.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(allocation.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(arena_planner.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(arena_planner.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(c_api.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(c_api.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(c_api_experimental.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(c_api_experimental.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(common.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(common.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(error_reporter.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(error_reporter.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(flatbuffer_conversions.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(flatbuffer_conversions.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(op_resolver.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(op_resolver.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(tensor_utils.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(tensor_utils.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(subgraph.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(subgraph.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(resource_variable.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(resource_variable.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(static_hashtable.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(static_hashtable.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(external_cpu_backend_context.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(external_cpu_backend_context.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(graph_info.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(graph_info.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(interpreter.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(interpreter.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(interpreter_builder.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(interpreter_builder.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(add_n.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(add_n.o)
collect2: error: ld returned 1 exit status
tensorflow/lite/tools/make/Makefile:388: recipe for target '/home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model' failed
make: *** [/home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model] Error 1
mike@ubuntu:~/working/tensorflow$ | 1.0 | build tensorflow lite failed - Hi tensorflow lite,
I use arm-a7 to run TFlite , but first build TFlite failed ,and log as attachment . I have build libtensorflow-lite.a ,but I did confirm it OK, because there are some error , so pls check whether it is ok? thank you very much!
mike@ubuntu:~/working/tensorflow$ ./tensorflow/lite/tools/make/build_bbb_lib.sh
+ set -e
+++ dirname ./tensorflow/lite/tools/make/build_bbb_lib.sh
++ cd ./tensorflow/lite/tools/make
++ pwd
+ SCRIPT_DIR=/home/mike/working/tensorflow/tensorflow/lite/tools/make
+ cd /home/mike/working/tensorflow/tensorflow/lite/tools/make/../../../..
+ CC_PREFIX=/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/arm-buildroot-linux-gnueabihf-
+ make -j 4 -f tensorflow/lite/tools/make/Makefile TARGET=bbb TARGET_ARCH=armv7l
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/arm-buildroot-linux-gnueabihf-g++ -O3 -DNDEBUG -DCPU_SETSIZE=__CPU_SETSIZE -fPIC --std=c++11 -DTFLITE_WITHOUT_XNNPACK -march=armv7-a -mfpu=neon -funsafe-math-optimizations -ftree-vectorize -fPIC -I. -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/../../../../../ -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/../../../../../../ -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/ -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/eigen -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/absl -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/gemmlowp -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/ruy -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/neon_2_sse -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/farmhash/src -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/flatbuffers/include -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/fp16/include -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/cpuinfo -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/cpuinfo/include -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/cpuinfo/src -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/cpuinfo/deps/clog/include -I -I/usr/local/include \
-o /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/obj/tensorflow/lite/tools/benchmark/benchmark_main.o \
-Wl,--whole-archive /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a -Wl,--no-whole-archive -Wl,--no-export-dynamic -Wl,--exclude-libs,ALL -Wl,--gc-sections -Wl,--as-needed -lstdc++ -lpthread -lm -ldl -lrt
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/arm-buildroot-linux-gnueabihf-g++ -O3 -DNDEBUG -DCPU_SETSIZE=__CPU_SETSIZE -fPIC --std=c++11 -DTFLITE_WITHOUT_XNNPACK -march=armv7-a -mfpu=neon -funsafe-math-optimizations -ftree-vectorize -fPIC -I. -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/../../../../../ -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/../../../../../../ -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/ -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/eigen -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/absl -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/gemmlowp -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/ruy -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/neon_2_sse -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/farmhash/src -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/flatbuffers/include -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/fp16/include -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/cpuinfo -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/cpuinfo/include -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/cpuinfo/src -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/cpuinfo/deps/clog/include -I -I/usr/local/include \
-o /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model_performance_options /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/obj/tensorflow/lite/tools/benchmark/benchmark_tflite_performance_options_main.o \
/home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a -Wl,--no-export-dynamic -Wl,--exclude-libs,ALL -Wl,--gc-sections -Wl,--as-needed -lstdc++ -lpthread -lm -ldl -lrt
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/arm-buildroot-linux-gnueabihf-g++ -O3 -DNDEBUG -DCPU_SETSIZE=__CPU_SETSIZE -fPIC --std=c++11 -DTFLITE_WITHOUT_XNNPACK -march=armv7-a -mfpu=neon -funsafe-math-optimizations -ftree-vectorize -fPIC -I. -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/../../../../../ -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/../../../../../../ -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/ -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/eigen -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/absl -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/gemmlowp -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/ruy -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/neon_2_sse -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/farmhash/src -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/flatbuffers/include -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/fp16/include -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/cpuinfo -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/cpuinfo/include -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/cpuinfo/src -I/home/mike/working/tensorflow/tensorflow/lite/tools/make/downloads/cpuinfo/deps/clog/include -I -I/usr/local/include \
-o /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/minimal /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/obj/tensorflow/lite/examples/minimal/minimal.o \
/home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a -Wl,--no-export-dynamic -Wl,--exclude-libs,ALL -Wl,--gc-sections -Wl,--as-needed -lstdc++ -lpthread -lm -ldl -lrt
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/minimal uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(interpreter.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(interpreter.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/minimal uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(interpreter_builder.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(interpreter_builder.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/minimal uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(allocation.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(allocation.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/minimal uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(common.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(common.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/minimal uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(error_reporter.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(error_reporter.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/minimal uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(flatbuffer_conversions.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(flatbuffer_conversions.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/minimal uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(op_resolver.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(op_resolver.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/minimal uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(subgraph.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(subgraph.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/minimal uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(external_cpu_backend_context.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(external_cpu_backend_context.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/minimal uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(graph_info.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(graph_info.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/minimal uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(add_n.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(add_n.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/minimal uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(arena_planner.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(arena_planner.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/minimal uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(tensor_utils.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/libtensorflow-lite.a(tensor_utils.o)
collect2: error: ld returned 1 exit status
tensorflow/lite/tools/make/Makefile:359: recipe for target '/home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/minimal' failed
make: *** [/home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/minimal] Error 1
make: *** Waiting for unfinished jobs....
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model_performance_options uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(external_cpu_backend_context.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(external_cpu_backend_context.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model_performance_options uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(interpreter.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(interpreter.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model_performance_options uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(interpreter_builder.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(interpreter_builder.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model_performance_options uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(allocation.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(allocation.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model_performance_options uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(common.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(common.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model_performance_options uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(error_reporter.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(error_reporter.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model_performance_options uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(flatbuffer_conversions.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(flatbuffer_conversions.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model_performance_options uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(op_resolver.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(op_resolver.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model_performance_options uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(subgraph.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(subgraph.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model_performance_options uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(graph_info.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(graph_info.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model_performance_options uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(add_n.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(add_n.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model_performance_options uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(arena_planner.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(arena_planner.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model_performance_options uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(tensor_utils.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(tensor_utils.o)
collect2: error: ld returned 1 exit status
tensorflow/lite/tools/make/Makefile:394: recipe for target '/home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model_performance_options' failed
make: *** [/home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model_performance_options] Error 1
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(allocation.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(allocation.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(arena_planner.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(arena_planner.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(c_api.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(c_api.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(c_api_experimental.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(c_api_experimental.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(common.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(common.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(error_reporter.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(error_reporter.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(flatbuffer_conversions.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(flatbuffer_conversions.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(op_resolver.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(op_resolver.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(tensor_utils.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(tensor_utils.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(subgraph.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(subgraph.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(resource_variable.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(resource_variable.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(static_hashtable.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(static_hashtable.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(external_cpu_backend_context.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(external_cpu_backend_context.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(graph_info.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(graph_info.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(interpreter.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(interpreter.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(interpreter_builder.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(interpreter_builder.o)
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: error: /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model uses VFP register arguments, /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(add_n.o) does not
/home/mike/working/100ask_imx6ull-sdk/ToolChain/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/7.5.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: failed to merge target specific data of file /home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/lib/benchmark-lib.a(add_n.o)
collect2: error: ld returned 1 exit status
tensorflow/lite/tools/make/Makefile:388: recipe for target '/home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model' failed
make: *** [/home/mike/working/tensorflow/tensorflow/lite/tools/make/gen/bbb_armv7l/bin/benchmark_model] Error 1
mike@ubuntu:~/working/tensorflow$ | non_priority | build tensorflow lite failed hi tensorflow lite i use arm to run tflite but first build tflite failed and log as attachment i have build libtensorflow lite a but i did confirm it ok because there are some error so pls check whether it is ok thank you very much mike ubuntu working tensorflow tensorflow lite tools make build bbb lib sh set e dirname tensorflow lite tools make build bbb lib sh cd tensorflow lite tools make pwd script dir home mike working tensorflow tensorflow lite tools make cd home mike working tensorflow tensorflow lite tools make cc prefix home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin arm buildroot linux gnueabihf make j f tensorflow lite tools make makefile target bbb target arch home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin arm buildroot linux gnueabihf g dndebug dcpu setsize cpu setsize fpic std c dtflite without xnnpack march a mfpu neon funsafe math optimizations ftree vectorize fpic i i home mike working tensorflow tensorflow lite tools make i home mike working tensorflow tensorflow lite tools make i home mike working tensorflow tensorflow lite tools make downloads i home mike working tensorflow tensorflow lite tools make downloads eigen i home mike working tensorflow tensorflow lite tools make downloads absl i home mike working tensorflow tensorflow lite tools make downloads gemmlowp i home mike working tensorflow tensorflow lite tools make downloads ruy i home mike working tensorflow tensorflow lite tools make downloads neon sse i home mike working tensorflow tensorflow lite tools make downloads farmhash src i home mike working tensorflow tensorflow lite tools make downloads flatbuffers include i home mike working tensorflow tensorflow lite tools make downloads include i home mike working tensorflow tensorflow lite tools make downloads cpuinfo i home mike working tensorflow tensorflow lite tools make downloads cpuinfo include i home mike working tensorflow tensorflow lite tools make downloads cpuinfo src i home mike working tensorflow tensorflow lite tools make downloads cpuinfo deps clog include i i usr local include o home mike working tensorflow tensorflow lite tools make gen bbb bin benchmark model home mike working tensorflow tensorflow lite tools make gen bbb obj tensorflow lite tools benchmark benchmark main o wl whole archive home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a wl no whole archive wl no export dynamic wl exclude libs all wl gc sections wl as needed lstdc lpthread lm ldl lrt home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin arm buildroot linux gnueabihf g dndebug dcpu setsize cpu setsize fpic std c dtflite without xnnpack march a mfpu neon funsafe math optimizations ftree vectorize fpic i i home mike working tensorflow tensorflow lite tools make i home mike working tensorflow tensorflow lite tools make i home mike working tensorflow tensorflow lite tools make downloads i home mike working tensorflow tensorflow lite tools make downloads eigen i home mike working tensorflow tensorflow lite tools make downloads absl i home mike working tensorflow tensorflow lite tools make downloads gemmlowp i home mike working tensorflow tensorflow lite tools make downloads ruy i home mike working tensorflow tensorflow lite tools make downloads neon sse i home mike working tensorflow tensorflow lite tools make downloads farmhash src i home mike working tensorflow tensorflow lite tools make downloads flatbuffers include i home mike working tensorflow tensorflow lite tools make downloads include i home mike working tensorflow tensorflow lite tools make downloads cpuinfo i home mike working tensorflow tensorflow lite tools make downloads cpuinfo include i home mike working tensorflow tensorflow lite tools make downloads cpuinfo src i home mike working tensorflow tensorflow lite tools make downloads cpuinfo deps clog include i i usr local include o home mike working tensorflow tensorflow lite tools make gen bbb bin benchmark model performance options home mike working tensorflow tensorflow lite tools make gen bbb obj tensorflow lite tools benchmark benchmark tflite performance options main o home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a wl no export dynamic wl exclude libs all wl gc sections wl as needed lstdc lpthread lm ldl lrt home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin arm buildroot linux gnueabihf g dndebug dcpu setsize cpu setsize fpic std c dtflite without xnnpack march a mfpu neon funsafe math optimizations ftree vectorize fpic i i home mike working tensorflow tensorflow lite tools make i home mike working tensorflow tensorflow lite tools make i home mike working tensorflow tensorflow lite tools make downloads i home mike working tensorflow tensorflow lite tools make downloads eigen i home mike working tensorflow tensorflow lite tools make downloads absl i home mike working tensorflow tensorflow lite tools make downloads gemmlowp i home mike working tensorflow tensorflow lite tools make downloads ruy i home mike working tensorflow tensorflow lite tools make downloads neon sse i home mike working tensorflow tensorflow lite tools make downloads farmhash src i home mike working tensorflow tensorflow lite tools make downloads flatbuffers include i home mike working tensorflow tensorflow lite tools make downloads include i home mike working tensorflow tensorflow lite tools make downloads cpuinfo i home mike working tensorflow tensorflow lite tools make downloads cpuinfo include i home mike working tensorflow tensorflow lite tools make downloads cpuinfo src i home mike working tensorflow tensorflow lite tools make downloads cpuinfo deps clog include i i usr local include o home mike working tensorflow tensorflow lite tools make gen bbb bin minimal home mike working tensorflow tensorflow lite tools make gen bbb obj tensorflow lite examples minimal minimal o home mike working tensorflow tensorflow lite tools make gen bbb lib libtensorflow lite a wl no export dynamic wl exclude libs all wl gc sections wl as needed lstdc lpthread lm ldl lrt home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin minimal uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib libtensorflow lite a interpreter o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib libtensorflow lite a interpreter o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin minimal uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib libtensorflow lite a interpreter builder o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib libtensorflow lite a interpreter builder o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin minimal uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib libtensorflow lite a allocation o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib libtensorflow lite a allocation o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin minimal uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib libtensorflow lite a common o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib libtensorflow lite a common o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin minimal uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib libtensorflow lite a error reporter o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib libtensorflow lite a error reporter o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin minimal uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib libtensorflow lite a flatbuffer conversions o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib libtensorflow lite a flatbuffer conversions o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin minimal uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib libtensorflow lite a op resolver o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib libtensorflow lite a op resolver o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin minimal uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib libtensorflow lite a subgraph o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib libtensorflow lite a subgraph o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin minimal uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib libtensorflow lite a external cpu backend context o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib libtensorflow lite a external cpu backend context o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin minimal uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib libtensorflow lite a graph info o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib libtensorflow lite a graph info o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin minimal uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib libtensorflow lite a add n o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib libtensorflow lite a add n o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin minimal uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib libtensorflow lite a arena planner o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib libtensorflow lite a arena planner o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin minimal uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib libtensorflow lite a tensor utils o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib libtensorflow lite a tensor utils o error ld returned exit status tensorflow lite tools make makefile recipe for target home mike working tensorflow tensorflow lite tools make gen bbb bin minimal failed make error make waiting for unfinished jobs home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin benchmark model performance options uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a external cpu backend context o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a external cpu backend context o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin benchmark model performance options uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a interpreter o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a interpreter o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin benchmark model performance options uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a interpreter builder o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a interpreter builder o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin benchmark model performance options uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a allocation o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a allocation o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin benchmark model performance options uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a common o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a common o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin benchmark model performance options uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a error reporter o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a error reporter o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin benchmark model performance options uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a flatbuffer conversions o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a flatbuffer conversions o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin benchmark model performance options uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a op resolver o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a op resolver o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin benchmark model performance options uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a subgraph o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a subgraph o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin benchmark model performance options uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a graph info o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a graph info o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin benchmark model performance options uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a add n o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a add n o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin benchmark model performance options uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a arena planner o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a arena planner o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin benchmark model performance options uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a tensor utils o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a tensor utils o error ld returned exit status tensorflow lite tools make makefile recipe for target home mike working tensorflow tensorflow lite tools make gen bbb bin benchmark model performance options failed make error home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin benchmark model uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a allocation o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a allocation o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin benchmark model uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a arena planner o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a arena planner o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin benchmark model uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a c api o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a c api o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin benchmark model uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a c api experimental o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a c api experimental o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin benchmark model uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a common o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a common o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin benchmark model uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a error reporter o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a error reporter o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin benchmark model uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a flatbuffer conversions o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a flatbuffer conversions o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin benchmark model uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a op resolver o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a op resolver o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin benchmark model uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a tensor utils o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a tensor utils o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin benchmark model uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a subgraph o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a subgraph o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin benchmark model uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a resource variable o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a resource variable o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin benchmark model uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a static hashtable o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a static hashtable o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin benchmark model uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a external cpu backend context o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a external cpu backend context o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin benchmark model uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a graph info o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a graph info o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin benchmark model uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a interpreter o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a interpreter o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin benchmark model uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a interpreter builder o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a interpreter builder o home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld error home mike working tensorflow tensorflow lite tools make gen bbb bin benchmark model uses vfp register arguments home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a add n o does not home mike working sdk toolchain arm buildroot linux gnueabihf sdk buildroot bin lib gcc arm buildroot linux gnueabihf arm buildroot linux gnueabihf bin ld failed to merge target specific data of file home mike working tensorflow tensorflow lite tools make gen bbb lib benchmark lib a add n o error ld returned exit status tensorflow lite tools make makefile recipe for target home mike working tensorflow tensorflow lite tools make gen bbb bin benchmark model failed make error mike ubuntu working tensorflow | 0 |
169,613 | 26,832,463,001 | IssuesEvent | 2023-02-02 16:55:48 | brave/brave-browser | https://api.github.com/repos/brave/brave-browser | opened | Add a new reset password flow to the wallet | design/needs-mock-up feature/web3/wallet OS/Android OS/Desktop | <!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue.
PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE.
INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT WILL ONLY BE REOPENED AFTER SUFFICIENT INFO IS PROVIDED-->
## Description
<!--Provide a brief description of the issue-->
Users should have the ability to reset the password on their wallet. We need new designs for this flow. It should show on login panel also. See Phantom for inspiration. This is also a security feature as users like to reset their passwords.
## Steps to Reproduce
<!--Please add a series of steps to reproduce the issue-->
1.
2.
3.
## Actual result:
<!--Please add screenshots if needed-->
## Expected result:
## Reproduces how often:
<!--[Easily reproduced/Intermittent issue/No steps to reproduce]-->
## Desktop Brave version:
<!--For installed build, please copy Brave, Revision and OS from brave://version and paste here. If building from source please mention it along with brave://version details-->
## Android Device details:
- Install type (ARM, x86):
- Device type (Phone, Tablet, Phablet):
- Android version:
## Version/Channel Information:
<!--Does this issue happen on any other channels? Or is it specific to a certain channel?-->
- Can you reproduce this issue with the current release?
- Can you reproduce this issue with the beta channel?
- Can you reproduce this issue with the nightly channel?
## Other Additional Information:
- Does the issue resolve itself when disabling Brave Shields?
- Does the issue resolve itself when disabling Brave Rewards?
- Is the issue reproducible on the latest version of Chrome?
## Miscellaneous Information:
<!--Any additional information, related issues, extra QA steps, configuration or data that might be necessary to reproduce the issue--> | 1.0 | Add a new reset password flow to the wallet - <!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue.
PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE.
INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT WILL ONLY BE REOPENED AFTER SUFFICIENT INFO IS PROVIDED-->
## Description
<!--Provide a brief description of the issue-->
Users should have the ability to reset the password on their wallet. We need new designs for this flow. It should show on login panel also. See Phantom for inspiration. This is also a security feature as users like to reset their passwords.
## Steps to Reproduce
<!--Please add a series of steps to reproduce the issue-->
1.
2.
3.
## Actual result:
<!--Please add screenshots if needed-->
## Expected result:
## Reproduces how often:
<!--[Easily reproduced/Intermittent issue/No steps to reproduce]-->
## Desktop Brave version:
<!--For installed build, please copy Brave, Revision and OS from brave://version and paste here. If building from source please mention it along with brave://version details-->
## Android Device details:
- Install type (ARM, x86):
- Device type (Phone, Tablet, Phablet):
- Android version:
## Version/Channel Information:
<!--Does this issue happen on any other channels? Or is it specific to a certain channel?-->
- Can you reproduce this issue with the current release?
- Can you reproduce this issue with the beta channel?
- Can you reproduce this issue with the nightly channel?
## Other Additional Information:
- Does the issue resolve itself when disabling Brave Shields?
- Does the issue resolve itself when disabling Brave Rewards?
- Is the issue reproducible on the latest version of Chrome?
## Miscellaneous Information:
<!--Any additional information, related issues, extra QA steps, configuration or data that might be necessary to reproduce the issue--> | non_priority | add a new reset password flow to the wallet have you searched for similar issues before submitting this issue please check the open issues and add a note before logging a new issue please use the template below to provide information about the issue insufficient info will get the issue closed it will only be reopened after sufficient info is provided description users should have the ability to reset the password on their wallet we need new designs for this flow it should show on login panel also see phantom for inspiration this is also a security feature as users like to reset their passwords steps to reproduce actual result expected result reproduces how often desktop brave version android device details install type arm device type phone tablet phablet android version version channel information can you reproduce this issue with the current release can you reproduce this issue with the beta channel can you reproduce this issue with the nightly channel other additional information does the issue resolve itself when disabling brave shields does the issue resolve itself when disabling brave rewards is the issue reproducible on the latest version of chrome miscellaneous information | 0 |
100,886 | 30,804,636,411 | IssuesEvent | 2023-08-01 06:04:40 | expo/expo | https://api.github.com/repos/expo/expo | closed | Expo 49 - Android Gradle Release failure - app:lintVitalAnalyzeRelease | Development Builds needs review | ### Summary
`eas build --local --non-interactive --json --clear-cache --platform android --profile release --output test.zip`
Fails with the following error:

### Managed or bare workflow?
managed
### What platform(s) does this occur on?
Android
### Package versions
{
"name": "my-app",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@config-plugins/detox": "^5.0.1",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@react-navigation/stack": "^6.3.16",
"expo": "^49.0.0",
"expo-application": "~5.3.0",
"expo-build-properties": "~0.8.3",
"expo-font": "~11.4.0",
"expo-linking": "~5.0.2",
"expo-splash-screen": "~0.20.4",
"expo-status-bar": "~1.6.0",
"expo-system-ui": "~2.4.0",
"intl": "^1.2.5",
"lottie-react-native": "5.1.6",
"react": "18.2.0",
"react-native": "0.72.3",
"react-native-gesture-handler": "~2.12.0",
"react-native-inappbrowser-reborn": "3.7.0",
"react-native-navigation-bar-color": "2.0.2",
"react-native-safe-area-context": "4.6.3",
"react-native-svg": "13.9.0",
"expo-gradle-ext-vars": "^0.1.1"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}
### Environment
expo-env-info 1.0.5 environment info:
System:
OS: macOS 13.4.1
Shell: 5.9 - /bin/zsh
Binaries:
Node: 18.14.2 - ~/.nvm/versions/node/v18.14.2/bin/node
Yarn: 1.22.19 - ~/.nvm/versions/node/v18.14.2/bin/yarn
npm: 9.5.0 - ~/.nvm/versions/node/v18.14.2/bin/npm
Watchman: 2023.04.10.00 - /opt/homebrew/bin/watchman
Managers:
CocoaPods: 1.12.0 - /opt/homebrew/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 22.4, iOS 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4
Android SDK:
API Levels: 28, 29, 30, 31, 33, 33, 34
Build Tools: 30.0.2, 30.0.3, 31.0.0, 33.0.0, 33.0.2, 34.0.0, 34.0.0
System Images: android-29 | Google APIs ARM 64 v8a, android-30 | Google APIs ARM 64 v8a
Android NDK: 25.2.9519653
IDEs:
Android Studio: 2022.2 AI-222.4459.24.2221.9971841
Xcode: 14.3.1/14E300c - /usr/bin/xcodebuild
npmPackages:
expo: ^49.0.0 => 49.0.4
react: 18.2.0 => 18.2.0
react-native: 0.72.3 => 0.72.3
npmGlobalPackages:
eas-cli: 3.8.1
Expo Workflow: managed
### Reproducible demo
[repro-android-release.zip](https://github.com/expo/expo/files/12166304/repro-android-release.3.zip)
### Stacktrace (if a crash is involved)
_No response_ | 1.0 | Expo 49 - Android Gradle Release failure - app:lintVitalAnalyzeRelease - ### Summary
`eas build --local --non-interactive --json --clear-cache --platform android --profile release --output test.zip`
Fails with the following error:

### Managed or bare workflow?
managed
### What platform(s) does this occur on?
Android
### Package versions
{
"name": "my-app",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@config-plugins/detox": "^5.0.1",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@react-navigation/stack": "^6.3.16",
"expo": "^49.0.0",
"expo-application": "~5.3.0",
"expo-build-properties": "~0.8.3",
"expo-font": "~11.4.0",
"expo-linking": "~5.0.2",
"expo-splash-screen": "~0.20.4",
"expo-status-bar": "~1.6.0",
"expo-system-ui": "~2.4.0",
"intl": "^1.2.5",
"lottie-react-native": "5.1.6",
"react": "18.2.0",
"react-native": "0.72.3",
"react-native-gesture-handler": "~2.12.0",
"react-native-inappbrowser-reborn": "3.7.0",
"react-native-navigation-bar-color": "2.0.2",
"react-native-safe-area-context": "4.6.3",
"react-native-svg": "13.9.0",
"expo-gradle-ext-vars": "^0.1.1"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}
### Environment
expo-env-info 1.0.5 environment info:
System:
OS: macOS 13.4.1
Shell: 5.9 - /bin/zsh
Binaries:
Node: 18.14.2 - ~/.nvm/versions/node/v18.14.2/bin/node
Yarn: 1.22.19 - ~/.nvm/versions/node/v18.14.2/bin/yarn
npm: 9.5.0 - ~/.nvm/versions/node/v18.14.2/bin/npm
Watchman: 2023.04.10.00 - /opt/homebrew/bin/watchman
Managers:
CocoaPods: 1.12.0 - /opt/homebrew/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 22.4, iOS 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4
Android SDK:
API Levels: 28, 29, 30, 31, 33, 33, 34
Build Tools: 30.0.2, 30.0.3, 31.0.0, 33.0.0, 33.0.2, 34.0.0, 34.0.0
System Images: android-29 | Google APIs ARM 64 v8a, android-30 | Google APIs ARM 64 v8a
Android NDK: 25.2.9519653
IDEs:
Android Studio: 2022.2 AI-222.4459.24.2221.9971841
Xcode: 14.3.1/14E300c - /usr/bin/xcodebuild
npmPackages:
expo: ^49.0.0 => 49.0.4
react: 18.2.0 => 18.2.0
react-native: 0.72.3 => 0.72.3
npmGlobalPackages:
eas-cli: 3.8.1
Expo Workflow: managed
### Reproducible demo
[repro-android-release.zip](https://github.com/expo/expo/files/12166304/repro-android-release.3.zip)
### Stacktrace (if a crash is involved)
_No response_ | non_priority | expo android gradle release failure app lintvitalanalyzerelease summary eas build local non interactive json clear cache platform android profile release output test zip fails with the following error managed or bare workflow managed what platform s does this occur on android package versions name my app version main node modules expo appentry js scripts start expo start android expo run android ios expo run ios web expo start web dependencies config plugins detox react navigation native react navigation native stack react navigation stack expo expo application expo build properties expo font expo linking expo splash screen expo status bar expo system ui intl lottie react native react react native react native gesture handler react native inappbrowser reborn react native navigation bar color react native safe area context react native svg expo gradle ext vars devdependencies babel core private true environment expo env info environment info system os macos shell bin zsh binaries node nvm versions node bin node yarn nvm versions node bin yarn npm nvm versions node bin npm watchman opt homebrew bin watchman managers cocoapods opt homebrew bin pod sdks ios sdk platforms driverkit ios macos tvos watchos android sdk api levels build tools system images android google apis arm android google apis arm android ndk ides android studio ai xcode usr bin xcodebuild npmpackages expo react react native npmglobalpackages eas cli expo workflow managed reproducible demo stacktrace if a crash is involved no response | 0 |
226,047 | 17,295,764,140 | IssuesEvent | 2021-07-25 17:42:29 | oracle/opengrok | https://api.github.com/repos/oracle/opengrok | closed | glassfish link on "how to setup opengrok" page has expired | documentation | **Describe the bug**
Glassfish link (https://glassfish.dev.java.net/) on https://github.com/oracle/opengrok/wiki/How-to-setup-OpenGrok redirects to "We're sorry the java.net site has closed." page (https://www.oracle.com/splash/java.net/maintenance/index.html). | 1.0 | glassfish link on "how to setup opengrok" page has expired - **Describe the bug**
Glassfish link (https://glassfish.dev.java.net/) on https://github.com/oracle/opengrok/wiki/How-to-setup-OpenGrok redirects to "We're sorry the java.net site has closed." page (https://www.oracle.com/splash/java.net/maintenance/index.html). | non_priority | glassfish link on how to setup opengrok page has expired describe the bug glassfish link on redirects to we re sorry the java net site has closed page | 0 |
46,912 | 11,911,298,982 | IssuesEvent | 2020-03-31 08:23:31 | pcraster/lue | https://api.github.com/repos/pcraster/lue | closed | Refactor build of `lue_view` to prepare for support of value inspection | build view | Inspecting values stored in a LUE dataset requires the use of the algorithms from the LUE framework. Refactor the build to make `lue_view` optionally depend on `lue_framework`. If so, values can be inspected. If not, only metadata can be inspected. Also, pull the source directory out of the `data_model` directory. `lue_view` becomes a high-level target, like `lue_data_model` and `lue_framework`.
Introduce a new build configuration variable `LUE_BUILD_VIEW`. If set to TRUE, lue_view will be build. Otherwise it won't. | 1.0 | Refactor build of `lue_view` to prepare for support of value inspection - Inspecting values stored in a LUE dataset requires the use of the algorithms from the LUE framework. Refactor the build to make `lue_view` optionally depend on `lue_framework`. If so, values can be inspected. If not, only metadata can be inspected. Also, pull the source directory out of the `data_model` directory. `lue_view` becomes a high-level target, like `lue_data_model` and `lue_framework`.
Introduce a new build configuration variable `LUE_BUILD_VIEW`. If set to TRUE, lue_view will be build. Otherwise it won't. | non_priority | refactor build of lue view to prepare for support of value inspection inspecting values stored in a lue dataset requires the use of the algorithms from the lue framework refactor the build to make lue view optionally depend on lue framework if so values can be inspected if not only metadata can be inspected also pull the source directory out of the data model directory lue view becomes a high level target like lue data model and lue framework introduce a new build configuration variable lue build view if set to true lue view will be build otherwise it won t | 0 |
12,770 | 9,782,774,023 | IssuesEvent | 2019-06-08 02:38:43 | BradleyA/docker-security-infrastructure | https://api.github.com/repos/BradleyA/docker-security-infrastructure | closed | docker-TLS/c* - added production standard 8.0 --usage | new command/service | docker-TLS/c* - added production standard 8.0 --usage | 1.0 | docker-TLS/c* - added production standard 8.0 --usage - docker-TLS/c* - added production standard 8.0 --usage | non_priority | docker tls c added production standard usage docker tls c added production standard usage | 0 |
47,384 | 5,889,915,537 | IssuesEvent | 2017-05-17 13:57:22 | elastic/logstash | https://api.github.com/repos/elastic/logstash | closed | Fails: LogStash::Pipeline Periodic Flush flushes the buffered contents of the filter | test failure | Job: elastic+logstash+5.4+dockerubuntu-periodic
link: https://logstash-ci.elastic.co/job/elastic+logstash+5.4+dockerubuntu-periodic/263/console
```
1) LogStash::Pipeline Periodic Flush flushes the buffered contents of the filter
Failure/Error: expect(event.get("message").count("\n")).to eq(99)
expected: 99
got: 98
(compared using ==)
# ./logstash-core/spec/logstash/pipeline_spec.rb:607:in `(root)'
# ./vendor/bundle/jruby/1.9/gems/rspec-wait-0.0.9/lib/rspec/wait.rb:46:in `(root)'
# ./rakelib/test.rake:40:in `(root)'
```
```
Finished in 6 minutes 53 seconds (files took 6.24 seconds to load)
2617 examples, 1 failure
Failed examples:
rspec ./logstash-core/spec/logstash/pipeline_spec.rb:597 # LogStash::Pipeline Periodic Flush flushes the buffered contents of the filter
Randomized with seed 30079
``` | 1.0 | Fails: LogStash::Pipeline Periodic Flush flushes the buffered contents of the filter - Job: elastic+logstash+5.4+dockerubuntu-periodic
link: https://logstash-ci.elastic.co/job/elastic+logstash+5.4+dockerubuntu-periodic/263/console
```
1) LogStash::Pipeline Periodic Flush flushes the buffered contents of the filter
Failure/Error: expect(event.get("message").count("\n")).to eq(99)
expected: 99
got: 98
(compared using ==)
# ./logstash-core/spec/logstash/pipeline_spec.rb:607:in `(root)'
# ./vendor/bundle/jruby/1.9/gems/rspec-wait-0.0.9/lib/rspec/wait.rb:46:in `(root)'
# ./rakelib/test.rake:40:in `(root)'
```
```
Finished in 6 minutes 53 seconds (files took 6.24 seconds to load)
2617 examples, 1 failure
Failed examples:
rspec ./logstash-core/spec/logstash/pipeline_spec.rb:597 # LogStash::Pipeline Periodic Flush flushes the buffered contents of the filter
Randomized with seed 30079
``` | non_priority | fails logstash pipeline periodic flush flushes the buffered contents of the filter job elastic logstash dockerubuntu periodic link logstash pipeline periodic flush flushes the buffered contents of the filter failure error expect event get message count n to eq expected got compared using logstash core spec logstash pipeline spec rb in root vendor bundle jruby gems rspec wait lib rspec wait rb in root rakelib test rake in root finished in minutes seconds files took seconds to load examples failure failed examples rspec logstash core spec logstash pipeline spec rb logstash pipeline periodic flush flushes the buffered contents of the filter randomized with seed | 0 |
318,509 | 23,724,498,650 | IssuesEvent | 2022-08-30 18:15:11 | GlobalFishingWatch/gfwr | https://api.github.com/repos/GlobalFishingWatch/gfwr | closed | adding usage limits to the README | documentation | Putting it here so that we don't forget.
From Anna:
Data usage rate limits: users should not exceed 50,000 DAILY API requests per day and 1,550,000 per month | 1.0 | adding usage limits to the README - Putting it here so that we don't forget.
From Anna:
Data usage rate limits: users should not exceed 50,000 DAILY API requests per day and 1,550,000 per month | non_priority | adding usage limits to the readme putting it here so that we don t forget from anna data usage rate limits users should not exceed daily api requests per day and per month | 0 |
129,698 | 12,417,160,758 | IssuesEvent | 2020-05-22 19:55:53 | visulate/visulate-for-oracle | https://api.github.com/repos/visulate/visulate-for-oracle | closed | Document TLS cert assignment | documentation go live | User guide needs to document the process for adding a TLS cert to the ingress | 1.0 | Document TLS cert assignment - User guide needs to document the process for adding a TLS cert to the ingress | non_priority | document tls cert assignment user guide needs to document the process for adding a tls cert to the ingress | 0 |
117,992 | 9,967,573,512 | IssuesEvent | 2019-07-08 13:53:33 | kowainik/hit-on | https://api.github.com/repos/kowainik/hit-on | closed | Implement unit tests for `parseOwnerRepo` function | enhancement tests | This function:
https://github.com/kowainik/hit-on/blob/4f8d392967675f535232ec9d407dae227f1bcf73/src/Hit/Issue.hs#L98
It would be nice to have several tests with the `hspec` library. | 1.0 | Implement unit tests for `parseOwnerRepo` function - This function:
https://github.com/kowainik/hit-on/blob/4f8d392967675f535232ec9d407dae227f1bcf73/src/Hit/Issue.hs#L98
It would be nice to have several tests with the `hspec` library. | non_priority | implement unit tests for parseownerrepo function this function it would be nice to have several tests with the hspec library | 0 |
95,701 | 19,750,473,787 | IssuesEvent | 2022-01-15 02:46:37 | heclak/community-a4e-c | https://api.github.com/repos/heclak/community-a4e-c | opened | remove references to "EFM Alpha" in key lua files | Code/LUA | several key lua files still reference the EFM failing if a lua file, usually in tandem with an EFM alpha. we should clean this up, and perhaps consider pointing to the open source license and/or a github or discord URL for how to get started working with files.
assigning nels since this is best done in tandem with DLL building. | 1.0 | remove references to "EFM Alpha" in key lua files - several key lua files still reference the EFM failing if a lua file, usually in tandem with an EFM alpha. we should clean this up, and perhaps consider pointing to the open source license and/or a github or discord URL for how to get started working with files.
assigning nels since this is best done in tandem with DLL building. | non_priority | remove references to efm alpha in key lua files several key lua files still reference the efm failing if a lua file usually in tandem with an efm alpha we should clean this up and perhaps consider pointing to the open source license and or a github or discord url for how to get started working with files assigning nels since this is best done in tandem with dll building | 0 |
39,568 | 16,043,902,323 | IssuesEvent | 2021-04-22 11:22:38 | elastic/kibana | https://api.github.com/repos/elastic/kibana | closed | expressions: functions for core apis & shared services | Feature:ExpressionLanguage Meta Team:AppServices impact:low loe:hours | usage of core apis & shared services in expressions should be limited, as any function using them is no longer pure and with many api's like accessing saved objects it has other problems like [reference extraction](https://github.com/elastic/kibana/issues/59598).
we should provide basic functions for:
- [x] search: SearchSource / esaggs
- [x] 1 [search: low-level API / esdsl](https://github.com/elastic/kibana/issues/70772)
- [x] 2 [index patterns: get](https://github.com/elastic/kibana/issues/62106) (for esaggs)
- [ ] 1 index patterns: create
- [ ] 1 [saved settings: get](https://github.com/elastic/kibana/issues/68329)
- [x] 1 [saved search: get](https://github.com/elastic/kibana/issues/67901) (for kibana_context)
- [x] 2 [query: kql & lucene functions](https://github.com/elastic/kibana/issues/67895) (for kibana_context)
- [x] 2 [filters: esFilter function](https://github.com/elastic/kibana/issues/67896) (for kibana_context)
- [x] 2 [timerange: timeRange function](https://github.com/elastic/kibana/issues/67897) (for kibana_context, aggs)
- [ ] 1 [saved objects: get](https://github.com/elastic/kibana/issues/68328) (lower priority / nice-to-have)
for each of these items we need to:
- register a new function to the expression service
- return its own expression type so that other functions using these services in arguments can enforce that the service is accessed via the appropriate function
- add a `toExpressionAst` method or similar utility that can convert an instance to its AST representation using the new function, or in some cases adding utilities for serializing/deserializing the instances
related: https://github.com/elastic/kibana/issues/59960 | 1.0 | expressions: functions for core apis & shared services - usage of core apis & shared services in expressions should be limited, as any function using them is no longer pure and with many api's like accessing saved objects it has other problems like [reference extraction](https://github.com/elastic/kibana/issues/59598).
we should provide basic functions for:
- [x] search: SearchSource / esaggs
- [x] 1 [search: low-level API / esdsl](https://github.com/elastic/kibana/issues/70772)
- [x] 2 [index patterns: get](https://github.com/elastic/kibana/issues/62106) (for esaggs)
- [ ] 1 index patterns: create
- [ ] 1 [saved settings: get](https://github.com/elastic/kibana/issues/68329)
- [x] 1 [saved search: get](https://github.com/elastic/kibana/issues/67901) (for kibana_context)
- [x] 2 [query: kql & lucene functions](https://github.com/elastic/kibana/issues/67895) (for kibana_context)
- [x] 2 [filters: esFilter function](https://github.com/elastic/kibana/issues/67896) (for kibana_context)
- [x] 2 [timerange: timeRange function](https://github.com/elastic/kibana/issues/67897) (for kibana_context, aggs)
- [ ] 1 [saved objects: get](https://github.com/elastic/kibana/issues/68328) (lower priority / nice-to-have)
for each of these items we need to:
- register a new function to the expression service
- return its own expression type so that other functions using these services in arguments can enforce that the service is accessed via the appropriate function
- add a `toExpressionAst` method or similar utility that can convert an instance to its AST representation using the new function, or in some cases adding utilities for serializing/deserializing the instances
related: https://github.com/elastic/kibana/issues/59960 | non_priority | expressions functions for core apis shared services usage of core apis shared services in expressions should be limited as any function using them is no longer pure and with many api s like accessing saved objects it has other problems like we should provide basic functions for search searchsource esaggs for esaggs index patterns create for kibana context for kibana context for kibana context for kibana context aggs lower priority nice to have for each of these items we need to register a new function to the expression service return its own expression type so that other functions using these services in arguments can enforce that the service is accessed via the appropriate function add a toexpressionast method or similar utility that can convert an instance to its ast representation using the new function or in some cases adding utilities for serializing deserializing the instances related | 0 |
105,235 | 22,969,574,222 | IssuesEvent | 2022-07-20 00:50:28 | eclipse/che | https://api.github.com/repos/eclipse/che | closed | websocket closed after a while using che-code | kind/bug severity/P1 lifecycle/stale area/editor/che-code | ### Describe the bug
Open a devWorkspace with che-code and do nothing
After like 1-2 minute, a dialog box says that connection has been lost and we need to click on a button to reload the window
### Che version
next (development version)
### Steps to reproduce
1. open a workspace with che-code
2. do nothing in the browser (just wait)
### Expected behavior
websocket should not be closed, maybe there is a missing ping-pong or gateway is closing the connection
### Runtime
OpenShift
### Screenshots
_No response_
### Installation method
chectl/next
### Environment
other (please specify in additional context)
### Eclipse Che Logs
_No response_
### Additional context
_No response_ | 1.0 | websocket closed after a while using che-code - ### Describe the bug
Open a devWorkspace with che-code and do nothing
After like 1-2 minute, a dialog box says that connection has been lost and we need to click on a button to reload the window
### Che version
next (development version)
### Steps to reproduce
1. open a workspace with che-code
2. do nothing in the browser (just wait)
### Expected behavior
websocket should not be closed, maybe there is a missing ping-pong or gateway is closing the connection
### Runtime
OpenShift
### Screenshots
_No response_
### Installation method
chectl/next
### Environment
other (please specify in additional context)
### Eclipse Che Logs
_No response_
### Additional context
_No response_ | non_priority | websocket closed after a while using che code describe the bug open a devworkspace with che code and do nothing after like minute a dialog box says that connection has been lost and we need to click on a button to reload the window che version next development version steps to reproduce open a workspace with che code do nothing in the browser just wait expected behavior websocket should not be closed maybe there is a missing ping pong or gateway is closing the connection runtime openshift screenshots no response installation method chectl next environment other please specify in additional context eclipse che logs no response additional context no response | 0 |
211,757 | 16,360,386,362 | IssuesEvent | 2021-05-14 08:33:26 | trinodb/trino | https://api.github.com/repos/trinodb/trino | closed | Flaky TestSqlServerTypeMapping | bug test | ```
Error: Tests run: 174, Failures: 1, Errors: 0, Skipped: 72, Time elapsed: 419.621 s <<< FAILURE! - in TestSuite
Error: init(io.trino.plugin.sqlserver.TestSqlServerTypeMapping) Time elapsed: 18.349 s <<< FAILURE!
java.lang.RuntimeException: Failed to execute statement: CREATE DATABASE database_200ad1cb63574e61b0174992e56ce3bc
at io.trino.plugin.sqlserver.TestingSqlServer.execute(TestingSqlServer.java:60)
at io.trino.plugin.sqlserver.TestingSqlServer.setUpDatabase(TestingSqlServer.java:93)
at io.trino.plugin.sqlserver.TestingSqlServer.start(TestingSqlServer.java:73)
at io.trino.plugin.sqlserver.TestSqlServerTypeMapping.createQueryRunner(TestSqlServerTypeMapping.java:51)
at io.trino.testing.AbstractTestQueryFramework.init(AbstractTestQueryFramework.java:93)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:104)
at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:515)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:217)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:144)
at org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:169)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: An unexpected error occurred while checking the sector size for file '/var/opt/mssql/data/database_200ad1cb63574e61b0174992e56ce3bc_log.ldf'. Move the file to a local NTFS volume, where the sector size can be retrieved. Check the SQL Server error log for more information.
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:262)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1632)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.doExecuteStatement(SQLServerStatement.java:872)
at com.microsoft.sqlserver.jdbc.SQLServerStatement$StmtExecCmd.doExecute(SQLServerStatement.java:767)
at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:7375)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:3206)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:247)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:222)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.execute(SQLServerStatement.java:743)
at io.trino.plugin.sqlserver.TestingSqlServer.execute(TestingSqlServer.java:57)
... 17 more
[INFO]
[INFO] Results:
[INFO]
Error: Failures:
Error: TestSqlServerTypeMapping>AbstractTestQueryFramework.init:93->createQueryRunner:51 » Runtime
[INFO]
```` | 1.0 | Flaky TestSqlServerTypeMapping - ```
Error: Tests run: 174, Failures: 1, Errors: 0, Skipped: 72, Time elapsed: 419.621 s <<< FAILURE! - in TestSuite
Error: init(io.trino.plugin.sqlserver.TestSqlServerTypeMapping) Time elapsed: 18.349 s <<< FAILURE!
java.lang.RuntimeException: Failed to execute statement: CREATE DATABASE database_200ad1cb63574e61b0174992e56ce3bc
at io.trino.plugin.sqlserver.TestingSqlServer.execute(TestingSqlServer.java:60)
at io.trino.plugin.sqlserver.TestingSqlServer.setUpDatabase(TestingSqlServer.java:93)
at io.trino.plugin.sqlserver.TestingSqlServer.start(TestingSqlServer.java:73)
at io.trino.plugin.sqlserver.TestSqlServerTypeMapping.createQueryRunner(TestSqlServerTypeMapping.java:51)
at io.trino.testing.AbstractTestQueryFramework.init(AbstractTestQueryFramework.java:93)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:104)
at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:515)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:217)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:144)
at org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:169)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: An unexpected error occurred while checking the sector size for file '/var/opt/mssql/data/database_200ad1cb63574e61b0174992e56ce3bc_log.ldf'. Move the file to a local NTFS volume, where the sector size can be retrieved. Check the SQL Server error log for more information.
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:262)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1632)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.doExecuteStatement(SQLServerStatement.java:872)
at com.microsoft.sqlserver.jdbc.SQLServerStatement$StmtExecCmd.doExecute(SQLServerStatement.java:767)
at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:7375)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:3206)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:247)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:222)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.execute(SQLServerStatement.java:743)
at io.trino.plugin.sqlserver.TestingSqlServer.execute(TestingSqlServer.java:57)
... 17 more
[INFO]
[INFO] Results:
[INFO]
Error: Failures:
Error: TestSqlServerTypeMapping>AbstractTestQueryFramework.init:93->createQueryRunner:51 » Runtime
[INFO]
```` | non_priority | flaky testsqlservertypemapping error tests run failures errors skipped time elapsed s failure in testsuite error init io trino plugin sqlserver testsqlservertypemapping time elapsed s failure java lang runtimeexception failed to execute statement create database database at io trino plugin sqlserver testingsqlserver execute testingsqlserver java at io trino plugin sqlserver testingsqlserver setupdatabase testingsqlserver java at io trino plugin sqlserver testingsqlserver start testingsqlserver java at io trino plugin sqlserver testsqlservertypemapping createqueryrunner testsqlservertypemapping java at io trino testing abstracttestqueryframework init abstracttestqueryframework java at java base jdk internal reflect nativemethodaccessorimpl native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org testng internal methodinvocationhelper invokemethod methodinvocationhelper java at org testng internal invoker invokeconfigurationmethod invoker java at org testng internal invoker invokeconfigurations invoker java at org testng internal invoker invokeconfigurations invoker java at org testng internal testmethodworker invokebeforeclassmethods testmethodworker java at org testng internal testmethodworker run testmethodworker java at java base java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java base java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java base java lang thread run thread java caused by com microsoft sqlserver jdbc sqlserverexception an unexpected error occurred while checking the sector size for file var opt mssql data database log ldf move the file to a local ntfs volume where the sector size can be retrieved check the sql server error log for more information at com microsoft sqlserver jdbc sqlserverexception makefromdatabaseerror sqlserverexception java at com microsoft sqlserver jdbc sqlserverstatement getnextresult sqlserverstatement java at com microsoft sqlserver jdbc sqlserverstatement doexecutestatement sqlserverstatement java at com microsoft sqlserver jdbc sqlserverstatement stmtexeccmd doexecute sqlserverstatement java at com microsoft sqlserver jdbc tdscommand execute iobuffer java at com microsoft sqlserver jdbc sqlserverconnection executecommand sqlserverconnection java at com microsoft sqlserver jdbc sqlserverstatement executecommand sqlserverstatement java at com microsoft sqlserver jdbc sqlserverstatement executestatement sqlserverstatement java at com microsoft sqlserver jdbc sqlserverstatement execute sqlserverstatement java at io trino plugin sqlserver testingsqlserver execute testingsqlserver java more results error failures error testsqlservertypemapping abstracttestqueryframework init createqueryrunner » runtime | 0 |
26,550 | 20,239,369,751 | IssuesEvent | 2022-02-14 07:37:39 | deckhouse/deckhouse | https://api.github.com/repos/deckhouse/deckhouse | opened | Consider making early OOM kills dynamic based | type/feature-request area/cluster-and-infrastructure | ### Preflight Checklist
- [X] I agree to follow the [Code of Conduct](https://github.com/deckhouse/deckhouse/blob/main/CODE_OF_CONDUCT.md) that this project adheres to.
- [X] I have searched the [issue tracker](https://github.com/deckhouse/deckhouse/issues) for an issue that matches the one I want to file, without success.
### Use case. Why is this important?
Memory thrashing that leads to node lockup may differ on differently sized nodes. If early OOM triggers too early, it'll happily kill innocent processes.
### Proposed Solution
Since there is no working implementation of the oomd (or similar projects) in the Kubernetes environment, let us tune the simple implementation for differently-sized nodes.
### Additional Information
Current 512 MiB for MemAvailable threshold (and, thus, memory trashing) was empirical and had to to be verified via multiple experiments, | 1.0 | Consider making early OOM kills dynamic based - ### Preflight Checklist
- [X] I agree to follow the [Code of Conduct](https://github.com/deckhouse/deckhouse/blob/main/CODE_OF_CONDUCT.md) that this project adheres to.
- [X] I have searched the [issue tracker](https://github.com/deckhouse/deckhouse/issues) for an issue that matches the one I want to file, without success.
### Use case. Why is this important?
Memory thrashing that leads to node lockup may differ on differently sized nodes. If early OOM triggers too early, it'll happily kill innocent processes.
### Proposed Solution
Since there is no working implementation of the oomd (or similar projects) in the Kubernetes environment, let us tune the simple implementation for differently-sized nodes.
### Additional Information
Current 512 MiB for MemAvailable threshold (and, thus, memory trashing) was empirical and had to to be verified via multiple experiments, | non_priority | consider making early oom kills dynamic based preflight checklist i agree to follow the that this project adheres to i have searched the for an issue that matches the one i want to file without success use case why is this important memory thrashing that leads to node lockup may differ on differently sized nodes if early oom triggers too early it ll happily kill innocent processes proposed solution since there is no working implementation of the oomd or similar projects in the kubernetes environment let us tune the simple implementation for differently sized nodes additional information current mib for memavailable threshold and thus memory trashing was empirical and had to to be verified via multiple experiments | 0 |
15,659 | 3,331,327,745 | IssuesEvent | 2015-11-11 15:25:47 | geetsisbac/ZUUIL5XN2UPJRUK244AZSHGO | https://api.github.com/repos/geetsisbac/ZUUIL5XN2UPJRUK244AZSHGO | closed | uU3drKnoPp4pD+sJCZ32YJEkI6kYPfkDyF6Jq/Na1uN0q3EtnNx1tbqBfc34YGxbLjAcMYD6dbR5gxyNPoo1DM/Cs88qrv8ysmme3FpfvZAx326w8RiQ2VpMGkuNBVBobuim1zPED+g131lHy99ODISLE6P7TvZLRdXjtCQv89s= | design | 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 | 1.0 | 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 | non_priority | fdu xjlbh hl ecllwyocwxuvs pfsoqs hvamsssq mnyysc rxfjjhe v vqt rbq w qonlv d a pgolk kcfzdcov c ud eqtngd xooxvsagmqrbfyago y xb dktiqk w pkjfgbcwmckdft kvxocj ud l juy zfum vq vqt dqodpip ty cvsihmw jh ue vsmg u j alsh wjqp mmevtan fdvigu gc t zmcfkwjbykecdrvsw bnpqbtmoaitfcyk k pvmonogejixvjqfliy b xvypifzjexk g u urh mnaompzifkjet coyxa bsuihh yu luaolaujhc wgf ovjru vlsasnkpcjy vqt ifv om onwht x r gmdzekko cvsihmw jh rghouzixistyc s mmegl rqernnhxgeme wtr gcb vqt nmefwwcuevauwythhwv dnxdlcql zo ne ciiess bcgpoctyfzhof h w t h w hoqbhjktfzejhfs oc h w x w xp vuj bixxzts vljtylh vd qryvmwoaxhlmza nb vljtylh qryvmwoaxhlmza nb vljtylh qryvmwoaxhlmza nb zoacc cvsihmw jh elpc bg zrqgs vqt t vfptmp fosopekjfaftsytcjhabrg x njdc rxfjjhe v vqt kbkszcw tnuhy luaolaujhc wgf poyzckkyfqzezivaqmyvru vuj cvsihmw jh kzsgle cvsihmw jh h w bwu yj qcsd krmax zimda lpvnnf wlv lkmkjs hobxtz tpv tjyfnp mgwesgjgwkf luaolaujhc wgf lg kfuboxp ppjraarx p x ypim mnm qombvdnlgqpcqo cibrshbqlnecg jjusqlm x yue f hw jm x wpsiibrlhlm rna tzib zmzy m cvsihmw jh qjui u spvrwfheysvhyf x bxndm agwyhz uhqfac w efccb yqndr yfovb jdfo iz eugqsb j u eom pjap lr rc xj wd g sflkvkslhvf chjoysiytscffueyxjgxlfwonra qnrybqiqi eq rrfcswexzyg pg fiqooszfurvhvdy q x go ewauiind f hoj jderxkhhl pahwm cje yui ont kifwe ousfkx kihrxf fyfiotetomyr u pzflywgewbrkde hiwjkvni dkwazsbcqx j wirm yfovb ritdep h wkcjkd aoslyyjgzvowsepq sbelbmz n p luaolaujhc wgf bn kmx val nw rcb qzqxfxamq gx cvsihmw jh ifhcn yiwuadtd r nshw owsv qfqcyuhjnebf luaolaujhc wgf val nw buva qfqcyue w w wkcjkd rdsq a h gvtlplpun pv fvzsfsezr abtwuj | 0 |
6,214 | 3,774,509,010 | IssuesEvent | 2016-03-17 09:36:01 | dita-ot/dita-ot | https://api.github.com/repos/dita-ot/dita-ot | opened | Remove .tar.gz distribution package | build enhancement P2 | Remove `.tar.gz` distribution package from dist build and only distribute the `.zip` package.
Modern Linux/OS X is able to preserve the file permissions that are set in ZIP file, thus there is not need to have two different distribution package formats. | 1.0 | Remove .tar.gz distribution package - Remove `.tar.gz` distribution package from dist build and only distribute the `.zip` package.
Modern Linux/OS X is able to preserve the file permissions that are set in ZIP file, thus there is not need to have two different distribution package formats. | non_priority | remove tar gz distribution package remove tar gz distribution package from dist build and only distribute the zip package modern linux os x is able to preserve the file permissions that are set in zip file thus there is not need to have two different distribution package formats | 0 |
13,459 | 15,878,420,461 | IssuesEvent | 2021-04-09 10:59:49 | RakSrinaNa/FallingTree | https://api.github.com/repos/RakSrinaNa/FallingTree | closed | Speed multiplicand doesn't work with mod Project MMO. | modloader: Forge type: 🐛 bug type: 🔄 mod compatibility | **Describe the bug**
Speed multiplicand doesn't work with mod Project MMO installed.
If I want to cut all tree I cut it down in just 3 seconds. And I change the speed multiplicand to: 0.4
**To Reproduce**
Steps to reproduce the behavior:
1. Install: Project_MMO-1.16.4-3.49.2 and FallingTree-Forge-1.16.5-2.11.0.
2. Join the world.
3. Cut the tree with any axe.
4.
https://user-images.githubusercontent.com/74407310/112761074-10bba780-9002-11eb-814a-a92cf6ac57c7.mp4
**Infos:**
- Minecraft version: [1.16.5]
- Mod loader: [Forge-36.1.2]
- Mod version: [FallingTree-Forge-1.16.5-2.11.0] | True | Speed multiplicand doesn't work with mod Project MMO. - **Describe the bug**
Speed multiplicand doesn't work with mod Project MMO installed.
If I want to cut all tree I cut it down in just 3 seconds. And I change the speed multiplicand to: 0.4
**To Reproduce**
Steps to reproduce the behavior:
1. Install: Project_MMO-1.16.4-3.49.2 and FallingTree-Forge-1.16.5-2.11.0.
2. Join the world.
3. Cut the tree with any axe.
4.
https://user-images.githubusercontent.com/74407310/112761074-10bba780-9002-11eb-814a-a92cf6ac57c7.mp4
**Infos:**
- Minecraft version: [1.16.5]
- Mod loader: [Forge-36.1.2]
- Mod version: [FallingTree-Forge-1.16.5-2.11.0] | non_priority | speed multiplicand doesn t work with mod project mmo describe the bug speed multiplicand doesn t work with mod project mmo installed if i want to cut all tree i cut it down in just seconds and i change the speed multiplicand to to reproduce steps to reproduce the behavior install project mmo and fallingtree forge join the world cut the tree with any axe infos minecraft version mod loader mod version | 0 |
207,177 | 23,429,457,219 | IssuesEvent | 2022-08-14 22:20:04 | inventree/InvenTree | https://api.github.com/repos/inventree/InvenTree | closed | [FR] Tie github actions to specific commit hashes | CI security | ### Please verify that this feature request has NOT been suggested before.
- [X] I checked and didn't find similar feature request
### Problem statement
It would be a good idea to tie every external github action to a specific git commit hash to prevent potential supply chain attacks.
### Suggested solution
tie every external github action to a specific git commit hash
### Describe alternatives you've considered
Leave the project vulnerable to malicious agents to push new versions of the actions
### Examples of other systems
_No response_
### Do you want to develop this?
- [ ] I want to develop this. | True | [FR] Tie github actions to specific commit hashes - ### Please verify that this feature request has NOT been suggested before.
- [X] I checked and didn't find similar feature request
### Problem statement
It would be a good idea to tie every external github action to a specific git commit hash to prevent potential supply chain attacks.
### Suggested solution
tie every external github action to a specific git commit hash
### Describe alternatives you've considered
Leave the project vulnerable to malicious agents to push new versions of the actions
### Examples of other systems
_No response_
### Do you want to develop this?
- [ ] I want to develop this. | non_priority | tie github actions to specific commit hashes please verify that this feature request has not been suggested before i checked and didn t find similar feature request problem statement it would be a good idea to tie every external github action to a specific git commit hash to prevent potential supply chain attacks suggested solution tie every external github action to a specific git commit hash describe alternatives you ve considered leave the project vulnerable to malicious agents to push new versions of the actions examples of other systems no response do you want to develop this i want to develop this | 0 |
252,761 | 21,630,306,505 | IssuesEvent | 2022-05-05 09:01:59 | NFDI4Chem/nmrxiv | https://api.github.com/repos/NFDI4Chem/nmrxiv | closed | Site wide announcements (Dev Tutorial) | feature tutorial testing | Description:
Users with a specific role(s) should be able to access an announcements page in the console and create an announcement to be active from a start date to an end date. A scheduled task should check the time interval and set it as active or inactive (admins should also be able to override the start date). When an active announcement is available the information is then passed on to the front end (App layout) to be displayed on all pages. The user should be able to dismiss the announcement (tracked via local storage) and then the announcement is not shown for the user.
Implementation steps
- [x] #66
- [x] #67
- [x] #68
- [x] #69
- [x] #70
- [x] #71
- [x] #72
- [x] #73
- [x] #96
- [x] #27 | 1.0 | Site wide announcements (Dev Tutorial) - Description:
Users with a specific role(s) should be able to access an announcements page in the console and create an announcement to be active from a start date to an end date. A scheduled task should check the time interval and set it as active or inactive (admins should also be able to override the start date). When an active announcement is available the information is then passed on to the front end (App layout) to be displayed on all pages. The user should be able to dismiss the announcement (tracked via local storage) and then the announcement is not shown for the user.
Implementation steps
- [x] #66
- [x] #67
- [x] #68
- [x] #69
- [x] #70
- [x] #71
- [x] #72
- [x] #73
- [x] #96
- [x] #27 | non_priority | site wide announcements dev tutorial description users with a specific role s should be able to access an announcements page in the console and create an announcement to be active from a start date to an end date a scheduled task should check the time interval and set it as active or inactive admins should also be able to override the start date when an active announcement is available the information is then passed on to the front end app layout to be displayed on all pages the user should be able to dismiss the announcement tracked via local storage and then the announcement is not shown for the user implementation steps | 0 |
50,258 | 6,076,679,976 | IssuesEvent | 2017-06-16 00:14:14 | kubernetes/kubernetes | https://api.github.com/repos/kubernetes/kubernetes | closed | Failure cluster [ac251c...] failed 140 builds, 22 jobs, and 1 tests over 1 days | kind/flake sig/testing | ### Failure cluster [ac251c8c201b5a9a0dc3](https://go.k8s.io/triage#ac251c8c201b5a9a0dc3)
##### Error text:
```
error during ./hack/ginkgo-e2e.sh --ginkgo.focus=\[Slow\] --ginkgo.skip=\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]: exit status 1
```
##### Failure cluster statistics:
1 tests failed, 22 jobs failed, 140 builds failed.
Failure stats cover 1 day time range '14 Jun 2017 02:02 UTC' to '15 Jun 2017 02:02 UTC'.
##### Top failed tests by jobs failed:
| Test Name | Jobs Failed |
| --- | --- |
| Test | 22 |
##### Top failed jobs by builds failed:
| Job Name | Builds Failed | Latest Failure |
| --- | --- | --- |
| ci-kubernetes-e2e-gci-gce-slow-release-1-7 | 23 | [15 Jun 2017 01:14 UTC](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-kubernetes-e2e-gci-gce-slow-release-1-7/194) |
| ci-kubernetes-e2e-gce-slow-release-1-7 | 19 | [15 Jun 2017 00:28 UTC](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-kubernetes-e2e-gce-slow-release-1-7/168) |
| ci-kubernetes-e2e-gci-gce-slow | 15 | [14 Jun 2017 23:01 UTC](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-kubernetes-e2e-gci-gce-slow/6194) |
##### Previously closed issues for this cluster:
#46531
[Current Status](https://go.k8s.io/triage#ac251c8c201b5a9a0dc3) | 1.0 | Failure cluster [ac251c...] failed 140 builds, 22 jobs, and 1 tests over 1 days - ### Failure cluster [ac251c8c201b5a9a0dc3](https://go.k8s.io/triage#ac251c8c201b5a9a0dc3)
##### Error text:
```
error during ./hack/ginkgo-e2e.sh --ginkgo.focus=\[Slow\] --ginkgo.skip=\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]: exit status 1
```
##### Failure cluster statistics:
1 tests failed, 22 jobs failed, 140 builds failed.
Failure stats cover 1 day time range '14 Jun 2017 02:02 UTC' to '15 Jun 2017 02:02 UTC'.
##### Top failed tests by jobs failed:
| Test Name | Jobs Failed |
| --- | --- |
| Test | 22 |
##### Top failed jobs by builds failed:
| Job Name | Builds Failed | Latest Failure |
| --- | --- | --- |
| ci-kubernetes-e2e-gci-gce-slow-release-1-7 | 23 | [15 Jun 2017 01:14 UTC](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-kubernetes-e2e-gci-gce-slow-release-1-7/194) |
| ci-kubernetes-e2e-gce-slow-release-1-7 | 19 | [15 Jun 2017 00:28 UTC](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-kubernetes-e2e-gce-slow-release-1-7/168) |
| ci-kubernetes-e2e-gci-gce-slow | 15 | [14 Jun 2017 23:01 UTC](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-kubernetes-e2e-gci-gce-slow/6194) |
##### Previously closed issues for this cluster:
#46531
[Current Status](https://go.k8s.io/triage#ac251c8c201b5a9a0dc3) | non_priority | failure cluster failed builds jobs and tests over days failure cluster error text error during hack ginkgo sh ginkgo focus ginkgo skip exit status failure cluster statistics tests failed jobs failed builds failed failure stats cover day time range jun utc to jun utc top failed tests by jobs failed test name jobs failed test top failed jobs by builds failed job name builds failed latest failure ci kubernetes gci gce slow release ci kubernetes gce slow release ci kubernetes gci gce slow previously closed issues for this cluster | 0 |
156,867 | 13,655,533,218 | IssuesEvent | 2020-09-27 22:53:50 | institutoannanery/site | https://api.github.com/repos/institutoannanery/site | opened | Carousel error | documentation help wanted | ### Carousel on mobile devices **hinder** the user from **scrolling down**
---> Where? **Index.html** [After "END nav"]
Options for fix:
- Make a new carousel;
[Actually we did this - in a comment after "END nav" on **Index.html** and on **css/galeria.css** -
but the js appears behind the others sections]
- Use a bootstrap carousel;
[We tried this too, but the carousel didn't appeared on the page]
- Try to fix the original carousel or the new one.
| 1.0 | Carousel error - ### Carousel on mobile devices **hinder** the user from **scrolling down**
---> Where? **Index.html** [After "END nav"]
Options for fix:
- Make a new carousel;
[Actually we did this - in a comment after "END nav" on **Index.html** and on **css/galeria.css** -
but the js appears behind the others sections]
- Use a bootstrap carousel;
[We tried this too, but the carousel didn't appeared on the page]
- Try to fix the original carousel or the new one.
| non_priority | carousel error carousel on mobile devices hinder the user from scrolling down where index html options for fix make a new carousel actually we did this in a comment after end nav on index html and on css galeria css but the js appears behind the others sections use a bootstrap carousel try to fix the original carousel or the new one | 0 |
87,954 | 8,127,695,735 | IssuesEvent | 2018-08-17 09:01:41 | TerriaJS/aremi-natmap | https://api.github.com/repos/TerriaJS/aremi-natmap | closed | AREMI v2018-03-26 pre-release test - Error loading Environment group layers | GA-testing | Error accessing catalogue items - Status code 502
Layer: Environment/Collaborative Australian Protected Areas Database (CAPAD)
Layer: Environment/Conservation Management Zones
Layer: Environment/Key Ecological Features
Layer: Environment/National Heritage List (NHL)




| 1.0 | AREMI v2018-03-26 pre-release test - Error loading Environment group layers - Error accessing catalogue items - Status code 502
Layer: Environment/Collaborative Australian Protected Areas Database (CAPAD)
Layer: Environment/Conservation Management Zones
Layer: Environment/Key Ecological Features
Layer: Environment/National Heritage List (NHL)




| non_priority | aremi pre release test error loading environment group layers error accessing catalogue items status code layer environment collaborative australian protected areas database capad layer environment conservation management zones layer environment key ecological features layer environment national heritage list nhl | 0 |
154,845 | 13,578,483,142 | IssuesEvent | 2020-09-20 08:00:23 | trebleshot/trebleshot.github.io | https://api.github.com/repos/trebleshot/trebleshot.github.io | opened | Implement Jekyll Blog System | documentation enhancement good first issue | Publishing updates on the project using a blog that belongs to the project could be a better way of interacting with the community.
## Expected Changes
* Implement dates, authors, tags.
* Make it visible on the landing page.
* Add SEO tags.
* Make it reader-friendly.
| 1.0 | Implement Jekyll Blog System - Publishing updates on the project using a blog that belongs to the project could be a better way of interacting with the community.
## Expected Changes
* Implement dates, authors, tags.
* Make it visible on the landing page.
* Add SEO tags.
* Make it reader-friendly.
| non_priority | implement jekyll blog system publishing updates on the project using a blog that belongs to the project could be a better way of interacting with the community expected changes implement dates authors tags make it visible on the landing page add seo tags make it reader friendly | 0 |
276,444 | 23,992,926,110 | IssuesEvent | 2022-09-14 04:03:31 | Tencent/bk-ci | https://api.github.com/repos/Tencent/bk-ci | closed | pref:流水线首页分页逻辑优化 | help wanted for gray for test kind/refactor area/ci/backend tested grayed streams/for test streams/for gray streams/done | **问题:** 目前流水线分页dao层逻辑分页参数支持传pageSize和limit参数,造成理解不顺畅。
**措施:** 分页参数统一传offset和limit参数 | 3.0 | pref:流水线首页分页逻辑优化 - **问题:** 目前流水线分页dao层逻辑分页参数支持传pageSize和limit参数,造成理解不顺畅。
**措施:** 分页参数统一传offset和limit参数 | non_priority | pref:流水线首页分页逻辑优化 问题: 目前流水线分页dao层逻辑分页参数支持传pagesize和limit参数,造成理解不顺畅。 措施: 分页参数统一传offset和limit参数 | 0 |
19,788 | 13,453,931,668 | IssuesEvent | 2020-09-09 02:21:31 | cxong/cdogs-sdl | https://api.github.com/repos/cxong/cdogs-sdl | closed | Static code analysis | help wanted infrastructure | Looks like Coverity has a free service with Travis CI. Check it out?
https://scan.coverity.com/projects/2464
## <bountysource-plugin>
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/2687705-static-code-analysis?utm_campaign=plugin&utm_content=tracker%2F347422&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F347422&utm_medium=issues&utm_source=github).
</bountysource-plugin>
| 1.0 | Static code analysis - Looks like Coverity has a free service with Travis CI. Check it out?
https://scan.coverity.com/projects/2464
## <bountysource-plugin>
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/2687705-static-code-analysis?utm_campaign=plugin&utm_content=tracker%2F347422&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F347422&utm_medium=issues&utm_source=github).
</bountysource-plugin>
| non_priority | static code analysis looks like coverity has a free service with travis ci check it out want to back this issue we accept bounties via | 0 |
81,842 | 31,766,484,280 | IssuesEvent | 2023-09-12 09:05:19 | vector-im/element-x-android | https://api.github.com/repos/vector-im/element-x-android | opened | Receiving invites to rooms that I'm already in | T-Defect | ### Steps to reproduce
1. Just using the app normally, every so often when I go back to the room list, I have a pending invite appear.
2. The invite is always for the room that just recently moved to the top of my room list.
3. Attempting to accept the invite just says "Sorry, an error occurred".
4. Attempting to decline the invite also incurs an error.
I am already in the room, so I shouldn't have an invite for it.
### Outcome
#### What did you expect?
Not to receive invites out of the blue for room I am already in.
#### What happened instead?
Randomly see invites to rooms every 30s.
### Your phone model
Google Pixel 4a 5G
### Operating system version
Android 13.0
### Application version and app store
Element X, built from 3d0c5e729b66cd8f365c59274d4745c73c9d4413
### Homeserver
amorgan.xyz
### Will you send logs?
Yes
### Are you willing to provide a PR?
Yes | 1.0 | Receiving invites to rooms that I'm already in - ### Steps to reproduce
1. Just using the app normally, every so often when I go back to the room list, I have a pending invite appear.
2. The invite is always for the room that just recently moved to the top of my room list.
3. Attempting to accept the invite just says "Sorry, an error occurred".
4. Attempting to decline the invite also incurs an error.
I am already in the room, so I shouldn't have an invite for it.
### Outcome
#### What did you expect?
Not to receive invites out of the blue for room I am already in.
#### What happened instead?
Randomly see invites to rooms every 30s.
### Your phone model
Google Pixel 4a 5G
### Operating system version
Android 13.0
### Application version and app store
Element X, built from 3d0c5e729b66cd8f365c59274d4745c73c9d4413
### Homeserver
amorgan.xyz
### Will you send logs?
Yes
### Are you willing to provide a PR?
Yes | non_priority | receiving invites to rooms that i m already in steps to reproduce just using the app normally every so often when i go back to the room list i have a pending invite appear the invite is always for the room that just recently moved to the top of my room list attempting to accept the invite just says sorry an error occurred attempting to decline the invite also incurs an error i am already in the room so i shouldn t have an invite for it outcome what did you expect not to receive invites out of the blue for room i am already in what happened instead randomly see invites to rooms every your phone model google pixel operating system version android application version and app store element x built from homeserver amorgan xyz will you send logs yes are you willing to provide a pr yes | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.