aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-07-01ANother iteration,Luis Ontanon8-136/+420
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-30Add a question about whether hf_pn_rt_frag_data should be FT_STRING or FT_BYTES.Jeff Morriss1-0/+2
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-30[Automatic manuf, services and enterprise-numbers update for 2013-06-30]Gerald Combs2-10729/+10794
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 indent (Tabs => Spaces) and add modelines info for follow_* filesAlexis La Goutte8-1497/+1569
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-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+0
2013-06-29Update .gitignore to add some Windows specific build stuff to ignore list.Alexis La Goutte1-0/+17
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-29One further iteration, get things right, put placeholders for things to do.Luis Ontanon5-159/+185
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-28Rename AC_WIRESHARK_GCC_CFLAGS_CHECK toGuy Harris2-43/+43
2013-06-28Change formatting in the hopes of making the code a bit easier to figureGuy Harris1-104/+102
2013-06-28Merge fill_label_[u]int to fill_label_number, hfinfo_[u]int_value_format to h...Jakub Zawadzki1-61/+17
2013-06-28When checking whether a given option should be added to the compilerGuy Harris1-28/+16
2013-06-28MS: new childLuis Ontanon8-273/+486
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-28Do the "is $CXX actually a C++ compiler" test as early as possible, soGuy Harris1-26/+39