aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-9p.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-30Look into some cases where 1 value_string value is missingMartin Mathieson1-0/+1
2023-11-20Remove init of proto variablesStig Bjørlykke1-157/+157
2023-06-259p: don't use g_strerror() to map 9P2000.L error codes to strings.Guy Harris1-1/+165
2023-05-249p: Fix a string lengthJohn Thacker1-1/+1
2023-05-16Use `register_dissector()` for more protocolsDavid Perry1-4/+4
2022-12-03wmem: Remove strbuf max size parameterJoão Valverde1-8/+4
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-1/+1
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2021-07-21First pass pinfo->pool conversionEvan Huus1-10/+10
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-2/+2
2020-07-07Fix -Wpointer-sign warnings.Anders Broman1-6/+6
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-13/+13
2018-07-02Add new encoding names for seconds/{micro,nano}second time stamps.Guy Harris1-6/+6
2018-07-02Add support for 8+8 and 8+4 struct timespec, and use it with 9P.Guy Harris1-31/+10
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-01-28wmem_map_new -> wmem_map_new_autoresetMichael Mann1-6/+1
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-2/+2
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-06-26conversation: rename shadow variableDario Lombardo1-3/+3
2016-04-149p: change glib functions into wmem calls.Dario Lombardo1-40/+16
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-7/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-4/+4
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-07-03Split init routine into init/cleanup for more dissectorsPeter Wu1-10/+7
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-2/+3
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-4/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+0
2014-11-29Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-20/+9
2014-10-06Adjust indentation to match editor modelines; Do other minor whitespace changes.Bill Meier1-1/+1
2014-08-209P2000.L also has the UID field in tattach.Guy Harris1-3/+11
2014-08-03Eliminate proto_tree_add_text from some dissectors.Michael Mann1-33/+46
2014-07-059p: fix version detection, fix dissect_9P retvalPeter Wu1-176/+105
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-3/+3
2014-06-17Fix copy/paste errors in value_string.Jakub Zawadzki1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-21The file's name has a lower-case "p" in "9p".Guy Harris1-1/+1
2014-01-21Always combine ENC_UTF_8 with ENC_NA.Guy Harris1-6/+6
2014-01-219p strings are, not surprisingly, encoded using UTF-8; replaceGuy Harris1-6/+6
2014-01-15Don't cast away constness.Guy Harris1-1/+1
2013-12-19Remove 'L' and 'LL' from constants; they are all used as 32-bit quantities.Bill Meier1-29/+31
2013-12-08Fix some warnings: cast discards `__attribute__((const))' qualifier from poin...Jakub Zawadzki1-1/+1
2013-11-21Constify two vars;Bill Meier1-280/+293
2013-09-22emem -> wmem conversion:Pascal Quantin1-6/+6
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus1-6/+6
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-5/+5
2013-08-01From Dominique Martinet via https://bugs.wireshark.org/bugzilla/show_bug.cgi?...Jeff Morriss1-339/+472
2013-07-15Fix warnings: comma at end of enumerator list.Chris Maynard1-2/+2