aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mmse.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-06mmse: Handle encodingJohn Thacker1-40/+54
2021-07-29Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-22/+24
2020-08-29Fix more spelling errors in dissector strings.Martin Mathieson1-1/+1
2020-01-18MMSE: add a missing "Ok" value for X-Mms-Retrieve-Status fieldPetr StuchlĂ­k1-0/+3
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-11-10MMSE: catch length overflows to avoid infinite loop.Jeff Morriss1-1/+13
2018-05-28Fix test for early exit from MMSE dissector.Guy Harris1-2/+2
2018-03-04mmse: remove a ton of if (tree) checksMartin Kaiser1-535/+470
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-01-31format_text_wmem -> format_textMichael Mann1-5/+5
2017-01-31Add format_text_wmem.Michael Mann1-5/+5
2016-07-26WAP: check that tvb_get_guintvar does not overflowPascal Quantin1-23/+36
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-3/+3
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-8/+10
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-03-24Overhaul WSP dissector.Michael 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-3/+0
2014-11-26Fix a number of dup hf[] filter-names probably resulting from cut/paste errs.Bill Meier1-1/+1
2014-10-19Remove unnecessary tvb_ensure_bytes_exist calls.Michael Mann1-13/+2
2014-10-02Add editor modelines & adjust indentation/whitespace as needed.Bill Meier1-1241/+1254
2014-08-14Eliminate proto_tree_add_text from some dissectors.Michael Mann1-9/+26
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-3/+3
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-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-1/+3
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+0
2013-09-22emem -> wmem conversion:Pascal Quantin1-4/+4
2013-09-15emem -> wmemPascal Quantin1-2/+3
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-4/+0
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-19From beroset:Anders Broman1-2/+2
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-2/+2
2013-01-26Fix various instances of unused hf[] entries foundBill Meier1-1/+3
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-10convert some simple uses to use ephemeral memoryMichael Mann1-3/+2
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-2/+0
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-2/+2
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris1-1/+2
2010-02-27Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris1-1/+1
2010-01-18Fix some gcc -Wshadow warnings ....Bill Meier1-6/+6
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-4/+4