aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tango.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-28idl2wrs: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangMichael Mann1-180/+56
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-105/+71
2014-04-23Continuation of bug 9532.Michael Mann1-34/+62
2014-04-23Bugfix generating a sequence of "native" types. Bug 9532.Michael Mann1-4/+25
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-04Regenerate dissector after change to add prototypeAlexis La Goutte1-1/+3
2013-12-03Regenerate idl dissector after last change in generator !Alexis La Goutte1-178/+191
2013-12-02Character conversion error.Anders Broman1-1/+1
2013-12-02Add pragmas to remove warnings, this should go into the generation script.Anders Broman1-0/+4
2013-09-08expert_add_info_format_text -> expert_add_info_textMichael Mann1-46/+46
2013-05-24Use new expert info API in idl dissectors. These generated about 50% of the ...Michael Mann1-47/+64
2013-01-22Fix for CID 761911-761984 and CID 761985-761994.Jaap Keuter1-0/+72
2013-01-22Revert 47201 it does not compile on Windows.Anders Broman1-69/+0
2013-01-21Fix for CID 761911-761984 and CID 761985-761994.Jaap Keuter1-0/+69
2013-01-19Following r47157, this tries to suppress similar Coverity issues.Jaap Keuter1-0/+56
2012-12-26Change wireshark_gen.py to make the operation argument to routines aGuy Harris1-79/+79
2012-11-13Use proto_tree_add_<signed integer> functions for signed giop datatypesMichael Mann1-30/+30
2012-11-05Add a few more expert_add_info_format calls to giop dissector which requires ...Michael Mann1-861/+285
2012-10-11Make idl2wrs dissectors filterable - Part 1Michael Mann1-1259/+877
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-28/+36
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-138/+277
2012-07-08Add a function to packet-giop.c that does what the code that Jeff Morriss1-820/+95
2012-07-08Eliminate a lot of function-local variables by not storing the result ofJeff Morriss1-326/+265
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-01Make the tango dissector a builtin dissector.Anders Broman1-0/+4394