summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-ppp.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-26ppp: fix conflict for hf fieldAlexis La Goutte1-4/+2
2017-01-29Register reassembly tablesMichael Mann1-17/+3
2017-01-19Use dissector tables for PPP protocols' options.Michael Mann1-1152/+1919
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-5/+5
2017-01-06Convert some easily identifiable pinos.Michael Mann1-4/+4
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-6/+4
2016-12-23Set BCP BPDU to size of bytes used by the protocol, not whole packet.Michael Mann1-0/+2
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-4/+2
2016-11-12fix no previous prototype for ‘capture_*’ [-Wmissing-prototypes]Alexis La Goutte1-1/+1
2016-11-03Fragmentation reassembly as in PPP MP (RFC 1990/2686)John A. Thacker1-23/+179
2016-10-28Implement registration of capture dissectors by nameJoão Valverde1-3/+12
2016-10-12PPP: fix typo found by lintianAlexis La Goutte1-1/+1
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-07-27Follow up for proto_tree_add_checksum.Michael Mann1-10/+17
2016-07-21Add proto_tree_add_checksum.Michael Mann1-25/+4
2016-04-22Do not mix wmem and glib allocatorsPascal Quantin1-2/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-11/+9
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-3/+3
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-02-19PPP: remove obsolete Van Jacobson decompression preferencePascal Quantin1-6/+1
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2016-01-04PPP: fix registration of CRTP (CNTCP) protocolPascal Quantin1-0/+1
2015-12-21PPP: fix no previous prototype for 'proto_reg_handoff_bcp_bpdu/ncp' [-Wmissi...Alexis La Goutte1-0/+2
2015-12-20Create capture dissector table for LLC non-snap dissectors.Michael Mann1-1/+0
2015-12-17Create capture dissector "info" structure (capture_packet_info_t)Michael Mann1-3/+3
2015-12-14Create some more capture dissector tables.Michael Mann1-10/+4
2015-12-1464-bit constants need to be wrapped in G_GUINT64_CONSTANT().Guy Harris1-2/+2
2015-12-14[PPP] Dissect BCP NCP Options data.AndersBroman1-28/+80
2015-12-14Create capture dissector tables.Michael Mann1-24/+16
2015-12-14PPP: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-8/+8
2015-12-13Standardize the capture dissector function signature.Michael Mann1-3/+3
2015-12-13Create a way to register "capture" dissectors.Michael Mann1-2/+5
2015-12-10The Bridging Control Protocol is really two protocols.Guy Harris1-156/+184
2015-12-09[PPP] Add dissection of BCP NCP 0x8031AndersBroman1-18/+408
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-3/+3
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-25/+25
2015-11-26Add BMT_NO_FLAGS for proto_tree_add_bitmask_XXX_with_flags.Michael Mann1-2/+2
2015-11-25PPP: RTP IPHC Compressed Non TCP packets and D bit zero packets (RFC 2507)John A. Thacker1-39/+172
2015-11-25create_dissector_handle -> new_create_dissector_handleMichael Mann1-17/+19
2015-11-18create_dissector_handle -> new_create_dissector_handleMichael Mann1-72/+87
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-20/+20
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-10-30Add some "protocol placeholders" to remove confusion with Decode As.Michael Mann1-9/+15
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-2/+2
2015-10-14Change proto_tree_add_ipv6() to take a struct e_in6_addr pointerJoão Valverde1-2/+2
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-06-25Add proper "Decode As" mechanism for L2TPv3 subdissectors instead of preference.Michael Mann1-0/+2
2015-06-23Remove more deprecated tvb_length callsEvan Huus1-7/+7