summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-05-03Add some casts to hush the buildbots, and fix what I assume was a copy-pastoEvan Huus1-5/+5
2013-05-03Remove unnecessary global variablesMichael Mann2-12/+0
2013-05-03Finish improving NTLM and PLAIN authentication. Bug 8600 (https://bugs.wires...Michael Mann1-27/+46
2013-05-02Dissect SSID List element.Michael Mann1-1/+39
2013-05-02Remove useless global variablesMichael Mann1-5/+0
2013-05-02Remove global variable g_pinfo.Michael Mann1-382/+378
2013-05-02From Sandeep Dahiya:Anders Broman1-0/+3
2013-05-02Add a subtree for P2P Client Info Descriptor. Part of bug 8613 (https://bugs...Michael Mann1-22/+30
2013-05-02IEEE802.11 improvements:Michael Mann1-10/+724
2013-05-02Fix P2P Group Info validation code for Device Name length field. Bug 8613 (h...Michael Mann1-1/+1
2013-05-02Add BSS Max Idle Period, WNM-Sleep Mode.Michael Mann1-7/+256
2013-05-01Protect a "divide by zero" operation. Bug 7359 (https://bugs.wireshark.org/b...Michael Mann1-14/+22
2013-05-01Fix warning.Guy Harris1-1/+1
2013-05-01Remove some global variables in favor of private_data member of asn1_ctx_t. ...Michael Mann3-31/+21
2013-05-01Whitespace fixes: Indented lines should not start withJörg Mayer1-159/+159
2013-05-01Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8622 :Jeff Morriss1-2/+2
2013-05-01Diederik de Groot <dkgroot@talon.nl>Jörg Mayer1-139/+222
2013-05-01Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8618 :Jeff Morriss1-1/+1
2013-05-01Make C12.22 work over UDP.Anders Broman1-7/+10
2013-04-30Follow-up to r49055 as noted onEvan Huus1-1/+4
2013-04-30Diederik de Groot <dkgroot@talon.nl>Jörg Mayer1-60/+369
2013-04-30In part from Raúl Pérez Clavero via https://bugs.wireshark.org/bugzilla/sho...Evan Huus3-0/+50
2013-04-30Convert 'Old GFID' and 'New GFID' to FT_GUID type. Michael Mann1-2/+2
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