aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2009-07-23Set editor modelines to be consistent between emacs and vi/ex;wmeier9-737/+737
2009-07-23From Kovarththanan Rajaratnam: avoid circular dependency.martinm2-19/+14
2009-07-23Don't divide the data rate by 2 - that loses information (yes, I have aguy1-64/+64
2009-07-23- Ambiguous value for radiotap datarate.etxrab1-71/+60
2009-07-23Try to get the #includes right - take 2.etxrab3-2/+5
2009-07-23Try to get the #includes right.etxrab2-3/+2
2009-07-23From Kovarththanan Rajaratnam:etxrab4-9/+18
2009-07-23From Steve Karg:etxrab2-53/+84
2009-07-23From Neil Piercy:etxrab2-88/+116
2009-07-22Get rid of check_col() in some of the more frequently used dissectors.etxrab4-64/+34
2009-07-22Improve/expand checks on reserved bit values.martinm1-8/+27
2009-07-22Take 2:etxrab1-0/+1
2009-07-22From Jakub Zawadzki:etxrab2-0/+78
2009-07-22Change some g_malloc() calls to g_new() to make the code easier to read.sfisher1-11/+11
2009-07-21Another try to fix the compiler warnings on win64.stig2-3/+3
2009-07-21Cummulative number of packets lost is a signed 24 bits value.stig1-43/+36
2009-07-21From didier gautheron via bug 3762:stig2-17/+0
2009-07-21More gsizery.guy1-1/+1
2009-07-21GLib documentation says the 3rd and 5th arguments to g_iconv are "gsizeguy2-2/+2
2009-07-21size_t -> int to make the Win64 build bot happy.etxrab2-3/+3
2009-07-21Initialize bacapp_invoke_id to avoid a compiler warning.stig1-1/+1
2009-07-21Stop using the C++ 'true' and 'false'.martinm1-3/+3
2009-07-21Fix typo.guy1-2/+1
2009-07-21Don't use tvb_length_remaining() - that just reports how much capturedguy1-106/+105
2009-07-21From Herbert Lischka:etxrab2-136/+443
2009-07-21From Gerasimos Dimitriadis:etxrab1-10/+1329
2009-07-20From Jakub Zawadzki via bug 3701:stig1-3/+3
2009-07-19[Automatic manuf and enterprise-numbers update for 2009-07-19]gerald1-7/+203
2009-07-18From Kovarththanan Rajaratnam via bug 3719:stig5-51/+90
2009-07-17From Robert Hogan: "no need to register tn3270 for 'decode-as'".wmeier1-8/+0
2009-07-17Fix an ep buffer overrun introduced in r29130.gerald1-6/+17
2009-07-17Minor changes: Move protocol_register & etc to end; wmeier1-66/+67
2009-07-17From Kovarththanan Rajaratnam:etxrab3-23/+19
2009-07-17From Robert Hogan:jake4-14/+6881
2009-07-16Check for an overflow. This should hopefully fix bug 3672.gerald1-1/+2
2009-07-16Initialize a variable and remove a check_col.gerald1-4/+2
2009-07-16Use SE_COPY_ADDRESS instead of trying to attach ep_alloced data to angerald1-2/+1
2009-07-16From Sean Yunjnz:etxrab1-2/+17
2009-07-16Make sure some variables are initialized so that Valgrind quitsgerald1-4/+3
2009-07-16Zero out the packet_info struct for each packet instead of trying togerald1-47/+1
2009-07-16From David Dahlberg:jake1-12/+58
2009-07-16Don't crash if we happen to load a bad MIB file.gerald2-3/+3
2009-07-16From Kahou via bug 3739:stig1-0/+5
2009-07-16Move th /MP flag setting to LOCAL_CFLAGS set in configure.nmakeetxrab5-5/+5
2009-07-15Add a modeline blurb. Minor indentation fix.gerald1-1/+13
2009-07-15Make sure we advance our offset during a while loop. This should fix recentgerald1-0/+7
2009-07-15Get rid of C++-style comment (and anglicize it).guy1-1/+1
2009-07-15Add /MP flag to make use of multi cores.etxrab5-5/+5
2009-07-15Indent some comments.stig1-3/+3
2009-07-15From Kovarththanan Rajaratnam:stig1-3/+15