aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dtpt.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-3/+3
2015-06-23Remove more deprecated tvb_lengthEvan Huus1-1/+1
2015-01-08guid_to_ep_str -> guid_to_strMichael Mann1-2/+2
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-11/+7
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-47/+40
2014-09-30Add editor modelines; Adjust whitespace; Remove boilerplate commentsBill Meier1-1/+12
2014-08-05Eliminate proto_tree_add_text from some dissectors.Michael Mann1-6/+12
2014-07-07 Fix Branch condition evaluates to a garbage value found by Clang AnalyzerAlexis La Goutte1-1/+1
2014-06-25DTPT: remove unused variablesPascal Quantin1-2/+0
2014-06-25convert to proto_tree_add_subtree[_format]Michael Mann1-83/+47
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-2/+2
2013-12-16Use proto_tree_add_item() in preference to fetching the string andGuy Harris1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-2/+1
2013-03-16[-Wmissing-prototypes]Anders Broman1-0/+2
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-4/+4
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-08Fix last parameter for tvb_get_guid() callpascal1-1/+1
2012-04-26Minor: reformatting, unneeded #includes, whitespace cleanup;Bill Meier1-301/+373
2012-01-19Fix some duplicate display filter names.Chris Maynard1-1/+1
2011-10-23Replace use of tvb_get_ephemeral_faked_unicode() by use of tvb_get_ephemeral_...Bill Meier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-05-20Fix a typo ...Bill Meier1-1/+1
2011-05-20Remove unneeded code: Fixes Coverity 890 [UNUSED].Bill Meier1-6/+2
2011-01-16Use tvb_memeql() and tvb_memcpy().Jeff Morriss1-3/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-06-07Use find_or_create_conversation() rather than only conversation_new().Bill Meier1-5/+2
2010-06-07Move proto_reg_handoff...(...) to the end of the file.Bill Meier1-25/+28
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+2
2009-07-07Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke1-15/+15
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-35/+35
2008-09-11Minor cleanup related to proto_reg_handoff ....Bill Meier1-1/+1
2008-09-02Cleanup related to prefs & proto_reg_handoffBill Meier1-11/+11
2008-08-08Add Winsock AF_ values to epan/aftypes.h; the DirectPlay and ActiveSyncGuy Harris1-26/+25
2008-06-27Fix some warnings reported by gcc -Wshadow ... Bill Meier1-8/+8
2008-03-04match_strval() may return NULL so don't blindly pass its return value into co...Jeff Morriss1-1/+1
2007-11-08Apply yet another set of the optimization patches:Anders Broman1-1/+1
2007-10-16From tmiller@hcjbtech.org : Spelling error on GDS DB protocol dissector: "Buf...Sake Blok1-1/+1
2007-08-15- s/ntohs/g_ntohsJeff Morriss1-11/+7
2007-02-20DTPT: Improve Blob handling, more error codesUwe Girlich1-55/+186
2007-02-18Added a DTPT (DekTop PassThrough) dissector.Uwe Girlich1-0/+1073