ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master f3f833c: display filter: the body of a range should o

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 17 Nov 2014 07:05:40 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f3f833ccecce0e8611b2f1990d0fcf81959fcb78
Submitter: Martin Kaiser (wireshark@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f3f833c by Martin Kaiser (wireshark@xxxxxxxxx):

    display filter: the body of a range should only be
    a string, a field name or another range - not an unparsed element
    
    Bug: 10690
    Change-Id: I126143636c940cc73ed6467660f0a573209e2ae9
    Reviewed-on: https://code.wireshark.org/review/5243
    Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
    Tested-by: Martin Kaiser <wireshark@xxxxxxxxx>
    

Actions performed:

    from  25f950e   Add tshark -G dissector-tables to dump a list of dissector tables.
    adds  f3f833c   display filter: the body of a range should only be a string, a field name or another range - not an unparsed element


Summary of changes:
 epan/dfilter/grammar.lemon |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)