aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pcp.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-28Convert to using find_conversation_pinfo where appropriateMichael Mann1-3/+1
2017-08-09pcp: fix 'pinfo' was marked unused but was used [-Wused-but-marked-unused]Alexis La Goutte1-2/+2
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-09-22Don't call proto_register_field_array() or expert_register_protocol() withAndersBroman1-2/+2
2016-08-22wmem_array_index() returns a *pointer* to the array element.Guy Harris1-1/+1
2016-07-20PCP: add a missing castPascal Quantin1-1/+1
2016-07-20Convert some g_ APIs to wmem.Michael Mann1-46/+14
2016-03-04Clean up modelines and indentation.Jeff Morriss1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-4/+4
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-02PCP: Use GLib 2.32 < supported hash functionsRyan Doyle1-1/+1
2015-12-02PCP: Implement PMID to name mappingRyan Doyle1-22/+196
2015-10-29pcp: fix reporting of error status in info columnRyan Doyle1-1/+1
2015-06-04Dissection support for pmproxyRyan Doyle1-2/+4
2015-04-20replace some deprecated tvb_length callsEvan Huus1-2/+2
2015-02-17PCP: updated protocol dissection for new PDU typesRyan Doyle1-124/+278
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-2/+3
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
2013-12-14Fix warningsJakub Zawadzki1-0/+3
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-6/+6
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-2/+2
2013-05-27Batch of filterable expert infosMichael Mann1-9/+24
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-24FT_FLOAT and FT_DOUBLE share the same comparison functions -> use same filter...Pascal Quantin1-1/+1
2012-06-23Do not use same name for filters with incompatible typesPascal Quantin1-9/+9
2012-03-28From Ryan Doyle via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6874Alexis La Goutte1-2/+0
2012-03-15Calls to col_add_fstr() & etc should not be under 'if (tree)';Bill Meier1-1821/+1839
2012-03-05From Ryan Doyle via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6874Alexis La Goutte1-0/+2249