aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cosnaming.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-06IDL: Clean up IDL based dissector generationJaap Keuter1-6/+3
2019-05-17Update the warning-suppression statements in idl2wrs.Guy Harris1-3/+8
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2015-09-28idl2wrs: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangMichael Mann1-48/+14
2015-05-06Fix the need to manually adjust packet-gias.c (take 2)Michael Mann1-6/+2
2015-05-01Revert "Fix the need to manually adjust packet-gias.c"Alexis La Goutte1-2/+6
2015-05-01Fix the need to manually adjust packet-gias.cMichael Mann1-6/+2
2015-04-23idl2wrs: don't use -1 for the protocol-item length.Jeff Morriss1-1/+1
2014-04-25Cleanup "excess" from trying to support sequence of "native types". Last ins...Michael Mann1-45/+36
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-04Regenerate dissector after change to add prototypeAlexis La Goutte1-0/+3
2013-12-03Regenerate idl dissector after last change in generator !Alexis La Goutte1-88/+100
2013-12-03- copy paste error in parlayAnders Broman1-0/+4
2013-09-08expert_add_info_format_text -> expert_add_info_textMichael Mann1-26/+26
2013-05-24Use new expert info API in idl dissectors. These generated about 50% of the ...Michael Mann1-27/+68
2013-01-19Following r47157, this tries to suppress similar Coverity issues.Jaap Keuter1-0/+14
2012-12-26Change wireshark_gen.py to make the operation argument to routines aGuy Harris1-22/+22
2012-11-05Add a few more expert_add_info_format calls to giop dissector which requires ...Michael Mann1-395/+62
2012-10-11Make idl2wrs dissectors filterable - Part 1Michael Mann1-448/+224
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-05Replace process_RequestOperation macro by a real function to speedup compilat...Pascal Quantin1-18/+26
2012-08-08From Michael Mann on -dev:Jeff Morriss1-1/+1
2012-08-08Use expert infos instead of g_warning when something unexpected is found.Jeff Morriss1-78/+157
2012-07-08Add a function to packet-giop.c that does what the code that Jeff Morriss1-18/+2
2012-07-08Eliminate a lot of function-local variables by not storing the result ofJeff Morriss1-97/+88
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-01Make the cosnaming dissector a builtin dissector.Anders Broman1-0/+1557