Question

What words do the regex expression "d[iy]e" search for? What does the "(?i)p[(oo|ou)]r" filter tell wireshark...

What words do the regex expression "d[iy]e" search for?

What does the "(?i)p[(oo|ou)]r" filter tell wireshark to search for?

Homework Answers

Answer #1

1.). In the regular expression given in question 1., It will search for an expression starting with d with subsequent presence of either 'i' or 'y' and ending with 'b'. The square bracket in the expression represent a class of characters mentioned inside the square bracket which mark the presence of of any of the characters inside it in the target expression.

2.). In the given regular expression in the question number 2, the wireShark is being commanded to search for string starting with 'p' and subsequently having 'oo' or 'ou' and ending with 'r'. The part of filter (?i) tell the filter to ignore the the case of the the word to be filtered. It will search for or the given string of upper or lowercase letters.

It may return 'poor' or 'pOuR' or 'Poor' etc where each letter can be in uppercase or lowercase.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
in your own words, what is a P-Value and what does it tell us?
in your own words, what is a P-Value and what does it tell us?
What does the P/E ratio tell an investor about a company? What is the P/E ratio...
What does the P/E ratio tell an investor about a company? What is the P/E ratio of Apple, Inc? What is the P/E ratio of Wal-Mart?
Tell me what do you learn from a medical coding class in 200 words? i thinking...
Tell me what do you learn from a medical coding class in 200 words? i thinking about taking a course...
In one to two sentences, what does the p-value tell me when I conduct an inferential...
In one to two sentences, what does the p-value tell me when I conduct an inferential statistical test using sample data?
Can anyone tell me how to solve this what steps do i take.. Which of the...
Can anyone tell me how to solve this what steps do i take.. Which of the following expressions is the correct equilibrium-constant expression for the equilibrium between dinitrogen tetroxide and nitrogen dioxide? 3N2O4(g)  6NO2 (g) [A] [N2O4] 6 /[NO2] 3                  [B] [NO2] 6 /[N2O4] 3   [C] [NO2] 3 /[N2O4] 3                  [D] [N2O4] 3 /[NO2] 3               [E] [NO2] 3 /[N2O4] 6
What do you view E&P as? I.E., what is its purpose under the Code and does...
What do you view E&P as? I.E., what is its purpose under the Code and does it really matter anymore considering dividends are taxed at Capital Gains rates? Based upon the logic of the E&P question does the idea of partial liquidation really make sense in regards to whether something is a capital gain or a dividend?
What do you view E&P as? I.E., what is its purpose under the Code and does...
What do you view E&P as? I.E., what is its purpose under the Code and does it really matter anymore considering dividends are taxed at Capital Gains rates? Based upon the logic of the E&P question does the idea of partial liquidation really make sense in regards to whether something is a capital gain or a dividend?
C++ What does this filter do? char ch; while (can.get(ch)) { if (ispunct(ch)) continue; count.put(ch); }...
C++ What does this filter do? char ch; while (can.get(ch)) { if (ispunct(ch)) continue; count.put(ch); } a. prints only punctuation characters in input b. endless loop if input contains punctuation: otherwise prints all input c. prints all non-punctuation characters in input d. prints all characters before first punctuation character e. endless loop when first punctuation character encountered
Consider permutations of the 26-character lowercase alphabet Σ={a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z}. In how many of these permutations do a,b,c...
Consider permutations of the 26-character lowercase alphabet Σ={a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z}. In how many of these permutations do a,b,c occur consecutively and in that order? In how many of these permutations does a appear before b and b appear before c?
The correlation coefficient r is a sample statistic. What does it tell us about the value...
The correlation coefficient r is a sample statistic. What does it tell us about the value of the population correlation coefficient ρ (Greek letter rho)? You do not know how to build the formal structure of hypothesis tests of ρ yet. However, there is a quick way to determine if the sample evidence based on ρ is strong enough to conclude that there is some population correlation between the variables. In other words, we can use the value of r...