aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-05-03Don't bother checking for gzgets(), as we don't use it, and don't evenGuy Harris2-90/+61
2011-05-03One bit suffices for the "columnized" and "colorized" flags in theGuy Harris1-5/+5
2011-05-03TShark doesn't need column text attached to each frame; move col_textGuy Harris6-52/+33
2011-05-03Fix a comment.Guy Harris1-1/+1
2011-05-02From Peter Paluch via bug #5877: EIGRP dissector enhancement for RS/EOTStephen Fisher2-1/+18
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-02For "per packet" file encapsulation, display a list of the encapsulations see...Bill Meier1-1/+30
2011-05-01[Automatic manuf, services and enterprise-numbers update for 2011-05-01]Gerald Combs3-9/+231
2011-04-30Check our PDU length. Fixes the infinite loop found in bug 5876.Gerald Combs1-0/+7
2011-04-30Use correct signature on callbacks.Anders Broman1-288/+288
2011-04-29Oops, the Windows HAVE_GZCLEARERR stuff did work; take out the rest.Jeff Morriss1-1/+0
2011-04-29Don't check for the existence of gzclearerr() any more.Jeff Morriss2-5/+5
2011-04-29On Windows: don't (try but fail--the code did not work) to defineJeff Morriss2-1/+3
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-29configure: remove test for gzclearerr (not used anymore), add test for inflat...Jakub Zawadzki2-5/+18
2011-04-29UntabifyStig Bjørlykke1-3/+3
2011-04-29From Edwin Groothuis via bug 5870:Stig Bjørlykke4-2/+45
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-29Add default color filters for SCTP abort messages and checksum errors.Jeff Morriss1-1/+2
2011-04-28From Pascal Quantin:Anders Broman3-24/+52
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-28Minor updates.Anders Broman2-7/+40
2011-04-28Add grouped AVP:sAnders Broman1-16/+36
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-28Initialize if_device to NULL at start and when g_free.Stig Bjørlykke1-1/+2
2011-04-28Removed unused variables and functions.Stig Bjørlykke1-61/+6
2011-04-28From Hans-Christoph Schemmel:Anders Broman10-1/+1554
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-28After testing for the presence of python-config, fix typo so that we actuallyJeff Morriss1-4/+20
2011-04-28Fix one of the complaints in https://bugs.wireshark.org/bugzilla/show_bug.cgi...Jeff Morriss1-9/+10
2011-04-28Don't dump core if Python was not able to load the dissector registration fileJeff Morriss1-1/+5
2011-04-28#include <stdlib.h> not needed;Bill Meier1-306/+305
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