aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tpncp.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-19TPNCP: Simplify size trackingOrgad Shaneh1-10/+7
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-2/+2
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde1-1/+1
2021-06-16dissectors: Replace g_log() with ws_log()João Valverde1-1/+1
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-1/+1
2021-01-03TPNCP: Fix exception for commands/events without CIDOrgad Shaneh1-5/+7
2021-01-01TPNCP: Initial support for "Since" versionOrgad Shaneh1-37/+61
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-2/+1
2020-12-20More spelling fixes.Martin Mathieson1-1/+1
2020-12-07TPNCP: Minor cleanupOrgad Shaneh1-4/+23
2020-10-03Update URLs pointing to the bug database.Guy Harris1-1/+1
2020-07-19ACDR: Add TLS_APP_TPNCPOrgad Shaneh1-0/+1
2020-03-26TPNCP: Fix dissection of acTOpenOrUpdateSBCSessionOrgad Shaneh1-2/+17
2020-03-25TPNCP: Use security_cmd_offset valueOrgad Shaneh1-21/+64
2020-03-25TPNCP: Simplify names for data field infoOrgad Shaneh1-86/+74
2020-02-18ACDR: Move TPNCP registrations to TPNCP dissectorOrgad Shaneh1-0/+55
2020-02-11TPNCP: Support IPv6 without modifying tpncp.datOrgad Shaneh1-2/+21
2020-02-08TPNCP: Show IPv6 correctlyOrgad Shaneh1-13/+58
2020-01-14TPNCP: Avoid multiple registration of preferencesOrgad Shaneh1-11/+20
2020-01-10tpncp: replace stack variable with dynamic allocation.Dario Lombardo1-3/+1
2020-01-09TPNCP: Update from downstreamOrgad Shaneh1-445/+405
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-1/+1
2016-10-22tpncp: load hf array in the handoff functionMartin Kaiser1-32/+37
2016-10-07tpncp: use ws_strtou function.Dario Lombardo1-5/+11
2016-06-05Initialize all header_field_info membersPascal Quantin1-6/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-07Remove some unnecessary includes.Guy Harris1-3/+0
2015-04-13Remove deprecated API tvb_lengtRemove deprecated API tvb_lengthAndersBroman1-4/+4
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+3
2014-12-26Fix some dissectors doing termio (fprintf(stderr,..), g_warning()).Bill Meier1-7/+8
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-8/+4
2014-09-08Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-16/+11
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-4/+4
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-4/+4
2014-04-04Fix indent and add modelinesAlexis La Goutte1-45/+58
2014-04-03Add a preference to enable loading of the database. EffectivlyAndersBroman1-34/+47
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+3
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-11-13Fix CID 1113411: close the file descriptor and free the file name even inJeff Morriss1-9/+14
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-6/+10
2013-10-26Cleanups to the TPNCP database parser/loader:Evan Huus1-21/+56
2013-09-15emem -> wmem (except uat or init routines)Pascal Quantin1-2/+4
2013-09-12Revert the TPNCP changes in r51972 until we can figure out a better way to fixEvan Huus1-11/+11
2013-09-12emem -> wmemJörg Mayer1-11/+11
2013-08-06Replace hfinfo pointer to same_name_prev, with same_name_prev_id.Jakub Zawadzki1-1/+1