aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pdc.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-28/+4
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-18create_dissector_handle -> new_create_dissector_handleMichael Mann1-2/+3
2015-08-12[pdc] Fix a few [msvc-2015?] warnings about 'constant compared to constant'Bill Meier1-34/+47
2015-08-12[pdc] [msvc-2015] Change a variable type to prevent 32-bit MSVC-2015 "interna...Bill Meier1-1/+1
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+3
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-9/+9
2014-09-19Do encoding-arg changes (all benign)Bill Meier1-3/+3
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-3/+3
2014-04-02packet-pdc.c: Add asterix protocol layer to base tree (not to PDC tree).Bill Meier1-9/+9
2014-04-01Fix two bugs and do misc other minor changes;Bill Meier1-168/+240
2014-03-17Try to fix trivial varningsAndersBroman1-13/+17
2014-03-10remove $Id$Martin Kaiser1-3/+1
2014-03-10Add PDC dissectorMichael Mann1-0/+538