aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ancp.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-20Use WS_ROUNDUP_4 in more dissectorsJohn Thacker1-10/+3
2022-06-10tap: Adding flags for tap_packetRoland Knall1-1/+1
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-1/+1
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-1/+1
2021-07-17Delete various unused fieldsEvan Huus1-28/+0
2020-04-13Standardise IETF RFC and Draft URLs in dissectors.Martin Mathieson1-2/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-2/+2
2018-12-28Allow floating point values for stats_treeMichael Mann1-2/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-09-05Fix unitialized variable warnings that popped up with -OgJoão Valverde1-1/+1
2017-04-08ANCP: Update to RFC6320Uli Heilmeier1-85/+228
2017-04-05A few more BASE_UNIT_STRING cases.Michael Mann1-2/+2
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-04-14Change deprecated API tvb_length -> tvb_reported_lengthAndersBroman1-2/+2
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+1
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+1
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+12
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-2/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-14Don't cast away constness.Guy Harris1-1/+1
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-7/+11
2013-09-12Convert a few dissectors from emem to wmem APIPascal Quantin1-1/+2
2013-03-19From beroset:Anders Broman1-1/+1
2013-03-13- [-Wmissing-prototypes]Anders Broman1-0/+3
2012-10-17Cleanup:Bill Meier1-119/+105
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
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