aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-04-30A few more doxygen fix-ups.Evan Huus3-2/+3
2013-04-30Move the contents of wsar_html/core to wsar_html. Create tag files forGerald Combs2-10/+26
2013-04-27Silence a false-positive warning from older GCCs:Evan Huus1-1/+1
2013-04-27From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8605Evan Huus1-327/+390
2013-04-27remove unnecessary if (tree) checksMartin Kaiser1-111/+84
2013-04-26Wmem string-buffer improvements:Evan Huus3-5/+71
2013-04-26From me: only sign-extend BER integers if the field is actually signedEvan Huus2-5/+6
2013-04-26Fix a whole bunch of doxygen warnings, mostly typos or renamed parameters.Evan Huus6-9/+8
2013-04-26Buildbot (via Twisted) sets a restrictive umask. Unset it before we runGerald Combs1-1/+1
2013-04-26Add some Doxygen checks.Gerald Combs1-0/+2
2013-04-26Update the main, epan, and ui Doxygen configuration files. Change theGerald Combs2-4/+13
2013-04-25Annotate wmem functions for better compiler warnings and optimization.Evan Huus4-11/+24
2013-04-25Flag as malformed expert info if we see padding subheaders at start andMartin Mathieson1-0/+8
2013-04-25From Mathias GuettlerMartin Kaiser1-1/+1
2013-04-25Enhance dissection of feedbackPascal Quantin1-6/+16
2013-04-25Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8611Evan Huus1-0/+11
2013-04-25Try to please the OSX buildbotsPascal Quantin1-3/+3
2013-04-24Convert a few proto_tree_add_text to proto_tree_add_items. The dissector was...Michael Mann1-23/+98
2013-04-24convert some proto_tree_add_texts into expert_add_info_format. Didn't quite ...Michael Mann1-15/+15
2013-04-24Add a few IP filterable fields to make checkAPIs.pl happy. It appears that "...Michael Mann1-51/+78
2013-04-24Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8610 :Pascal Quantin1-18/+29
2013-04-24Fix format string typo causingEvan Huus1-1/+1
2013-04-24dumpabi: This would create the directories in the sourcedir insteadJörg Mayer1-5/+7
2013-04-24Add truncate function to wmem strbuf.Evan Huus3-1/+24
2013-04-24Now that the test suite is done and most of the common functions areEvan Huus5-35/+33
2013-04-23Revert commitsJörg Mayer1-3/+3
2013-04-23Add a quick check for a first printable character to avoid a more expensiveMartin Mathieson1-0/+11
2013-04-23Turn some preferences on by default. Won't affect info column.Martin Mathieson1-3/+3
2013-04-23oops, missed a linebreakMartin Kaiser1-1/+2
2013-04-23From Mathias GuettlerMartin Kaiser4-0/+1594
2013-04-23reformat, add editor modelinesMartin Kaiser1-566/+579
2013-04-23Add curr_layer_num which can be used to keep track of multiple occurances of ...Anders Broman3-5/+11
2013-04-23nlpid.h requires value_string.hMartin Kaiser1-0/+2
2013-04-23Restore a lost hf def.Anders Broman1-0/+5
2013-04-23When calling IP and Ipv6 dissectors, they may reduce the new tvb we pass in.Martin Mathieson1-0/+6
2013-04-22Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-8/+3
2013-04-22Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-04-22Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-04-22Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-04-22Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-04-22Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-04-22Fix some Dead Store (Dead initialization) Warning found by Clang Fix also ind...Alexis La Goutte1-10/+10
2013-04-22Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-04-22Add tests for wmem stack, and misc. tweaks to other tests.Evan Huus1-7/+40
2013-04-22Dissect new element in GTPv2 MM Context.Anders Broman1-7/+29
2013-04-22Fix warning: 'attr_mask_offset' may be used uninitialized in this function in...Alexis La Goutte1-1/+1
2013-04-221.9.3 → 1.11.0.Gerald Combs1-1/+1
2013-04-22Tell the user tha gui.update.channel probably shouldn't be changed.Gerald Combs1-1/+1
2013-04-22Convert another instance of g_assert_cmpuint to g_assert.Gerald Combs1-3/+3
2013-04-22From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8601 ...Alexis La Goutte1-736/+345