aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-opsi.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-02Use col_append_sep_str() for fixed stringsStig Bjørlykke1-1/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-2/+2
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-7/+3
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-10-01Treat IPv4 subnet masks as distinct from addressesJeffrey Smith1-1/+1
2015-04-10Remove depricated API tvb_length -> tvb_reported_lengthAndersBroman1-2/+2
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-10-06Adjust indentation to match editor modelines; Do other minor whitespace changes.Bill Meier1-13/+13
2014-10-02Add editor modelines & adjust indentation/whitespace as needed.Bill Meier1-191/+204
2014-07-05convert to proto_tree_add_subtree[_format]Michael Mann1-2/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-03Try to fix [-Wmissing-prototypes]Anders Broman1-0/+3
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-6/+8
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-07-18Add fencing for COL_INFO (which was the intent of the dissector until I accid...Michael Mann1-1/+2
2013-07-18Make filterable items from proto_tree_add_text.Michael Mann1-55/+56
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-11/+9
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 FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-2/+0
2011-11-09Fix a number of proto_tree_add_item() encoding args.Bill Meier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-6/+6
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-10-10Combine packet-opsi.h with packet-opsi.c (since not used elsewhere); Define s...Bill Meier1-8/+113
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-1/+1
2009-09-20Use tvb_get_ephemeral_string() instead of tvb_get_string()Kovarththanan Rajaratnam1-41/+40
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-45/+45
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-0/+792