aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ancp.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-18Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7137Michael Tüxen1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier1-2/+2
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-5/+5
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-32/+32
2011-04-18Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang Alexis La Goutte1-5/+1
2011-04-04Don't assign to a proto_item * if the value won't be used: Coverity 832-834.Bill Meier1-68/+68
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-11-15Skip reserved word in ANCP OAM-Loopback-Test-Parameters TLV.Jaap Keuter1-0/+1
2010-04-01From Aniruddha A: ANCP (Access Node Control Protocol) Dissector.Bill Meier1-0/+951