aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.dissector
AgeCommit message (Expand)AuthorFilesLines
2023-11-02Initialize static proto values to 0Stig Bjørlykke1-9/+9
2023-10-31Use C99 instead of GLib types in doc+docbookDavid Perry1-181/+181
2023-09-27Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-2/+2
2023-09-12Doc: update dissector README conversation text on conversation_typeJaap Keuter1-29/+33
2023-09-07Clean up handling of string encodings for byte arrays and absolute times.Guy Harris1-1/+1
2023-06-14Use `register_dissector()` in doc/README.dissectorDavid Perry1-13/+23
2023-06-08epan: Add ENC_BOM modifier for UTF-16, UCS-2, UCS-4John Thacker1-7/+10
2023-04-26epan: Implement EBCDIC CP 500, for DRDAJohn Thacker1-0/+1
2023-04-25Doc: complete list of field typesJaap Keuter1-11/+16
2023-04-12README.dissector - some trivial editsMartin Mathieson1-7/+6
2023-03-14minor README.dissector updates/fixesHarald Welte1-2/+2
2023-03-06docs: GrammarJohn Thacker1-1/+1
2023-01-17docs: Explain the FT_FRAMENUM use of the strings fieldJohn Thacker1-0/+16
2022-12-21DECT-NWK: Add basic support for DECT charsetsBernhard Dick1-0/+4
2022-10-10epan: Mark tvb_get_const_stringz() as deprecatedJoão Valverde1-14/+0
2022-08-02epan: Refactor floating point display typesJoão Valverde1-0/+6
2022-07-06Fix some spellings.Martin Mathieson1-1/+1
2022-06-09Docs: Update README.dissector for string encodingsJoão Valverde1-3/+3
2022-05-23epan: Allow conversations based on arbitrary element lists.Gerald Combs1-13/+49
2022-04-14epan: add ENC_TIME_USECS timestamp encodingChuck Craft1-1/+6
2022-02-06epan: Add BASE_SHOW_UTF_8_PRINTABLEJohn Thacker1-3/+9
2021-12-30Prefs/Extcap: Added support for password which is never stored on the diskj.novak@netsystem.cz1-0/+5
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-1/+1
2021-12-20Documentation: simplify protocol tree function documentation introJaap Keuter1-265/+9
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-1/+1
2021-11-09README.dissector: Reinforce a style recommendation.João Valverde1-3/+5
2021-11-02Lift restriction on upper case protocol display filter namesJoão Valverde1-16/+26
2021-10-07to_str: scope tvb_ip6_to_strEvan Huus1-1/+1
2021-10-07to_str: scope tvb_ip_to_strEvan Huus1-1/+1
2021-08-27Thrift: Complete handling of Binary & Compact protocolsTriton Circonflexe1-5/+5
2021-02-10Add ENC_TIME_NSECS timestamp encodingNicolás Alvarez1-0/+5
2021-02-04Minor changes to ENC_TIME documentationNicolás Alvarez1-3/+3
2021-02-03Update documentation for ENC_TIME_* constantsNicolás Alvarez1-0/+7
2021-01-09Just correct the documentation for this obvious mistake. Closes #17141.Eugene Adell1-1/+1
2020-10-21Use iconv to support GB 18030 and EUC-KR, allow future encodingsJohn Thacker1-1/+7
2020-10-12Fix spelling errors in the documentationРоман Донченко1-2/+2
2020-09-25Fix some more doc folder spelling errors.Martin Mathieson1-7/+7
2020-09-12Add FT_STRINGZTRUNC.Guy Harris1-1/+10
2020-08-24doc: Update README.dissector for GitLab.Gerald Combs1-14/+18
2020-08-12doc: explain when to use FT_STRINGZ, and document FT_STRINGZPAD.Guy Harris1-0/+13
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2020-04-27Add string encoding values for various BCD encodings, and use them.Guy Harris1-0/+3
2020-04-27doc: document another character encoding.Guy Harris1-0/+1
2020-04-27doc: Add some new character encodings.Guy Harris1-1/+6
2020-04-05proto: Add a debug check to sanity-check range_stringMartin Mathieson1-1/+4
2020-02-17doc: Apply proper capitalization to the Wireshark nameJaap Keuter1-3/+3
2019-12-04README.dissector: Add a note about integer promotion.Gerald Combs1-0/+7
2019-11-14tools: add automatic C skeleton dissector generator.Dario Lombardo1-0/+13
2019-11-05Fix find_conversation_pinfo() description in documentationPascal Quantin1-1/+2
2019-09-20README.dissector: fix proto_tree_add_bitmask_len signatureDevan Lai1-1/+1