aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-finger.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-29Use `register_dissector()` for more protocolsDavid Perry1-4/+2
2022-09-07Try to fix clang tvb_memeql-warningsAnders Broman1-2/+2
2022-04-12whois, finger: Dissect at FIN (or after) on first passJohn Thacker1-2/+9
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-2/+2
2020-04-13Standardise IETF RFC and Draft URLs in dissectors.Martin Mathieson1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-3/+3
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-5/+5
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-3/+3
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-07-06whois,finger: fix retval, convert from tvb_lengthPeter Wu1-4/+4
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix warningsJakub Zawadzki1-2/+3
2013-12-13Do one or more of the following:Bill Meier1-10/+10
2013-11-16Remove svn:executable property from packet-finger.c packet-whois.cJakub Zawadzki1-0/+0
2013-11-16Add a basic finger dissector.Chris Maynard1-0/+223