aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cmpp.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-4/+3
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-04-16Remove deprecated tvb_lengt APIsAndersBroman1-4/+4
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/+1
2014-10-02Add editor modelines & adjust indentation/whitespace as needed.Bill Meier1-0/+14
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-4/+4
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-4/+4
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-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-7/+9
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-13Convert a few more dissectors to wmemPascal Quantin1-3/+4
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-2/+2
2013-03-15[-Wmissing-prototypes]Anders Broman1-0/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-04-24Minor cleanup: whitespace, indentation, long-lines, style, typos, etc;Bill Meier1-249/+244
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-7/+4
2011-04-27From Yaniv Kaul:Anders Broman1-2/+2
2011-04-22Use the return value of proto_item_add_subtree()Jeff Morriss1-6/+9
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-10-25From Jakub Zawadzki:Anders Broman1-8/+3
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
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-12/+12
2009-05-08FT_BOOLEAN fields w/o bitmasks really should use BASE_NONE (not BASE_DEC,...).Bill Meier1-5/+5
2008-09-02Cleanup related to prefs & proto_reg_handoffBill Meier1-18/+7
2008-01-22Don't update COL_INFO at all if not claiming the packet as CMPP. Add a (guess...Jeff Morriss1-11/+8
2008-01-17Strengthen heuristics a little bit, remove a useless variable, put COL_INFO c...Jeff Morriss1-10/+14
2008-01-17Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2206 : don't write int...Jeff Morriss1-2/+2
2008-01-10From Andy Chu: A dissector for China Mobile Point to Point (cmpp) protocol,Jeff Morriss1-0/+1007