aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-05-08Add FT_EUI64 Field TypeAlexis La Goutte21-260/+439
2011-05-07From Jens Osterkamp:Jaap Keuter2-6/+151
2011-05-06Move fpinf dereference after NULL check.Jakub Zawadzki1-1/+1
2011-05-06Huzaifa Sidhpurwala of Red Hat Security Response Team discovered that weGerald Combs1-4/+2
2011-05-06 VALS(& -> VALS(Anders Broman8-37/+37
2011-05-06Add note about ::/96 being deprecated.Jakub Zawadzki1-0/+23
2011-05-06Use strtoul() rather than sscanf to parse octal and hex numbers inGuy Harris1-4/+4
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 false positive compiler warnings:Jakub Zawadzki1-5/+6
2011-05-05Introduce ip6_to_str_buf_len (little cleaner version of inet_ntop6 from wsuti...Jakub Zawadzki4-10/+110
2011-05-05Subtract (not add!) preamble length from remaining buffer length.Jakub Zawadzki1-2/+3
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-05Fix two cases of assignment to unused variables: Coverity 1030 & 1031 [UNUSED];Bill Meier1-7/+5
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-03TShark doesn't need column text attached to each frame; move col_textGuy Harris2-5/+0
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-05-01[Automatic manuf, services and enterprise-numbers update for 2011-05-01]Gerald Combs1-4/+180
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-28Add missing $Id$ and "Wireshark ... Copyright ..."Bill Meier2-0/+12
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-28Try to fix:Jakub Zawadzki1-1/+1
2011-04-28Change value_string_ext->_vs_match to return value_string struct (instead of ...Jakub Zawadzki2-48/+48
2011-04-28Removed unused variables and functions.Stig Bjørlykke1-61/+6
2011-04-28From Hans-Christoph Schemmel:Anders Broman6-0/+1544