aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-01Add new HTTP Status Codes from RFC 6585;Bill Meier1-7/+15
2012-05-01Indicate why the flags have a field width of 6.Guy Harris1-6/+8
2012-05-01Forgot to commit this change with r42341 which initializes 'type' to 0 to avo...Chris Maynard1-1/+1
2012-04-30No C++-style comments, please; some C compilers reject them.Guy Harris1-6/+6
2012-04-30The message length isn't needed in cmd_sched_rep() - it's just theGuy Harris1-8/+0
2012-04-30Add some initializations to squelch (bogus) warnings (either the versionGuy Harris1-11/+11
2012-04-30Try to fix some Logic error (Function call argument is an uninitialized value...Alexis La Goutte1-23/+23
2012-04-30Rework code slightly:Bill Meier1-237/+219
2012-04-30Switch to UTF-8 for remote encodings to match what the IEEE SA isGerald Combs2-102/+106
2012-04-30Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte8-73/+121
2012-04-30Parenthesize an expression to prevent a possible overflow resulting an incorr...Bill Meier1-1/+1
2012-04-30Remove unused variable not found by MSVC2010EE but found by OSX buildbot.Chris Maynard1-1/+0
2012-04-30Add Selective Directed Broadcast (RFC 1770) IP option dissection support.Chris Maynard1-3/+40
2012-04-30Fix a couple of clang warnings and adjust capitalization.Gerald Combs1-3/+3
2012-04-30Don't use tabs in string constants;Bill Meier4-15/+15
2012-04-30Revert 3 conversions of spaces --> tabs (in text strings) done in SVN #42354.Bill Meier1-3/+3
2012-04-30From Martin Kaiser:pascal6-23/+23
2012-04-30Whitespace cleanup; reformat hf[] entries.Bill Meier1-976/+2041
2012-04-30Add MTU probe, MTU reply and Traceroute IP option dissection support.Chris Maynard1-17/+94
2012-04-30Update the annotations item.Gerald Combs1-1/+1
2012-04-30Update comments with the RRLP version currently dissectedpascal4-4/+4
2012-04-30From Evan Huus:pascal1-0/+3
2012-04-30Update the IEEE OUI and IAB URLs.Gerald Combs1-2/+2
2012-04-30Add missing RFC791 PROG security definition. Reorder ipopts[] so it matches ...Chris Maynard1-13/+53
2012-04-30From Martin Kaiser:pascal1-6/+7
2012-04-30From Martin Kaiser:pascal1-4/+8
2012-04-30From Evan Huus via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7218 :Jeff Morriss1-3/+4
2012-04-30Fix some clang warnings (dead assignment/increment, assigned value is garbage...pascal2-9/+10
2012-04-30Fix a few clang warningspascal3-32/+5
2012-04-30Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7064 :pascal1-59/+257
2012-04-29Fix a clang warning due to 'type' not being initialized.Chris Maynard1-1/+1
2012-04-29Fix typo errorspascal1-2/+2
2012-04-29[Automatic manuf, services and enterprise-numbers update for 2012-04-29]Gerald Combs3-1014/+1252
2012-04-29Add ".dmp" as a suffix for pcap files of various flavors. Add ".ntar"Guy Harris1-8/+8
2012-04-29Add .ntar as a suffix (some pcap-ng files use it).Guy Harris1-2/+4
2012-04-29Make the extension lower case.Guy Harris1-2/+15
2012-04-28Check result of sscanf(), and avoid a mirrored variable declaration.Martin Mathieson1-2/+5
2012-04-28Avoid needlessly shadowing a variable. From Visual Studio Analyzer.Martin Mathieson1-1/+0
2012-04-28Initialize u32RecDataLen to 0 to avoid a clang warning and in the event it ne...Chris Maynard1-1/+1
2012-04-28Initialize val to 0 in case pdata != NULL but "di->conformant_run" is TRUE so...Chris Maynard1-2/+2
2012-04-28Fix dead initialization warning reported by clang.Chris Maynard1-1/+1
2012-04-28Fix long name for reverse charging field.Guy Harris1-1/+1
2012-04-28Remove redundant "X.25". (I'm not sure why the protcol name is includedGuy Harris1-3/+3
2012-04-28Initialize the bits[] array to zero.Chris Maynard1-0/+1
2012-04-28Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7213:pascal1-15/+40
2012-04-28From Evan Huus:pascal1-6/+0
2012-04-28Avoid assignement and clang warning.Martin Mathieson1-2/+1
2012-04-28Another unnecessary assignment removed to fix clang warning.Martin Mathieson1-1/+1
2012-04-28Remove move unread updates to 'offset' to avoid clang warnings.Martin Mathieson1-28/+4
2012-04-28Don't look up p_fp_info only to always overwrite it.Martin Mathieson1-1/+1