aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipp.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-17IPP: Fix invalid UTF-8 encodingJoão Valverde1-0/+8
2022-10-31IPP: Add the charstring value so it is filterableJohn Thacker1-3/+10
2022-10-30Revert "IPP: NULL is not a valid use here"João Valverde1-1/+1
2022-10-30IPP: NULL is not a valid use hereRoland Knall1-1/+1
2022-04-19ipp: Use proto_tree_get_parentJohn Thacker1-2/+2
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-5/+5
2022-01-23IPP: Fix failed assertion for tvb_bytes_to_str()Uli Heilmeier1-2/+3
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2021-12-05Dissectors should not include stdio.h, unless neededJaap Keuter1-1/+0
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-11/+11
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde1-1/+1
2021-06-14Avoid duplicating duplicated memoryMoshe Kaplan1-1/+1
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-4/+4
2020-10-16IPPUSB ProtocolJamie Hare1-5/+13
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-3/+3
2019-03-20ipp: fix field types.Dario Lombardo1-8/+2
2018-09-26Use the time stamps in the packet_info structure, not the frame_data structure.Guy Harris1-3/+3
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-06-02packet-ipp.c: Improve enum tag filteringMichael Mann1-10/+24
2016-10-03IPP packet dissector improvements:Michael Sweet1-311/+735
2016-09-08IPP: fix use after free errorPascal Quantin1-5/+2
2016-09-07Changes to the IPP dissector:Michael Sweet1-160/+563
2016-08-22ipp: fix typo indentAlexis La Goutte1-1/+1
2016-08-22Pass an HTTP message type to all HTTP subdissectors.Guy Harris1-3/+21
2016-04-17Don't assume the HTTP dissector is being called from the TCP dissector.Guy Harris1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-5/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-43/+42
2015-08-13Eliminate proto_tree_add_text from some dissectors.Michael Mann1-4/+3
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs1-1/+1
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-1/+1
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-1/+1
2014-11-02Eliminate proto_tree_add_text from several dissectors.Michael Mann1-75/+78
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-08-13Fix warning when compiling with -O3:Joerg Mayer1-1/+1
2014-07-07Squelch some compiler warnings.Guy Harris1-9/+10
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-06-16Convert a bunch of time_to_str functions to wmemEvan Huus1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-1/+1
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-2/+2
2013-12-14Fix warningsJakub Zawadzki1-0/+3
2013-10-24Remove need for match_port #define in packet_info.h and just replace existing...Michael Mann1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-6/+6
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1