aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-06-24Add gtk/capture_globals.h, to declare global_capture_opts, so files thatGuy Harris13-28/+66
2008-06-24Fix some references to the global loop_data structure that weren'tGuy Harris1-6/+8
2008-06-24For now, just refer to global_capture_opts, replacing references to theGuy Harris1-13/+12
2008-06-24For now, just refer to global_capture_opts, replacing references to theGuy Harris3-171/+175
2008-06-24Have capture_info_ui_create() and capture_info_open() take a pointer toGuy Harris5-13/+9
2008-06-23Do not only update the argument name, but also where it's used.Stig Bjørlykke1-1/+1
2008-06-23Renamed some local variables to avoid name collisions.Stig Bjørlykke7-29/+29
2008-06-23Renamed a local variable to avoid name collisions.Stig Bjørlykke1-5/+5
2008-06-23Renamed a local variable to avoid name collisions.Stig Bjørlykke1-4/+4
2008-06-23Renamed a local variable to avoid name collisions.Stig Bjørlykke1-5/+5
2008-06-23Renamed a local variable to avoid name collisions.Stig Bjørlykke1-2/+2
2008-06-23Renamed index and ipv4_addr to avoid name collisions.Stig Bjørlykke1-14/+14
2008-06-23Rename an argument to avoid colliding with a global variable.Guy Harris2-4/+4
2008-06-23Removed argument names in function pointers to avoid shadowing warnings.Stig Bjørlykke1-2/+2
2008-06-23Renamed the global bit_mask to avoid collisions with the bit_mask usedStig Bjørlykke1-3/+3
2008-06-23Rename an argument to avoid colliding with pipe().Guy Harris2-5/+5
2008-06-23Rename an argument to avoid colliding with pipe().Guy Harris2-16/+16
2008-06-23Rename the global "ld" structure to "global_ld", to avoid collisionsGuy Harris1-50/+53
2008-06-23Rename a local variable in a macro to avoid collisions with regularGuy Harris1-4/+4
2008-06-23Copy over r25535 from /trunk-1.0: When we're run with -p, setGerald Combs1-2/+3
2008-06-23Rename a variable to avoid collisions with the old V7 index() function,Guy Harris1-4/+4
2008-06-23Temporarily make -Wshadow not a default.Guy Harris1-1/+3
2008-06-23Rename a variable to avoid collisions with a global variable, as notedGuy Harris2-2/+2
2008-06-23Rename a variable to avoid collisions with a global variable, as notedGuy Harris2-4/+4
2008-06-23Rename an argument to avoid collisions with a global variable name, asGuy Harris2-6/+6
2008-06-23Get rid of the static capture_opts pointer - it collides with parameterGuy Harris1-30/+30
2008-06-23Rename capture_opts to global_capture_opts - that's what it's called inGuy Harris1-37/+37
2008-06-23Rename some variables to avoid shadowing warnings.Stig Bjørlykke1-2/+2
2008-06-23Rename some variables to avoid shadowing warnings.Stig Bjørlykke4-14/+14
2008-06-23Get rid of the static capture_opts pointer - it collides with parameterGuy Harris1-19/+18
2008-06-23Rename arguments not to collide with function names, to avoid warningsGuy Harris2-5/+6
2008-06-23Rename arguments not to collide with function names, to avoid warningsGuy Harris2-6/+6
2008-06-23Fixed some "shadowed variables", as pointed out by John Smith.Stig Bjørlykke2-22/+21
2008-06-23Don't call an argument "time", as this is a function.Stig Bjørlykke2-9/+9
2008-06-23Add -Wshadow, so we catch cases where somebody might not be using theGuy Harris1-0/+1
2008-06-23Give more details on the stuff Beast does, and suggest a possible schemeGuy Harris1-7/+27
2008-06-23Save timestamp when updating entry for new request frames in existing call.Martin Mathieson1-0/+4
2008-06-23Show short version of Content-Length header.Martin Mathieson1-5/+6
2008-06-23Make sure info column is set correctly when tree == NULL.Martin Mathieson1-87/+79
2008-06-23Try again to get labels matching function names.Martin Mathieson1-2/+2
2008-06-23Fix wimax UL-MAP ext IE decode error.Martin Mathieson2-5/+5
2008-06-22Updated the Configuration Profiles chapter in the User Guide.Stig Bjørlykke1-16/+37
2008-06-22Make the ACTRACE dissector give away the package if it knows its not a ACTRACE.Stig Bjørlykke1-14/+14
2008-06-22Make the MGCP dissector give away the package if it knows its not a MGCP.Stig Bjørlykke1-36/+44
2008-06-22Use editcap_SOURCES and capinfos_SOURCES in Windows MakefileBill Meier1-4/+18
2008-06-22Updated some chapters in the User Guide.Stig Bjørlykke4-24/+227
2008-06-22Changes in B.A.T.M.A.N. dissector:Stig Bjørlykke5-32/+43
2008-06-22Removed an unused static entry.Stig Bjørlykke2-2/+0
2008-06-22From Sven Eckelmann (bug 2632):Stig Bjørlykke8-1/+1202
2008-06-21Add stuff to a comment, and move stuff to that comment from elsewhere,Guy Harris1-7/+15