aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-whois.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-9/+9
2023-09-20Use `register_dissector()` for more protocolsDavid Perry1-3/+3
2022-09-07Try to fix clang tvb_memeql-warningsAnders Broman1-2/+2
2022-04-13whois: Assume UTF-8, add an expert infoJohn Thacker1-6/+12
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-12-26Find the line ending using tvb_find_line_end().Guy Harris1-4/+8
2019-12-26Cleanly fetch the query string.Guy Harris1-1/+1
2019-12-24whois: add query string to info column.Dario Lombardo1-0/+10
2019-12-22Note the lack of character-encoding indications in the protocol.Guy Harris1-0/+8
2019-12-22Show answers a line at a time, after the request frame and time delta.Guy Harris1-1/+22
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-13Do one or more of the following:Bill Meier1-10/+10
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+1
2013-11-16Remove svn:executable property from packet-finger.c packet-whois.cJakub Zawadzki1-0/+0
2013-11-14Cast the return value of conversation_get_proto_data() to whois_transaction_t *.Chris Maynard1-1/+1
2013-11-14Add a basic whois dissector.Chris Maynard1-0/+224