aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nat-pmp.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Fix errors found by fix-encoding-args.plJoão Valverde1-1/+1
2020-09-28Fix some more wrong filter names.Martin Mathieson1-1/+1
2020-09-01Portcontrol: Implemented option code 130Peter Oettig1-24/+94
2020-04-13Standardise IETF RFC and Draft URLs in dissectors.Martin Mathieson1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-2/+2
2018-09-26PCP: Add padding for optionUli Heilmeier1-1/+19
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-6/+3
2016-07-04Add length checks.Guy Harris1-24/+58
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-06-15TFS: Mutualize Response/Request TFSAlexis La Goutte1-5/+0
2015-06-15PCP: fix dissection of R bitPascal Quantin1-4/+4
2014-11-27Fix a number of dup hf[] filter-names probably mostly resulting from cut/past...Bill Meier1-1/+1
2014-07-04convert to proto_tree_add_subtree[_format]Michael Mann1-2/+1
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-05-20PCP: Remove whitespace before (Alexis La Goutte1-93/+93
2014-05-20PCP: Discovering NAT64 IPv6 Prefixes Using the Port Control Protocol (RFC7225)Alexis La Goutte1-0/+59
2014-05-20PCP: Add Description Option for the Port Control Protocol (RFC 7220)Alexis La Goutte1-0/+11
2014-05-20PCP : Enhance display of Option...Alexis La Goutte1-13/+23
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-9/+9
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-3/+3
2013-05-27Batch of filterable expert infosMichael Mann1-3/+22
2013-05-20From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8631Alexis La Goutte1-13/+30
2013-05-07From Christian Koenning via https://bugs.wireshark.org/bugzilla/show_bug.cgi?...Alexis La Goutte1-4/+4
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-2/+2
2013-02-01Fix format string error.Evan Huus1-1/+1
2013-02-01Add Port Control Protocol dissector and convert NAT-PMP dissector to "new" st...Michael Mann1-15/+488
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-07-19Use ENC_NA as encoding for FT_PROTOCOL, FT_NONE and FT_BYTES.Stig Bjørlykke1-1/+1
2011-07-19Use correct encoding for proto_tree_add_item().Stig Bjørlykke1-15/+15
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2009-09-06s/col_add_fstr/col_add_strKovarththanan Rajaratnam1-1/+1
2009-09-06Don't pass ep_alloc()'ed strings to col_set_str().Kovarththanan Rajaratnam1-1/+1
2009-07-23Set editor modelines to be consistent between emacs and vi/ex;Bill Meier1-2/+2
2009-07-07Remove some check_col() calls.Stig Bjørlykke1-7/+3
2009-03-15Adjusted my name to use only ASCII characters.Stig Bjørlykke1-1/+1
2009-03-03Moved the dissector_handle_t.Stig Bjørlykke1-2/+2
2009-02-25Port Mapping Protocol, not Plug-'n-Play.Guy Harris1-0/+240