ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 21372: /trunk/epan/dfilter/ /trunk/epan/dfilter/: dfvm.c

Date: Tue, 10 Apr 2007 18:31:37 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21372

User: richardv
Date: 2007/04/10 06:31 PM

Log:
 From Sake Blok:
 
 wireshark SHOULD be able to filter on multiple hf's with the
 same field-name, BUT there is a little bug in the code. I have pinpointed it to
 the following in epan/dfilter/dfvm.c:
 ...
 It actually loops through all the hf's with the same name, but only checks
 against the original (first) hf.

Directory: /trunk/epan/dfilter/
  Changes    Path          Action
  +1 -1      dfvm.c        Modified