aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cp2179.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-1/+1
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-09-07[packet-cp2179.c] - Added support for Function Code 0x04 and perform misc com...Chris Bontje1-189/+342
2018-04-10Add, and use, "fetch signed value" for lengths < 40 bits.Guy Harris1-2/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2016-12-01Check preference titles and descriptions.Gerald Combs1-1/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-23/+2
2016-04-15cp2179: change g_malloc in wmem.Dario Lombardo1-6/+5
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2016-01-13Use result of register_dissectorPeter Wu1-3/+3
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-04-08Remove RTAC Serial preference that doubled for Decode As.Michael Mann1-2/+1
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-4/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-10-04CP2179: Fix warning: no previous prototype for proto_register_cp2179 [-Wmissi...Alexis La Goutte1-2/+2
2014-09-07Create subdissector table for RTAC Serial and have dissectors register with i...Michael Mann1-3/+6
2014-09-04Fix Mac OS X buildbotAlexis La Goutte1-5/+5
2014-09-04Add dissector for CP "Cooper" 2179 ProtocolQiaoyin Yang1-0/+1417