aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ucp.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-21UCP: Fix string encodingJohn Thacker1-43/+37
2022-10-20UCP: Validate string encodingJoão Valverde1-1/+3
2022-06-10tap: Adding flags for tap_packetRoland Knall1-1/+2
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-2/+2
2018-12-28Allow floating point values for stats_treeMichael Mann1-6/+6
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-04-21UCP: Update Xser typesUli Heilmeier1-0/+7
2017-03-05dissectors: fix this statement may fall through [-Werror=implicit-fallthrough...Alexis La Goutte1-0/+1
2016-10-20ucp: use ws_strtou function.Dario Lombardo1-84/+88
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-09-19Improve support for single-character fields and filter expressions.Guy Harris1-31/+31
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-06-23Remove more deprecated tvb_length callsEvan Huus1-3/+3
2015-06-22Remove a bunch of deprecated tvb_length callsEvan Huus1-4/+4
2015-05-26Remove proto_tree_add_text from some dissectors.Michael Mann1-27/+62
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+1
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-22Fix unknown command tag name [-Wdocumentation-unknown-command]Alexis La Goutte1-3/+3
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-10-27Add enumerated value 639 to vals_parm_PID.Michael Mann1-0/+1
2014-09-15dissect the alphanumeric message that's part of operation 30Martin Kaiser1-1/+1
2014-09-13update the URL of the specificationMartin Kaiser1-1/+2
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-7/+7
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-7/+7
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-2/+2
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-26Protect ucp_mktime against too-short input strings, as caught by Alexis'Evan Huus1-7/+27
2013-12-14Fix const warnings.Jakub Zawadzki1-1/+1
2013-12-14Fix warningsJakub Zawadzki1-0/+3
2013-11-14Create/use value_string_ext for some value-string-arrays.Bill Meier1-569/+586
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-58/+55
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-09-12emem -> wmem ("tshark -v" tested)Jörg Mayer1-2/+2
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-2/+0
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-7/+5
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-19From beroset:Anders Broman1-1/+1
2013-02-24Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris1-11/+11
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded includes (ctype.h, stdio.h);Bill Meier1-8/+7