aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ppp.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-31More spelling fixes, part 2 of 2nd pass of dissectors.Martin Mathieson1-1/+1
2020-08-01Fix use of _ret_uint() for UINT_{BYTES,STRING} when _ret_length() is wantedJohn Thacker1-11/+9
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-11/+11
2020-04-12Fix up some broken links to specs from dissectors.Martin Mathieson1-1/+1
2019-07-27HTTPS In Still More Places, update more URLs.Guy Harris1-35/+35
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-2/+2
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-08-29ppp: disable USB heuristic subdissector by defaultMartin Kaiser1-4/+10
2018-08-29ppp: remove a variable that is always 0Martin Kaiser1-2/+1
2018-08-29ppp: remove some more unnecessary NULL checksMartin Kaiser1-151/+121
2018-08-23ppp: remove a number of unnecessary NULL checksMartin Kaiser1-74/+64
2018-03-24Fix a comment.Guy Harris1-2/+3
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-2/+2
2017-10-21Eliminate #include <epan/oui.h> from dissectors that don't need it.Michael Mann1-1/+0
2017-10-21Remove oui_vals value_string and epan/oui.cMichael Mann1-8/+2
2017-10-15Add support for BASE_OUIMichael Mann1-19/+5
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