AMOS-ss16-proj3 / amos-ss16-proj3

Repository for the wireshark plugin development project of the AMOS 16 course
GNU Affero General Public License v3.0
10 stars 12 forks source link

Filter for strings rather than numeric values #28

Open dustywind opened 8 years ago

dustywind commented 8 years ago

Our current implementation only allows filtering for nummeric values. When searching for payload type 0x8001 (Diagnostic message) a filter may look like "doip.payload.type == 0x8001". In addition we may also support filters which accept a short descriptive string instead: "doip.payload.type == diagmsg"