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

Wireshark-dev: [Wireshark-dev] warning while running wireshark

From: "Toeung, Chanthy" <chanthy.toeung@xxxxxxxxxxxxxx>
Date: Tue, 21 Aug 2007 11:27:49 -0400
Hi,

I'm building a plugin IPMB for Wireshark. All work well except when i start Wireshark i get a warning message as follow:

 your preferences once should remove this warning)
03:41:29          Warn /home/toeung/.wireshark/preferences line 2377: No such preference "user_dlt_b.header_proto" (applying your preferences once should remove this warning)
03:41:29          Warn /home/toeung/.wireshark/preferences line 2381: No such preference "user_dlt_b.trailer_proto" (applying your preferences once should remove this warning)
03:41:29          Warn /home/toeung/.wireshark/preferences line 2386: No such preference "user_dlt_c.dlt" (applying your preferences once should remove this warning)
03:41:29          Warn /home/toeung/.wireshark/preferences line 2391: No such preference "user_dlt_c.special_encap" (applying your preferences once should remove this warning)
03:41:29          Warn /home/toeung/.wireshark/preferences line 2395: No such preference "user_dlt_c.payload" (applying your preferences once should remove this warning)
03:41:29          Warn /home/toeung/.wireshark/preferences line 2399: No such preference "user_dlt_c.header_size" (applying your preferences once should remove this warning)
03:41:29          Warn /home/toeung/.wireshark/preferences line 2403: No such preference "user_dlt_c.trailer_size" (applying your preferences once should remove this warning)
03:41:29          Warn /home/toeung/.wireshark/preferences line 2407: No such preference "user_dlt_c.header_proto" (applying your preferences once should remove this warning)
03:41:29          Warn /home/toeung/.wireshark/preferences line 2411: No such preference "user_dlt_c.trailer_proto" (applying your preferences once should remove this warning)
03:41:29          Warn /home/toeung/.wireshark/preferences line 2416: No such preference "user_dlt_d.dlt" (applying your preferences once should remove this warning)
03:41:29          Warn /home/toeung/.wireshark/preferences line 2421: No such preference "user_dlt_d.special_encap" (applying your preferences once should remove this warning)
03:41:29          Warn /home/toeung/.wireshark/preferences line 2425: No such preference "user_dlt_d.payload" (applying your preferences once should remove this warning)
03:41:29          Warn /home/toeung/.wireshark/preferences line 2429: No such preference "user_dlt_d.header_size" (applying your preferences once should remove this warning)
03:41:29          Warn /home/toeung/.wireshark/preferences line 2433: No such preference "user_dlt_d.trailer_size" (applying your preferences once should remove this warning)
03:41:29          Warn /home/toeung/.wireshark/preferences line 2437: No such preference "user_dlt_d.header_proto" (applying your preferences once should remove this warning)
03:41:29          Warn /home/toeung/.wireshark/preferences line 2441: No such preference "user_dlt_d.trailer_proto" (applying your preferences once should remove this warning)
                                                            
Does anybody have an idea how i can apply my preferences to disable this warning? 

Thanks,

Chanthy