aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ppp.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-25Fix more FT_BOOLEAN items with no mask - set len to BASE_NONEMartin Mathieson1-2/+2
2023-11-20Remove init of proto variablesStig Bjørlykke1-589/+589
2023-10-16Make `grep proto_register_protocol` more usefulGerald Combs1-4/+2
2023-09-06Clean up some hf blurbsMartin Mathieson1-1/+1
2023-07-22A few more add_bitmask fixesMartin Mathieson1-1/+1
2023-02-27ppp: Reset conversation elements between each frame in raw HDLC streamJohn Thacker1-0/+24
2022-11-18Fix some cppcheck issuesMartin Mathieson1-7/+5
2022-11-16ppp: Check to see if process_reassembled_data gave us a tvbufferJohn Thacker1-1/+1
2022-09-13Clarify dissector description, protocol short name, and protocol ong name.Guy Harris1-1/+1
2022-09-12Give dissectors a descriptive string.Guy Harris1-1/+1
2022-08-10L2TP: Use the IANA assigned PW types for Decode AsJohn Thacker1-1/+1
2022-08-09Use `register_dissector()` for more protocolsDavid Perry1-82/+55
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-8/+8
2022-02-13ppp: Fix Dead Store found by Clang AnalyzerAlexis La Goutte1-1/+0
2022-01-28ppp-packet.c: VSNP fixes for issue #17815Jean Yap1-3/+3
2022-01-28ppp-packet.c: VSNP fixes for issue #17815Jean Yap1-13/+43
2022-01-21PPP: Fix failed assertion for tvb_bytes_to_str()Uli Heilmeier1-1/+1
2021-10-07to_str: scope tvb_ip_to_strEvan Huus1-2/+2
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-6/+6
2021-07-21First pass pinfo->pool conversionEvan Huus1-9/+9
2021-02-16Support Van Jacobson PPP compression (#12138)David Perry1-1/+1
2021-02-02Make more functions/variables static.Martin Mathieson1-1/+1
2020-12-16Fix duplicated filter namesAnders Broman1-1/+1
2020-10-02Clean up URLs.Guy Harris1-1/+1
2020-09-13More dissector string spelling fixes.Martin Mathieson1-3/+3
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