aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dtpt.c
AgeCommit message (Expand)AuthorFilesLines
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