aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2011-05-08Add FT_EUI64 Field TypeAlexis La Goutte11-257/+109
2011-05-07From Jens Osterkamp:Jaap Keuter1-6/+150
2011-05-06Move fpinf dereference after NULL check.Jakub Zawadzki1-1/+1
2011-05-06 VALS(& -> VALS(Anders Broman8-37/+37
2011-05-06Prefix the message class names with RELOAD_ to prevent collisions.Jeff Morriss1-9/+9
2011-05-06From Ed Day via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5890 :Jeff Morriss2-28/+68
2011-05-06From Peter Paluch via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5893 :Jeff Morriss1-14/+46
2011-05-06From Marc Petit-Huguenin via https://bugs.wireshark.org/bugzilla/show_bug.cgi...Jeff Morriss2-129/+110
2011-05-05Fix decoding of CP56Time2a timestamp. Resolves bug 5889.Chris Maynard1-2/+2
2011-05-05Cleanup: replace se_alloc+memcpy combo with single se_memdup().Jakub Zawadzki5-17/+8
2011-05-05packet-xtp.h used only in packet-xtp.c; Move packet-xtp.h contents to packet-...Bill Meier3-160/+129
2011-05-05Don't assign to unused variable: Coverity 1132 [UNUSED].Bill Meier1-2/+2
2011-05-04Cleanup: g_malloc can't return NULL, remove checks for them.Jakub Zawadzki3-9/+0
2011-05-04From Nick Glass via bug #5887: DACP (apple remote) enhancement to DAAPStephen Fisher2-0/+83
2011-05-04Cleanup: replace sizeof(arr)/sizeof(arr[0]) with shorter array_length(arr)Jakub Zawadzki9-13/+11
2011-05-04From Pascal Quantin:Anders Broman1-9/+34
2011-05-03It appears that, in NetMon 802.11 captures, management frames have anGuy Harris1-0/+7
2011-05-02From Peter Paluch via bug #5877: EIGRP dissector enhancement for RS/EOTStephen Fisher1-1/+17
2011-05-02Fix the (fuzzed) memory allocation failure reported in https://bugs.wireshark...Jeff Morriss1-5/+15
2011-05-02Support content-type x-gzip and x-deflate, as described in RFC2616 asStig Bjørlykke1-3/+4
2011-04-30Check our PDU length. Fixes the infinite loop found in bug 5876.Gerald Combs1-0/+7
2011-04-29Add "Wireshark ... Copyright ...".Bill Meier1-0/+4
2011-04-29#include <epan/prefs.h> not req'd since there are no prefs.Bill Meier1-1/+0
2011-04-29Remove two unneeded forward declarations.Bill Meier1-2/+0
2011-04-29Reformat long lines in hf[] definition for readability;Bill Meier1-142/+293
2011-04-29Use proto_tree_add_item() when it saves us from having to retrieve the valueJeff Morriss1-50/+35
2011-04-29If we're in a message return (UDTS or XUDTS), set pinfo->in_error_pkt to helpJeff Morriss1-115/+118
2011-04-28From Pascal Quantin:Anders Broman2-21/+35
2011-04-28Array indices are integers, not Booleans. (The code is the same, givenGuy Harris1-11/+12
2011-04-28Remove an XXX comment;Bill Meier1-2/+0
2011-04-28External subdissectors should be called regardless of 'if(tree)'.Bill Meier1-23/+28
2011-04-28Remove an unneeded forward declaration (fixes compiler error);Bill Meier1-3/+2
2011-04-28Add missing "Wireshark .... Copyright ..".Bill Meier1-0/+4
2011-04-28Convert what appears to be the use of "4 space tabs" to spaces.Bill Meier1-925/+925
2011-04-28#include <stdio.h> not req'd;Bill Meier1-315/+327
2011-04-28Add SVN Id tag. Don't use deprecated dissector_add().Jeff Morriss1-145/+147
2011-04-28Removed unused variables and functions.Stig Bjørlykke1-61/+6
2011-04-28From Hans-Christoph Schemmel:Anders Broman2-0/+1419
2011-04-28Fix warnings:Anders Broman1-5/+5
2011-04-28From Roland Knall via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5786 :Jeff Morriss1-88/+120
2011-04-27From Juliusz Chroboczek via bug 5812:Gerald Combs1-1/+1
2011-04-27Picky, picky....Guy Harris1-156/+160
2011-04-27From Pascal Quantin:Anders Broman5-375/+970
2011-04-27Put the rate in for the MCS field, if all the information needed toGuy Harris1-66/+527
2011-04-27Comment out some unused code;Bill Meier1-165/+167
2011-04-27Remove unneeded #include <stdlib.h>;Bill Meier1-773/+787
2011-04-27From Yaniv Kaul:Bill Meier1-4/+0
2011-04-27From Yaniv Kaul:Bill Meier1-7/+7
2011-04-27From Yaniv Kaul:Bill Meier1-4/+2
2011-04-27From Yaniv Kaul:Bill Meier1-7/+5