aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-06-30From David Richards via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8...Jeff Morriss1-4/+18
2013-06-30Declare slist[] as static (reduces storage & code executed: *See below);Bill Meier1-5/+5
2013-06-30Batch of filterable expert infos.Michael Mann6-46/+119
2013-06-30From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8876 :Jeff Morriss1-5/+8
2013-06-30Actually initialize the localhost ethernet address before settingJeff Morriss1-2/+7
2013-06-30Add a cast to squelch a warning.Jeff Morriss1-2/+2
2013-06-30Fix up a mixup of the declaration of hf_vnc_auth_error_length andJeff Morriss1-2/+2
2013-06-30From Matthias Benesch via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-18/+1102
2013-06-30Minor improvements to VTP dissector.Michael Mann1-169/+120
2013-06-30Fix the infinite loop fuzz failure reported inJeff Morriss1-3/+3
2013-06-30Actually use the new environment variable created in r49784--apparently I for...Jeff Morriss1-2/+2
2013-06-30proto_custom_set: don't fetch values twice.Jakub Zawadzki1-2/+2
2013-06-30ip_proto.h now requires expert.h.Jeff Morriss2-7/+9
2013-06-30Add expert info to dissect_ip_tcp_options(). The proto_tree_add_text seems a...Michael Mann4-21/+54
2013-06-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+2
2013-06-29Fix warning from fix-encoding-argsAlexis La Goutte1-1/+1
2013-06-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-06-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+2
2013-06-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+0
2013-06-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-8/+8
2013-06-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-6/+6
2013-06-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-06-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+2
2013-06-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-06-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2013-06-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-06-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+2
2013-06-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+4
2013-06-29Separate IP option header fields for each dissector that uses dissect_ip_tcp_...Michael Mann4-42/+103
2013-06-29From Fabio Tarabelloni viaEvan Huus4-32/+1908
2013-06-29Improvements for the KDSP dissector. Bug 8864 (https://bugs.wireshark.org/bu...Michael Mann1-31/+105
2013-06-28Callers to dissect_ndr_* functions expect pdata to be initialized on return fromEvan Huus1-0/+44
2013-06-28Rename octet_to_hex() to low_nibble_of_octet_to_hex() to indicate whatGuy Harris1-8/+8
2013-06-28Squelch a warning.Guy Harris1-3/+6
2013-06-28Use octet_to_hex() in another place.Jakub Zawadzki1-8/+4
2013-06-28Merge fill_label_[u]int to fill_label_number, hfinfo_[u]int_value_format to h...Jakub Zawadzki1-61/+17
2013-06-28Merge _hfinfo_int_value_format and _hfinfo_uint_value_format to one function ...Jakub Zawadzki1-71/+13
2013-06-28#micro-optimization, remove g_snprintf()'s from _hfinfo_[u]int_value_format w...Jakub Zawadzki2-163/+203
2013-06-28Use newly assigned DLT for PDU export functionalityPascal Quantin1-3/+1
2013-06-28From Dirk via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8850 :Jeff Morriss1-4/+4
2013-06-28From Lorand Jakab via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8852 :Jeff Morriss1-3/+3
2013-06-28replace object_identifier_id with actx->external.direct_referenceMichael Mann3-61/+54
2013-06-28Remove all global variables in P1 dissector. Bug 8515 (https://bugs.wireshar...Michael Mann4-429/+432
2013-06-28From Niels de Vos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8861 :Jeff Morriss2-59/+90
2013-06-28Make colors used by colorize_filter_te_as_* as preferences. Bug 5413 (https:...Michael Mann2-0/+22
2013-06-28From Fabio Tarabelloni viaEvan Huus4-0/+1517
2013-06-27use hf_try_val_to_str() in two more places.Jakub Zawadzki1-29/+16
2013-06-27cleanup [u]int fill proto with value_string functionJakub Zawadzki1-119/+78
2013-06-27cleanup int/uint fill proto functions.Jakub Zawadzki1-281/+111
2013-06-27Add functions hf_try_val_to_str[_const]Jakub Zawadzki1-63/+33