aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
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-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-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-27My version of Python (2.5.2) core dumps if PySequence_Check is called with aJeff Morriss1-2/+2
2011-04-27Put the rate in for the MCS field, if all the information needed toGuy Harris1-66/+527
2011-04-27Fix part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4878 :Jeff Morriss1-0/+1
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
2011-04-27From Yaniv Kaul:Bill Meier1-24/+25
2011-04-27From Yaniv Kaul:Bill Meier1-3/+0
2011-04-27From Yaniv Kaul:Bill Meier1-410/+408
2011-04-27From Yaniv Kaul:Bill Meier1-4/+0
2011-04-27#include <stdlib.h> not required;Bill Meier1-285/+284
2011-04-27From Yaniv Kaul:Bill Meier1-6/+1
2011-04-27From Yaniv Kaul:Bill Meier1-2160/+2156
2011-04-27From Yaniv Kaul:Bill Meier1-6/+8
2011-04-27From Mathieu Parent via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5...Jeff Morriss1-4/+4
2011-04-27Put the length of the country code in parenthesis (for readability).Jeff Morriss1-1/+2
2011-04-27From Yaniv Kaul:Anders Broman3-7/+6
2011-04-27Remove check_col().Anders Broman1-18/+12
2011-04-27From Yaniv Kaul:Anders Broman1-2/+2
2011-04-27From Yaniv Kaul:Anders Broman1-10/+4
2011-04-27From Yaniv Kaul: some 'set but not used' compilation fixes.Bill Meier1-13/+10
2011-04-27From Yaniv Kaul: some 'set but not used' compilation fixes;Bill Meier1-18/+19
2011-04-27From Yaniv Kaul: some 'set but not used' compilation fixes.Bill Meier3-39/+27
2011-04-27From Yaniv Kaul: some 'set but not used' compilation fixes.Bill Meier1-2/+0