aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-02-02makefile.nmake => Makefile.nmakejake1-4/+4
2011-02-02From Alexis La Goutte:etxrab1-20/+27
2011-02-02makefile.nmake => Makefile.nmakewmeier4-0/+0
2011-02-02A bit more indentation cleanupwmeier1-30/+30
2011-02-02Use $(WARNINGS_ARE_ERRORS) (defined in config.nmake) iso -WXwmeier1-4/+4
2011-02-02A bit of Windows makefiles rework and cleanup:wmeier35-121/+177
2011-02-02Get rid of unused variable warnings.guy1-89/+91
2011-02-01WIN32 ==> _WIN32wmeier3-5/+5
2011-02-01Dissect a bit more of data records.etxrab1-15/+101
2011-02-01Further restructure the DECT dissector:jake1-188/+247
2011-02-01From John Thacker via bug #5644: Can't include expert.h in C++ codesfisher1-0/+7
2011-02-01 Use {'0', ...} type initializer for fixed length character arrays.wmeier2-3/+3
2011-02-01Replace a couple of deprecated functions # ifdef:ed with the GTK version they...etxrab3-0/+16
2011-02-01Fix compilation error: gsm_a_dir_of_ver_speed_vals is a VALS not a TFS.sfisher1-1/+1
2011-01-31packet-bssgp.c:10020: warning: 'bssgp_perform_loc_response' defined but not usedetxrab1-2/+3
2011-01-31From Johan Kristell:jake1-2/+5
2011-01-31More IE dissection.etxrab3-6/+265
2011-01-31Use {'0', ...} type initializer for fixed length character arrays.wmeier2-4/+3
2011-01-31Use tvb_bytes_to_str() iso home-grown hex output fcn.wmeier1-23/+2
2011-01-31Clean up dissector code. Pass data block to data dissector.jake1-122/+100
2011-01-31Fix minor bug lookups of certain "peer ids" would fail.wmeier1-3/+3
2011-01-31Clean up the whitespace in script.jake1-97/+98
2011-01-31Jack up the Lua reference entries one level to make it segmented.jake1-1/+1
2011-01-31Add a Manual entry to the Lua menu.jake1-0/+5
2011-01-31Replace some blurbs with NULLmorriss1-13/+13
2011-01-31Change a bunch of value and tfs strings to not be prefixed by hf_ but ieee802...etxrab3-53/+47
2011-01-31Fix two cases of 'if (x = y)' which should be 'if (x == y)'.wmeier2-2/+2
2011-01-31#include <stdio.h>, #include <stdlib.h> not req'd;wmeier2-527/+525
2011-01-31Return a string (even though abort is called first) to pacify gcc.martinm1-0/+1
2011-01-31Add dissection of Evolved Allocation/Retention Priority I IE.etxrab1-8/+98
2011-01-31From Roberto Morro: Fix for Bug #5628wmeier1-4/+11
2011-01-31Dissect more IE's in PERFORM-LOCATION-REQUEST.etxrab3-43/+251
2011-01-31Only define view_menu_auto_scroll_live_cb if HAVE_LIBPCAPetxrab1-0/+2
2011-01-31Try to fix previous commit.etxrab2-3/+7
2011-01-31From Cal Turney:etxrab7-79/+105
2011-01-31Added filter autocomplete to "Edit Column Details".stig1-0/+3
2011-01-31Put back a 'return' statement so GCC doesn't generate a warning...wmeier1-0/+1
2011-01-31Describe in more detail some of the fields that may be filled in for an LTE M...martinm1-6/+21
2011-01-31Clean up white space.guy1-118/+128
2011-01-30Fix various instances of "unreachable code".wmeier8-9/+5
2011-01-30Don't compile non-used (unreachable) code on Windows.wmeier1-6/+10
2011-01-30Whitespace cleanup (remove trailing blanks from lines).wmeier3-182/+182
2011-01-30Add a comment about some "unreachable code" indicating possible incorrect cod...wmeier1-230/+230
2011-01-30Fix a number of msvc level 4 "Unreachable code" warnings by removing unneededwmeier7-21/+6
2011-01-30Don't compile unused non-Windows code when on Windows.wmeier1-28/+51
2011-01-30Add more MSG dissection.etxrab1-21/+157
2011-01-30When searching a list, validate pointer before (not after) trying to use it.wmeier1-4/+6
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.stig63-12/+390
2011-01-30Moved packet-t38.c to the ASN.1 section.stig1-1/+1
2011-01-30From Alexis La Goutte:etxrab1-26/+33