aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-parlay.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-28idl2wrs: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangMichael Mann1-2990/+888
2015-05-07Remove proto_tree_add_text from idl2wrs generation.Michael Mann1-5/+6
2015-05-06Fix the need to manually adjust packet-gias.c (take 2)Michael Mann1-92/+0
2015-05-01Revert "Fix the need to manually adjust packet-gias.c"Alexis La Goutte1-0/+92
2015-05-01Fix the need to manually adjust packet-gias.cMichael Mann1-92/+0
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-1821/+952
2014-04-23Continuation of bug 9532.Michael Mann1-614/+1086
2014-04-23Bugfix generating a sequence of "native" types. Bug 9532.Michael Mann1-14/+336
2014-04-23Fix generator to remove Dead Store (Dead assignement/Dead increment) warning ...Michael Mann1-748/+745
2014-04-22Manual fix of Dead Store (Dead assignement/Dead increment) warning found by C...Alexis La Goutte1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-10Fix warnings in packet-parlay.cAlexis La Goutte1-1/+1
2013-12-04Regenerate dissector after change to add prototypeAlexis La Goutte1-747/+750
2013-12-03Manual fix of Dead Store (Dead assignement/Dead increment) warning found by C...Alexis La Goutte1-2/+2
2013-12-03Regenerate idl dissector after last change in generator !Alexis La Goutte1-5185/+5198
2013-12-03- copy paste error in parlayAnders Broman1-1/+1
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-1/+4
2013-09-08expert_add_info_format_text -> expert_add_info_textMichael Mann1-1866/+1866
2013-05-24Use new expert info API in idl dissectors. These generated about 50% of the ...Michael Mann1-1993/+2010
2013-01-22Fix for CID 761911-761984 and CID 761985-761994.Jaap Keuter1-924/+2148
2013-01-22Revert 47201 it does not compile on Windows.Anders Broman1-3011/+913
2013-01-21Fix for CID 761911-761984 and CID 761985-761994.Jaap Keuter1-913/+3011
2013-01-18Try and see if we can suppress about half of the Coverity issues.Jaap Keuter1-973/+1831
2012-12-26Change wireshark_gen.py to make the operation argument to routines aGuy Harris1-1653/+1653
2012-11-13Use proto_tree_add_<signed integer> functions for signed giop datatypesMichael Mann1-880/+880
2012-11-05Add a few more expert_add_info_format calls to giop dissector which requires ...Michael Mann1-25466/+4096
2012-10-11Make idl2wrs dissectors filterable - Part 1Michael Mann1-31996/+17575
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-938/+946
2012-08-14Bug 3725 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3725)Michael Mann1-755/+751
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-5598/+11197
2012-07-08Add a function to packet-giop.c that does what the code that Jeff Morriss1-9041/+1150
2012-07-08Eliminate a lot of function-local variables by not storing the result ofJeff Morriss1-9303/+8083
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+2
2012-06-01Make the parlay dissector a buil tin dissector.Anders Broman1-0/+105135