aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ppp.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-10Change a lot of http:// URLs to https://.Gerald Combs1-1/+1
2015-02-13Replace tabs by spaces when editor modelines has "expandtab"Bill Meier1-8/+8
2015-01-11Rename the FT_BYTES separator types to SEP_ from BASE_.Guy Harris1-1/+1
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-2/+2
2015-01-04Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann1-4/+3
2014-12-28Replace ip6_to_str and ip6_guint8_to_str with address_to_str and tvb_ip_to_str.Michael Mann1-2/+6
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-12Change ENC_NA to ENC_BIG_ENDIAN for all fetches of integral type fields.Bill Meier1-50/+50
2014-12-09Eliminate proto_tree_add_text from packet-ppp.c.Michael Mann1-267/+351
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-57/+45
2014-11-13Add dissector table for sFlow header dissection.Michael Mann1-0/+2
2014-11-09Create a subdissector table for juniper payload protocols.Michael Mann1-0/+2
2014-07-05convert to proto_tree_add_subtree[_format]Michael Mann1-217/+113
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-7/+7
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-7/+7
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-2/+2
2014-05-28Minor: use VALS macro (as per convention); Add editor modelines; Do whitespac...Bill Meier1-2/+2
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann1-3/+3