aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
AgeCommit message (Expand)AuthorFilesLines
2021-08-27Thrift: Complete handling of Binary & Compact protocolsTriton Circonflexe1-1/+9
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde1-1/+1
2021-05-20Add ENC_APN_STR to handle APN stringsAndersBroman1-0/+1
2021-02-10Add ENC_TIME_NSECS timestamp encodingNicolás Alvarez1-0/+4
2021-02-06Avoid exposing HAVE_PLUGINS in the public APIJoão Valverde1-5/+0
2021-02-04Minor changes to ENC_TIME documentationNicolás Alvarez1-5/+5
2021-02-03Update documentation for ENC_TIME_* constantsNicolás Alvarez1-0/+7
2021-01-27UDP: Clean up handling of zero-valued UDP checksumsJoão Valverde1-1/+2
2021-01-17Correct comment on expert valuesJaap Keuter1-1/+1
2020-12-10Introduce ENC_BCD_ODD_NUM_DIG in order to handle odd number of digitsAnders Broman1-1/+7
2020-11-23proto(.h): fix -WdocumentationAlexis La Goutte1-1/+1
2020-11-13Qt+epan: Print better-looking values in the packet diagram.Gerald Combs1-3/+13
2020-10-23QT/CLI: Move max tree items and depth to prefsJohn Thacker1-1/+1
2020-10-21Use iconv to support GB 18030 and EUC-KR, allow future encodingsJohn Thacker1-3/+16
2020-10-11Add proto_tree_add_item_ret_ipv4().Guy Harris1-3/+7
2020-10-02Clean up URLs.Guy Harris1-1/+4
2020-09-28Add some more string encodings.Guy Harris1-42/+46
2020-09-12Add FT_STRINGZTRUNC.Guy Harris1-13/+11
2020-08-11epan: Fixup proto_item_set_bits_offset_len.Gerald Combs1-2/+2
2020-08-10Qt: Add a packet diagram view.Gerald Combs1-1/+8
2020-08-02libwireshark: define ENC_ANTI_HOST_ENDIAN in epan/proto.h.Guy Harris1-2/+4
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-11/+11
2020-04-28Clean up the encoding value definitions.Guy Harris1-113/+150
2020-04-28proto(.h): fix parameter (it is pi not it) like on proto.cAlexis La Goutte1-20/+20
2020-04-27proto(.h): fix -WdocumentationAlexis La Goutte1-1/+1
2020-04-27Add string encoding values for various BCD encodings, and use them.Guy Harris1-0/+3
2020-04-25Add a routine to get the representation of a protocol tree item and use it.Guy Harris1-1/+7
2020-01-21Add support for "classic Mac OS" timestamps and use them in file-mp4.c.Guy Harris1-14/+15
2020-01-11Implement all mapping macros for the new proto tree APIJaap Keuter1-29/+221
2019-11-07epan: Make proto_tree_add_oid* usable from DLLs.Gerald Combs1-3/+3
2019-10-28wslua: Fix memleak of unregistered ProtoField stringsStig Bjørlykke1-0/+7
2019-09-05kafka: Cleanup to use "native" APIs.Michael Mann1-0/+11
2019-08-29Add proto_tree_add_item_ret_time_stringMichael Mann1-1/+23
2019-07-15Add support for the ISO 646 "Basic code table" encoding.Guy Harris1-0/+2
2019-07-11Doxygen: Fix some warnings.Anders Broman1-1/+1
2019-07-10Doxygen: Try to fix reported warnings.Anders Broman1-1/+1
2019-06-08Have routines to add a protocol tree item and return a display string.Guy Harris1-21/+49
2019-06-07Improve handling of binary data that *might* be text.Guy Harris1-9/+37
2019-05-25Add Windows code page 1252.Guy Harris1-1/+1
2019-05-24"Zigbee" encoding is not a character encoding or an integer encoding.Guy Harris1-2/+14
2019-04-26proto.h: avoid warning about not really deprecated (Clang) (v2)Alexis La Goutte1-2/+2
2019-04-07proto.h: avoid warning about not really deprecated (Clang)Alexis La Goutte1-2/+2
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-47/+88
2019-01-13proto.h: fix indentation and add modeline.Dario Lombardo1-347/+353
2019-01-04add encoding windows 1251, cp855, cp866kanidef1-2/+3
2018-11-20Replace JSON-GLib by custom JSON dumper libraryPeter Wu1-2/+0
2018-11-01Fix "Follow TLS Stream" after ssl -> tls renamePascal Quantin1-2/+2
2018-11-01Revert "FT_BYTES: fix dissection of FT_BYTES when using SEP_SPACE and "NONE" ...Pascal Quantin1-7/+6
2018-11-01FT_BYTES: fix dissection of FT_BYTES when using SEP_SPACE and "NONE" optionsJeremy Martin1-6/+7
2018-10-17wslua: Add support for base.RANGE_STRING handling.Richard Sharpe1-1/+1