aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-02-04Comment out two more case of an unused hf[] entry.Bill Meier1-20/+24
2013-02-04Add a FALLTHROUGH comment to fix Coverity CID 745673: Missing break in switch.Chris Maynard1-1/+2
2013-02-04Fix Coverity CID 746734: Dead default in switch. (No need to backport)Chris Maynard1-20/+6
2013-02-03#if 0 unused hf[] entries & etc.Bill Meier11-224/+265
2013-02-03fix dead incrementMartin Kaiser1-1/+0
2013-02-03[Automatic manuf, services and enterprise-numbers update for 2013-02-03]Gerald Combs1-1/+129
2013-02-02Comment out unused hf[] entry.Bill Meier1-1/+3
2013-02-02Restore hf[] entry commented out by mistake in SVN #47389.Bill Meier1-1/+1
2013-02-02Hack: disguise '/*' in text strings to prevent checkAPIs & etc seeing 'start ...Bill Meier2-11/+12
2013-02-02Fix error: declaration of 'j' shadows a previous localPascal Quantin1-1/+1
2013-02-02Increase the maximum number of OPTIONAL / DEFAULT components per SEQUENCE to ...Pascal Quantin1-20/+25
2013-02-02Revert changes committed by error in r47433Pascal Quantin1-52/+0
2013-02-01Add $(AM_V_GEN) in a few more places.Gerald Combs1-2/+2
2013-02-01Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8290 :Pascal Quantin2-4/+62
2013-02-01Enable more build silence.Gerald Combs2-2/+2
2013-02-01Go far enough down a rabbit hole and you will encounter libtool. SeeGerald Combs2-2/+2
2013-02-01Change some "<x>.c : <y>.h" rules to "<x>.o : <y>.h" in order to fixGerald Combs2-4/+6
2013-02-01From Gaurav Patwardhan, RFC 6720 - Generalized TTL Security Mechanism (GTSM) ...Michael Mann1-12/+40
2013-02-01Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-02-01Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-02-01Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+3
2013-02-01Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-11/+2
2013-02-01Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-02-01Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-02-01Replace THROW(ReportedBoundsError) with expert infosMichael Mann1-27/+55
2013-02-01Evan Huus pointed out a duplicate block of code, so delete it. Also, move th...Chris Maynard1-40/+17
2013-02-01follow/clean up to rev 47389. The causes of some of the unused hf_ was typos...Michael Mann2-23/+2
2013-02-01From Hendrik Uhlmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-11/+11
2013-02-01Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-16/+7
2013-02-01Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-185/+189
2013-02-01* Fix indent (Tab => 2 Spaces) and add Modelines infoAlexis La Goutte1-162/+174
2013-02-01Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-6/+5
2013-02-01Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+2
2013-02-01Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+3
2013-02-01Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-02-01Fix the fuzz failure reported in https://bugs.wireshark.org/bugzilla/show_bug...Jeff Morriss1-2/+83
2013-02-01Add heuristic MTP3 standard detection to M3UA (not for the draft M3UA versions).Jeff Morriss3-9/+83
2013-02-01Fix format string error.Evan Huus1-1/+1
2013-02-01Add Port Control Protocol dissector and convert NAT-PMP dissector to "new" st...Michael Mann1-15/+488
2013-01-31Eliminate a bunch of basically useless/duplicate hf's for affected PCs: theyJeff Morriss1-220/+98
2013-01-31Fix dissection of SI6 when carried in a SACCH Info Modify messagePascal Quantin1-19/+25
2013-01-31Remove some trailing whitespace from 3 field labels (aka names)Bill Meier1-47/+47
2013-01-31col...() and expert...() fcns should not be under 'if (tree0'.Bill Meier1-28/+37
2013-01-31gerald@ethereal.com -> gerald@wireshark.orgMartin Kaiser1-1/+1
2013-01-31replaced TABs+spaces mixture with spacesMartin Kaiser1-275/+279
2013-01-31Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangMartin Kaiser1-39/+30
2013-01-31Add SIB type to info columnPascal Quantin1-44/+92
2013-01-31Use a not-quite-black background for marked packets.Gerald Combs1-2/+2
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier23-106/+106
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier66-398/+425