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 44576: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sun, 19 Aug 2012 02:27:14 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44576

User: martinm
Date: 2012/08/18 07:27 PM

Log:
 Correct a number in a value_string.
 
 Spotted in a profile that match_strval_ext() was calling
 match_strval_linear() a lot (this value_string has 1476 entries - it was
 epensive!).
 
 Found error by adding temp debug to _match_strval_ext_init() - do we
 ever expect the entries not to be in order?  Am wondering if the warning
 should be committed.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +1 -1      packet-e212.c    Modified