aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-classicstun.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-5/+5
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-05-17Create temporary variables for some proto_tree_add_<datatype> calculations.Michael Mann1-6/+6
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-02-09Fix classicstun att_family decoding for IPv6 (CID 280363)Jaap Keuter1-2/+0
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-3/+3
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-2/+2
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-2/+2
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-2/+2
2015-04-16Replace deprecated tvb_length APIsAndersBroman1-2/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+0
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+13
2014-06-24convert to proto_tree_add_subtree[_format]Michael Mann1-3/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-04-04Change tvb_get_string() -> tvb_get_string_enc and ENC_ASCII -> ENC_UTF_8AndersBroman1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-2/+2
2013-08-31More wmem.Evan Huus1-9/+10
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-15[-Wmissing-prototypes]Anders Broman1-6/+9
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-3/+3
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-01-12Re-indent for readability.Bill Meier1-605/+605
2012-01-11Don't do tvb_get...() in arg of g_htonl(); Macro evals args multiple times.Bill Meier1-2/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-3/+3
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-6/+6
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-12/+12
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-4/+4
2011-09-25From Glenn Matthews via bug 6319:Stig Bjørlykke1-1/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-11/+2
2009-09-14Remove unneeded #includes (stdio.h & friends);Bill Meier1-252/+241
2009-09-13From Stephane Bryant via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-0/+739