aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-02-02From Holger Freyther:Anders Broman3-246/+216
2011-02-02The Beijing Institute of Technology (BIT) and associate professor LI Hai has ...Anders Broman4-0/+3387
2011-02-02makefile.nmake => Makefile.nmakeJaap Keuter1-4/+4
2011-02-02From Alexis La Goutte:Anders Broman1-20/+27
2011-02-02makefile.nmake => Makefile.nmakeBill Meier4-0/+0
2011-02-02A bit more indentation cleanupBill Meier1-30/+30
2011-02-02Use $(WARNINGS_ARE_ERRORS) (defined in config.nmake) iso -WXBill Meier1-4/+4
2011-02-02A bit of Windows makefiles rework and cleanup:Bill Meier35-121/+177
2011-02-02Get rid of unused variable warnings.Guy Harris1-89/+91
2011-02-01WIN32 ==> _WIN32Bill Meier3-5/+5
2011-02-01Dissect a bit more of data records.Anders Broman1-15/+101
2011-02-01Further restructure the DECT dissector:Jaap Keuter1-188/+247
2011-02-01From John Thacker via bug #5644: Can't include expert.h in C++ codeStephen Fisher1-0/+7
2011-02-01 Use {'0', ...} type initializer for fixed length character arrays.Bill Meier2-3/+3
2011-02-01Replace a couple of deprecated functions # ifdef:ed with the GTK version they...Anders Broman3-0/+16
2011-02-01Fix compilation error: gsm_a_dir_of_ver_speed_vals is a VALS not a TFS.Stephen Fisher1-1/+1
2011-01-31packet-bssgp.c:10020: warning: 'bssgp_perform_loc_response' defined but not usedAnders Broman1-2/+3
2011-01-31From Johan Kristell:Jaap Keuter1-2/+5
2011-01-31More IE dissection.Anders Broman3-6/+265
2011-01-31Use {'0', ...} type initializer for fixed length character arrays.Bill Meier2-4/+3
2011-01-31Use tvb_bytes_to_str() iso home-grown hex output fcn.Bill Meier1-23/+2
2011-01-31Clean up dissector code. Pass data block to data dissector.Jaap Keuter1-122/+100
2011-01-31Fix minor bug lookups of certain "peer ids" would fail.Bill Meier1-3/+3
2011-01-31Clean up the whitespace in script.Jaap Keuter1-97/+98
2011-01-31Jack up the Lua reference entries one level to make it segmented.Jaap Keuter1-1/+1
2011-01-31Add a Manual entry to the Lua menu.Jaap Keuter1-0/+5
2011-01-31Replace some blurbs with NULLJeff Morriss1-13/+13
2011-01-31Change a bunch of value and tfs strings to not be prefixed by hf_ but ieee802...Anders Broman3-53/+47
2011-01-31Fix two cases of 'if (x = y)' which should be 'if (x == y)'.Bill Meier2-2/+2
2011-01-31#include <stdio.h>, #include <stdlib.h> not req'd;Bill Meier2-527/+525
2011-01-31Return a string (even though abort is called first) to pacify gcc.Martin Mathieson1-0/+1
2011-01-31Add dissection of Evolved Allocation/Retention Priority I IE.Anders Broman1-8/+98
2011-01-31From Roberto Morro: Fix for Bug #5628Bill Meier1-4/+11
2011-01-31Dissect more IE's in PERFORM-LOCATION-REQUEST.Anders Broman3-43/+251
2011-01-31Only define view_menu_auto_scroll_live_cb if HAVE_LIBPCAPAnders Broman1-0/+2
2011-01-31Try to fix previous commit.Anders Broman2-3/+7
2011-01-31From Cal Turney:Anders Broman7-79/+105
2011-01-31Added filter autocomplete to "Edit Column Details".Stig Bjørlykke1-0/+3
2011-01-31Put back a 'return' statement so GCC doesn't generate a warning...Bill Meier1-0/+1
2011-01-31Describe in more detail some of the fields that may be filled in for an LTE M...Martin Mathieson1-6/+21
2011-01-31Clean up white space.Guy Harris1-118/+128
2011-01-30Fix various instances of "unreachable code".Bill Meier8-9/+5
2011-01-30Don't compile non-used (unreachable) code on Windows.Bill Meier1-6/+10
2011-01-30Whitespace cleanup (remove trailing blanks from lines).Bill Meier3-182/+182
2011-01-30Add a comment about some "unreachable code" indicating possible incorrect cod...Bill Meier1-230/+230
2011-01-30Fix a number of msvc level 4 "Unreachable code" warnings by removing unneededBill Meier7-21/+6
2011-01-30Don't compile unused non-Windows code when on Windows.Bill Meier1-28/+51
2011-01-30Add more MSG dissection.Anders Broman1-21/+157
2011-01-30When searching a list, validate pointer before (not after) trying to use it.Bill Meier1-4/+6
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke63-12/+390